en un clic
stop
Stop the running dev server
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Stop the running dev server
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
| name | stop |
| description | Stop the running dev server |
| disable-model-invocation | true |
| allowed-tools | Bash(just *) |
Stop the dev server. Prefer killing the Claude-tracked shell that /run started so you also tear down the cargo/server child process under it:
If you have a tracked task ID from a /run invocation in this session, call TaskStop on that task ID.
Otherwise (no tracked shell, e.g. across sessions or after a compact), fall back to:
just dev-agent-stop
which uses pgrep + kill to find and stop the binary by name.
Verify the port is no longer responding and report the outcome to the user.