plugins/agent-debate/skills/cleanup/SKILL.md
Stop all debate agents, delete stale teams and tasks
npx skillsauth add athrael-soju/kimchi-cult cleanupInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are running the agent-debate cleanup skill — it tears down any running or stale debate infrastructure.
Perform all of the following:
Call TaskList to get all tasks. For every task that exists, call TaskUpdate with status: "deleted" to remove it.
If there are no tasks, skip this step.
Look for team config files:
ls ~/.claude/teams/*/config.json 2>/dev/null
For each team whose description contains "debate" (case-insensitive):
shutdown_request to any active teammatesrm -rf ~/.claude/teams/<team-name> ~/.claude/tasks/<team-name>
Do NOT delete teams that are not debate-related (e.g., skip teams for other projects).
If $ARGUMENTS contains "all" or "full", also remove the debate output:
rm -rf debate-output/
Otherwise, leave debate-output/ intact so the user can still review results.
Tell the user what was cleaned up:
testing
Audit and consolidate Larvling's knowledge base, tasks, and sessions
tools
Generate or view a session summary
tools
Show a quick overview of Larvling's state
tools
Browse and search past sessions