Council Cleanup banner
xrf9268-hue xrf9268-hue

Council Cleanup

AI community

Description

--- description: Clean up the LLM Council working directory and temporary files created in .council/. model: claude-haiku-4-5-20251001 --- # Council Cleanup Remove the `.council/` working directory and all temporary files created by the LLM Council for the most recent sessions. ## Usage ``` /council-cleanup ``` This command takes no arguments and is safe to run multiple times. ## Implementation Instructions When this command is invoked: 1. **Check for existing working directory**: Use th

Installation

Installs to ~/.claude/skills/xrf9268-hue-llm-council-plugin-council-cleanup/SKILL.md

Terminal
mkdir -p ~/.claude/skills/xrf9268-hue-llm-council-plugin-council-cleanup && curl -fsSL https://raw.githubusercontent.com/xrf9268-hue/llm-council-plugin/HEAD/commands/council-cleanup.md -o ~/.claude/skills/xrf9268-hue-llm-council-plugin-council-cleanup/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository