What problem does it solve? Everything Claude Code (ECC) changes quickly, so hard-coded answers about its skills, commands, agents, hooks, and install options go stale. This Skill answers ECC questions by reading the live repository surface instead of relying on memory, preventing outdated or incorrect guidance. ## Core Features & Use Cases - Feature Discovery: Searches skills, commands, and agents to recommend the right component for a given task, preferring skills as the primary workflow surface. - Install Guidance: Uses managed installer scripts (install-plan.js, install-apply.js) to list profiles, resolve dry-run plans, and warn against duplicate installs. - Onboarding & Troubleshooting: Provides new-user onboarding menus, project onboarding via /project-init, and troubleshooting steps for harness targets like .claude/, .cursor/, and .codex/. - Use Case: A user asks "which ECC component should I use for code review?" The Skill runs catalog and find commands against the repo, then returns a short recommendation with the canonical file path and a verification command. ## Quick Start Ask the assistant which ECC skill or command fits your task and have it verify the answer against the current repository files.