Manusで任意のスキルを実行
ワンクリックで
ワンクリックで
ワンクリックでManusで任意のスキルを実行
始めるstop
スター0
フォーク0
更新日2026年5月15日 03:44
Stop the running dev server
インストール
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SKILL.md
readonlyメニュー
Stop the running dev server
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
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.