commands/ecc-guide.md
Use this command as a conversational map of Everything Claude Code. It should help the user discover the right ECC surface for their task without dumping the entire README or stale catalog counts.
/ecc-guide
/ecc-guide setup
/ecc-guide skills
/ecc-guide commands
/ecc-guide hooks
/ecc-guide install
/ecc-guide find: <query>
/ecc-guide <feature-or-file-name>
Use these files as the canonical map:
README.md for install paths, reset/uninstall guidance, and high-level positioningAGENTS.md for contributor and project-structure guidanceagent.yaml for exported agent and command surfacecommands/ for maintained slash-command shimsskills/*/SKILL.md for reusable skill workflowsagents/*.md for delegated agent roleshooks/README.md and hooks/hooks.json for hook behaviormanifests/install-*.json for selective install modules, components, and profilesscripts/ci/catalog.js --json for live catalog counts when running inside ECCGive a compact menu:
Then ask what they want to do next.
For topics like skills, commands, hooks, install, or agents:
For find: <query>:
rg.For a specific feature name:
skills/<name>/SKILL.md, commands/<name>.md, and agents/<name>.md.rg./project-init for stack-aware ECC onboarding of a target project/harness-audit for deterministic repo readiness scoring/skill-health for skill quality checks/skill-create for extracting a new skill from local git history/security-scan for Claude/OpenCode configuration security review