Agent skill · Design & Presentation

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.

mturacgithub.com/mturacGitHub ↗
codexcopilotcursorMIT
Install
npx skills add mturac/everything-openai-codex --skill ecc-guide --agent codex

Same command for any agent — swap --agent for claude-code, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/ecc-guide/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 84
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. When To Use
  2. Core Principle
  3. Repository Map
  4. Response Style
  5. Common Tasks
  6. New User Onboarding
  7. Feature Discovery
  8. Install Guidance
  9. Project Onboarding
  10. Troubleshooting
  11. Output Templates
  12. Short Recommendation
  13. Search Results
  14. Install Plan Summary
Commands it runs
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
More from everything-openai-codex
All skills →
About this skill
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.

Keep going