con un clic
stop
Stop the running dev server
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Stop the running dev server
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional 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.