From claw
Tear down the Claw multi-agent stack. Use when the user wants to stop agents, shut down the workspace, or clean up.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claw:downThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Stop and remove all Claw containers.
Stop and remove all Claw containers.
Find the claw workspace. Check ./claw-workspace/generated/ or the current directory for a generated/docker-compose.yml. If not found, ask the user where their claw workspace is.
Check if the stack is running:
cd <workspace>/generated && docker compose ps 2>/dev/null
If no containers are running, tell the user and stop.
Ask the user if they want to preserve data or clean everything:
Tear down:
cd <workspace>/generated && docker compose down
rm -rf <workspace>/generated/agent-data
rm -rf <workspace>/generated/logs
rm -rf <workspace>/generated/provision-data
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub jeff-mccoy/silver-octo-meme --plugin claw