Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/stevehuang0115/crewly --skill stop-teamコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
SOC 職業分類に基づく
| name | Stop Team |
| description | Stop all agents in a team. |
| version | 1.0.0 |
| category | management |
| skillType | claude-skill |
| assignableRoles | ["orchestrator"] |
| triggers | ["stop team","deactivate team","shutdown team"] |
| tags | ["team","management","lifecycle"] |
| execution | {"type":"script","script":{"file":"execute.sh","interpreter":"bash","timeoutMs":30000}} |
Stops all agents in a team.
bash config/skills/orchestrator/stop-team/execute.sh '{"teamId":"abc-123-uuid"}'
| Parameter | Required | Description |
|---|---|---|
teamId | Yes | The team's UUID |
JSON confirmation with team shutdown status.