What problem does it solve? Full ECC installs load every skill, rule, and hook regardless of what a project actually uses, creating noisy context and stale configurations. This Skill builds an evidence-backed install plan so a repo only loads the components that match its real stack. ## Core Features & Use Cases - Evidence-Based Classification: Sorts skills, commands, rules, hooks, and extras into DAILY (always loaded) or LIBRARY (searchable on demand) buckets, with every DAILY decision citing concrete repo evidence such as 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 inventory, LIBRARY inventory, install plan, and verification report, plus an optional skill-library router for searchable access to demoted components. - Use Case: A TypeScript/Next.js repo inherited the full ECC bundle including Python and Django rules. Run this Skill to demote off-stack surfaces to LIBRARY, keep TypeScript rules in DAILY, and verify no incompatible hooks remain installed. ## Quick Start Use agent-sort to audit this repository and produce a DAILY versus LIBRARY install plan for the ECC components.