restart
Restart both dev servers by stopping any running ones first, then starting fresh. Use when the user asks to restart or rerun the app.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Restart both dev servers by stopping any running ones first, then starting fresh. Use when the user asks to restart or rerun the app.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Start both the API and UI dev servers in the background. Use when the user asks to run, start, or launch the app.
Stop both the API and UI dev servers. Use when the user asks to stop, kill, or shut down the app.
Re-read CLAUDE.md, SPEC.md, and the project structure to get up to speed. Use when the user asks Claude to refresh, re-orient, or catch up on the project.
Validate the codebase against SPEC.md layer by layer and fix all discrepancies. Use when the user asks to run spec, check conformance, or sync code to spec. Supports `/run-spec dryrun` for a report-only pass.
| name | restart |
| description | Restart both dev servers by stopping any running ones first, then starting fresh. Use when the user asks to restart or rerun the app. |
| disable-model-invocation | true |
Restart both dev servers by stopping any running ones first, then starting fresh.
Step 1 — stop any running servers:
bash "$(git rev-parse --show-toplevel)/stop.sh"
Step 2 — start fresh:
bash "$(git rev-parse --show-toplevel)/start.sh"
Tell the user: