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 surfaces. This Skill builds an evidence-backed install plan so a repo only loads the ECC components matched to its real stack. ## Core Features & Use Cases - Evidence-Based Classification: Greps the repo for file extensions, lockfiles, framework configs, and dependency manifests to justify every DAILY vs LIBRARY decision. - Parallel Review Passes: Splits classification across agents, skills, commands, rules, hooks, and extras when subagents are available. - Install Plan and Verification: Produces a DAILY inventory, LIBRARY inventory, install plan, and verification report, plus an optional skill-library router. - Use Case: A TypeScript/Next.js repo with a full ECC install runs this Skill to keep TypeScript rules and frontend skills loaded daily while demoting Python and Django surfaces to a searchable library. ## Quick Start Analyze this repository and sort the ECC components into DAILY and LIBRARY buckets with an install plan based on the actual stack.