What problem does it solve? Navigating the Everything Claude Code repository is difficult because its catalog of skills, commands, agents, hooks, and install profiles changes frequently, making hard-coded answers and stale documentation unreliable. ## Core Features & Use Cases - Live Repository Inspection: Answers questions by reading current files with commands like catalog scripts and filesystem searches instead of relying on memory. - Feature Discovery & Recommendations: Searches skills, commands, and agents to recommend the right component for a given task, preferring skill-first workflows over retired command shims. - Install & Onboarding Guidance: Walks users through managed install profiles, dry-run plans, project onboarding via /project-init, and troubleshooting duplicate or broken installs. - Use Case: A new user asks which ECC components fit their Python project; the skill inspects the repository, recommends relevant skills, and produces a dry-run install plan for their target harness. ## Quick Start Ask the assistant to explain what ECC includes and recommend which skills to install for your project.