What problem does it solve? Full ECC installs load every skill, rule, and hook regardless of whether a project actually uses them, creating noisy context and stale surfaces. This Skill builds an evidence-backed install plan so a repo only loads what its real stack needs. ## Core Features & Use Cases - Evidence-Based Classification: Sorts agents, skills, commands, rules, hooks, and extras into DAILY (always loaded) or LIBRARY (searchable on demand) buckets, with every DAILY decision citing concrete repo evidence like file extensions, lockfiles, and framework configs. - Parallel Review Passes: Splits the audit into six passes (agents, skills, commands, rules, hooks/scripts, extras) that can run as parallel subagents or sequentially. - Install Plan and Verification: Produces a DAILY/LIBRARY inventory, an actionable install plan, an optional skill-library router, and a verification report confirming the result matches the repo stack. - Use Case: A TypeScript/Next.js repo that inherited the full ECC bundle uses this Skill to demote Python and Django rule sets to LIBRARY, keep frontend and TypeScript surfaces in DAILY, and remove incompatible hooks. ## Quick Start Ask the agent to sort the ECC components in this repository into DAILY and LIBRARY buckets based on the actual stack and produce an install plan.