Explore ECC agents, skills, commands, and onboarding from the live repository.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "ecc-guide" skill from askskill: 1. Download https://raw.githubusercontent.com/affaan-m/ECC/main/skills/ecc-guide/SKILL.md 2. Save it as ~/.claude/skills/ecc-guide/SKILL.md 3. Reload skills and tell me it's ready
First read the current ECC repository, then list the available agents and skills, group them by use case, and explain when each should be used.
A repository-based list of current agents and skills with grouped use cases and scenario guidance.
Using the latest ECC repository, summarize all commands and hooks, including how they are triggered, what they do, and any usage constraints.
A structured reference listing commands and hooks with triggers, functions, and constraints.
Read the ECC repository sections on install profiles, rules, and onboarding, then give me a step-by-step guide for integrating ECC into a new project.
A step-by-step onboarding guide covering installation, configuration, rules, and project initialization.
Use this skill when a user needs help understanding, navigating, installing, or choosing parts of Everything Claude Code.
Use this skill when the user:
Answer from current files, not memory. ECC changes quickly, so hard-coded catalog counts, feature lists, and install instructions go stale.
When the ECC repository is available, inspect the relevant files before giving a concrete answer:
node scripts/ci/catalog.js --json
find skills -maxdepth 2 -name SKILL.md | sort
find commands -maxdepth 1 -name '*.md' | sort
find agents -maxdepth 1 -name '*.md' | sort
node scripts/install-plan.js --list-profiles
node scripts/install-plan.js --list-components --json
Use the smallest set of reads needed for the user's question.
README.md: install paths, uninstall/reset guidance, public positioning, FAQsAGENTS.md: contributor guidance and project structureagent.yaml: exported gitagent surface and command listcommands/: maintained slash-command compatibility shimsskills/*/SKILL.md: reusable workflows and domain playbooksagents/*.md: delegated subagent role promptsrules/: language and harness ruleshooks/README.md, hooks/hooks.json, scripts/hooks/: hook behavior and safety gatesmanifests/install-*.json: selective install modules, components, profiles, and target supportdocs/: harness guides, architecture notes, translated docs, release docsLead with the answer, then give the next action. Most users do not need a full catalog dump.
Good first response shape:
Avoid:
Give a short menu:
Point to README.md for install/reset and /project-init for project-specific onboarding.
For "what should I use for X?":
skills/, commands/, and agents/.Useful searches:
rg -n "<query>" skills commands agents docs
find skills -maxdepth 2 -name SKILL.md | sort
Use managed install paths:
node scripts/install-plan.js --list-profiles
node scripts/install-plan.js --profile minimal --target claude --json
node scripts/install-apply.js --profile minimal --target claude --dry-run
For specific skill installs:
node scripts/install-plan.js --skills <skill-id> --target claude --json
node scripts/install-apply.js --skills <skill-id> --target claude --dry-run
Warn users not to stack plugin installs and full manual/profile installs unless they intentionally want duplicate surfaces.
Use /project-init when the user wants ECC configured for a target repo. The expected sequence is:
…
Design reliable deployment workflows, CI/CD pipelines, and production release strategies.
Orchestrate parallel AI agent workflows with dmux for faster development execution.
Helps developers follow this JavaScript repository's coding, testing, and commit conventions.
Apply modern, safe, idiomatic C++ standards for writing, review, and refactoring.
Search PubMed literature, MeSH terms, PMIDs, and citation data efficiently.
Audit, plan, and implement SEO improvements for better search visibility.
Audit ECC Tools cost anomalies and trace misuse, leakage, and duplicate jobs.
Run repo tasks, debug CI, and deliver fixes with verified evidence.
Find agent skill directories, tutorials, and guides to learn usable AI capabilities.
Integrate skills, MCP servers, and agent configs to strengthen coding agents.
Give AI coding agents persistent cross-session memory that survives context resets.
Discover curated Copilot prompts, skills, MCPs, and agents to boost AI coding.