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.
npx claudepluginhub humanassisted/uberclawThis skill uses the workspace's default tool permissions.
Halt every running child for the latest run, or a specific child if the user
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
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.