What problem does it solve? Claude Code setups accumulate duplicate skills, broken hooks, disabled plugins, and oversized CLAUDE.md files that make sessions slow to start, laggy on every tool call, and prone to early compaction. This Skill measures those problems from disk and produces a ranked cleanup plan with the exact fix command per finding. ## Core Features & Use Cases - Read-only audit script: Runs a stdlib-only Python script that inventories settings files, loose and plugin skills, hooks, subagents, MCP servers, marketplaces, and memory files without modifying anything. - Ranked findings with fixes: Reports HIGH/MED/LOW findings such as duplicate skill installs, hooks referencing missing scripts, per-Bash-call hook latency, and oversized context preloads, each with the exact remediation command. - Context budget table: Estimates the tokens loaded before the first message from skill descriptions, CLAUDE.md, rules files, agents, and MCP tool schemas. - Use Case: After running an install script that added dozens of plugins and marketplaces, a user finds Claude Code sluggish. The audit reveals a skill installed both loosely and via plugin, three PreToolUse hooks shelling out to Git Bash, and a disabled plugin still being refreshed, then proposes safe removals. ## Quick Start Ask the assistant to audit your Claude Code setup for what is making it slow and produce a ranked cleanup plan.