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:
…
Record polished web app UI demo videos for walkthroughs, tutorials, and showcases.
Refine retrieved context iteratively to improve subagent understanding and output quality.
Unify multi-channel notifications for routing, deduplication, escalation, and inbox consolidation.
Audit, plan, and implement SEO improvements for better search visibility.
Create iOS liquid glass interfaces with dynamic visuals and interactive morphing.
Fetches up-to-date framework docs for setup, APIs, and code examples.
Optimize coding agents with performance, security, memory, and research-first workflows.
Audit ECC Tools cost anomalies and trace misuse, leakage, and duplicate jobs.
Run repo tasks, debug CI, and deliver fixes with verified evidence.
Integrate skills, MCP servers, and agent configs to strengthen coding agents.
Give AI coding agents persistent cross-session memory that survives context resets.
Provide governed reusable skills and MCP access for enterprise agents.