stop
Stop both the API and UI dev servers. Use when the user asks to stop, kill, or shut down the app.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Stop both the API and UI dev servers. Use when the user asks to stop, kill, or shut down 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.
Start both the API and UI dev servers in the background. Use when the user asks to run, start, or launch 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.
SOC 직업 분류 기준
| name | stop |
| description | Stop both the API and UI dev servers. Use when the user asks to stop, kill, or shut down the app. |
| disable-model-invocation | true |
Stop both the API and UI dev servers that were started by /start.
Run:
bash "$(git rev-parse --show-toplevel)/stop.sh"
Tell the user both servers have been shut down.