Cleanup All banner
CBirkbeck CBirkbeck

Cleanup All

Development community

Description

--- name: cleanup-all description: Project-wide cleanup using an orchestrator-worker pattern. The main session is the orchestrator — it does NOT read files, run lean_* tools, or edit. It dispatches batched per-file Agent calls with tight prompts (working dir + branch + build state + sequence + target), then narrates progress in one-line scoreboards between dispatches. Actual work happens in fresh subagent contexts so the orchestrator's context stays light and the session sustains across many hou

Installation

Installs to ~/.claude/skills/cbirkbeck-mathlib-quality-cleanup-all/SKILL.md

Terminal
mkdir -p ~/.claude/skills/cbirkbeck-mathlib-quality-cleanup-all && curl -fsSL https://raw.githubusercontent.com/CBirkbeck/mathlib-quality/HEAD/commands/cleanup-all.md -o ~/.claude/skills/cbirkbeck-mathlib-quality-cleanup-all/SKILL.md

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

Full documentation available on GitHub

View Source Repository