What problem does it solve? Claude Code configurations accumulate skills, memory files, hooks, permission entries, MCP servers, and caches that are never removed, leading to bloat, redundancy, and slower session startup. This Skill periodically scans ~/.claude for stale, orphaned, or redundant items and walks you through a safe, confirm-each-deletion cleanup. ## Core Features & Use Cases - Eight Scan Channels: Audits skills, memory files, hooks, permission entries, MCP servers, scheduled jobs, project history, and runtime caches, each with its own staleness signals. - Human-in-the-Loop Deletion: Every candidate is presented with evidence and requires an individual [y/n/skip] confirmation; no bulk approval. - Soft-Delete with Undo: Items are renamed to .disabled or moved to ~/.claude/_gc_trash/ before any hard deletion, and every run is logged to gc_log.md with undo instructions. - Use Case: After installing a large skill pack, run a config audit to find overlapping skills, orphaned hook scripts, and redundant permission entries, then reclaim disk space from stale caches older than 30 days. ## Quick Start Ask the assistant to clean up your Claude Code config by scanning ~/.claude for stale skills, hooks, and permissions and confirming each deletion one by one.