AgentSkillsCN

run-backend

启动前端Vite开发服务器。在用户想要启动前端,或提及“/run-frontend”命令时使用此功能。

SKILL.md
--- frontmatter
name: run-backend
description: Run the Spring Boot backend application. Use when user wants to start the backend server or mentions /run-backend command.

Run Backend Application

Action

Run in background (default profile):

bash
cd backend && ./gradlew.bat :application:bootRun

With argument (profile name):

bash
cd backend && ./gradlew.bat :application:bootRun --args="--spring.profiles.active={argument}"

Use run_in_background: true so the server keeps running.

Output

Report startup status. Server runs at http://localhost:8080