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.