From uberclaw
Halt UberClaw children for the active run. Use when the user runs /uberclaw:stop — soft-stops every running child by default; pass --child child-NN to stop only one or --hard to SIGKILL.
How this skill is triggered — by the user, by Claude, or both
Slash command
/uberclaw:stopThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Halt every running child for the latest run, or a specific child if the user
Halt every running child for the latest run, or a specific child if the user asks:
# Default: soft-stop all running children for the latest run.
bin/uberclaw-helper stop --run "$UBERCLAW_RUN_ID"
# Single child:
bin/uberclaw-helper stop --run "$UBERCLAW_RUN_ID" --child child-01
# Hard kill (SIGKILL immediately, no grace period):
bin/uberclaw-helper stop --run "$UBERCLAW_RUN_ID" --child child-01 --hard
Each stopped child has its status flipped to stopped in state.json.
This skill never edits the run dir directly.
npx claudepluginhub humanassisted/uberclawCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.