ecc-guide
Guide users through ecc's current agents, skills, commands, hooks, rules, install profiles, and project onboarding by reading the live repository surface before answering.
npx skills add mturac/everything-openai-codex --skill ecc-guide --agent codex
Same command for any agent — swap --agent for claude-code, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# ecc Guide Use this skill when a user needs help understanding, navigating, installing, or choosing parts of Everything OpenAI Codex. ## When To Use Use this skill when the user: - asks what ecc includes - wants help finding a skill, command, agent, hook, rule, or install profile - is new to the repository and needs a guided path - asks "how do I do X with ecc?" - asks which ecc components fit a project - needs a lightweight explanation of how commands, skills, agents, hooks, and rules relate - is confused by install paths, duplicate installs, reset/uninstall, or selective install options ## Core Principle 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: ```bash 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. ## R
- When To Use
- Core Principle
- Repository Map
- Response Style
- Common Tasks
- New User Onboarding
- Feature Discovery
- Install Guidance
- Project Onboarding
- Troubleshooting
- Output Templates
- Short Recommendation
- Search Results
- Install Plan Summary
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 rg -n "<query>" skills commands agents docs node scripts/install-plan.js --profile minimal --target codex --json node scripts/install-apply.js --profile minimal --target codex --dry-run node scripts/install-plan.js --skills <skill-id> --target codex --json
What does the ecc-guide skill do?
Guide users through ecc's current agents, skills, commands, hooks, rules, install profiles, and project onboarding by reading the live repository surface before answering.
How do I install it?
Run `npx skills add mturac/everything-openai-codex --skill ecc-guide --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From mturac/everything-openai-codex, a repository with 84 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
