mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-05-12 23:53:04 +08:00
3.0 KiB
3.0 KiB
description
| description |
|---|
| Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository surface. |
/ecc-guide
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.
Usage
/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>
Operating Rules
- Read current repository files before answering when the checkout is available.
- Prefer current filesystem/catalog data over hard-coded counts.
- Keep the first answer short, then offer specific drill-down paths.
- Link users to canonical files instead of copying long sections.
- Do not invent commands, skills, agents, or install profiles that are not present.
What To Inspect
Use these files as the canonical map:
README.mdfor install paths, reset/uninstall guidance, and high-level positioningAGENTS.mdfor contributor and project-structure guidanceagent.yamlfor exported agent and command surfacecommands/for maintained slash-command shimsskills/*/SKILL.mdfor reusable skill workflowsagents/*.mdfor delegated agent roleshooks/README.mdandhooks/hooks.jsonfor hook behaviormanifests/install-*.jsonfor selective install modules, components, and profilesscripts/ci/catalog.js --jsonfor live catalog counts when running inside ECC
Response Patterns
No Arguments
Give a compact menu:
- setup and install
- choosing skills
- command compatibility shims
- agents and delegation
- hooks and safety
- troubleshooting an install
- finding a specific feature
Then ask what they want to do next.
Topic Lookup
For topics like skills, commands, hooks, install, or agents:
- Summarize the current surface in 3-6 bullets.
- Point to the canonical directories/files.
- Suggest one or two commands that can verify the state.
- Avoid exhaustive lists unless the user asks for one.
Search Mode
For find: <query>:
- Search the relevant files with
rg. - Group results by surface: skills, commands, agents, rules, docs, hooks.
- Return the strongest matches first with file paths.
- Recommend the next action for each match.
Feature Lookup
For a specific feature name:
- Check exact paths first, such as
skills/<name>/SKILL.md,commands/<name>.md, andagents/<name>.md. - If exact lookup fails, search with
rg. - Explain what the feature does, when to use it, and what file is canonical.
- Mention adjacent features only when they reduce confusion.
Related Commands
/project-initfor stack-aware ECC onboarding of a target project/harness-auditfor deterministic repo readiness scoring/skill-healthfor skill quality checks/skill-createfor extracting a new skill from local git history/security-scanfor Claude/OpenCode configuration security review