with one click
stop
Stop the running dev server
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Stop the running dev server
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| 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.