Agent skill · AI & Agents

configure-ecc

Interactive installer for Everything OpenAI Codex — guides users through selecting and installing skills and rules to user-level or project-level directories, verifies paths, and optionally optimizes installed files.

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

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

Facts
Files in the skill folder: 1
SKILL.md size: 16 KB
Bundled scripts: none
Path: skills/configure-ecc/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

# Configure Everything OpenAI Codex (ecc) An interactive, step-by-step installation wizard for the Everything OpenAI Codex project. Uses `AskUserQuestion` to guide users through selective installation of skills and rules, then verifies correctness and offers optimization. ## When to Activate - User says "configure ecc", "install ecc", "setup everything.openai.codex", or similar - User wants to selectively install skills or rules from this project - User wants to verify or fix an existing ecc installation - User wants to optimize installed skills or rules for their project ## Prerequisites This skill must be accessible to OpenAI Codex before activation. Two ways to bootstrap: 1. **Via Plugin**: `/plugin install eoc@eoc` — the plugin loads this skill automatically 2. **Manual**: Copy only this skill to `~/.codex/skills/configure-ecc/SKILL.md`, then activate by saying "configure ecc" --- ## Step 0: Clone ecc Repository Before any installation, clone the latest ecc source to `/tmp`: ```bash rm -rf /tmp/Everything OpenAI Codex git clone https://github.com/mehmet-turac/everything-openai-codex.git /tmp/Everything OpenAI Codex ``` Set `ecc_ROOT=/tmp/Everything OpenAI Codex` as the source f

What's inside
Steps it walks through
  1. When to Activate
  2. Prerequisites
  3. Step 0: Clone ecc Repository
  4. Step 1: Choose Installation Level
  5. Step 2: Select & Install Skills
  6. 2a: Choose Scope (Core vs Niche)
  7. 2b: Choose Skill Categories
  8. 2c: Confirm Individual Skills
  9. 2d: Execute Installation
  10. Step 3: Select & Install Rules
  11. Step 4: Post-Installation Verification
  12. 4a: Verify File Existence
  13. 4b: Check Path References
  14. 4c: Check Cross-References Between Skills
Commands it runs
rm -rf /tmp/Everything OpenAI Codex
git clone https://github.com/mehmet-turac/everything-openai-codex.git /tmp/Everything OpenAI Codex
mkdir -p $TARGET/skills $TARGET/rules
Core skills live under .agents/skills/
cp -R "$ecc_ROOT/.agents/skills/<skill-name>" "$TARGET/skills/"
Niche skills live under skills/
cp -R "$ecc_ROOT/skills/<skill-name>" "$TARGET/skills/"
cp -R "${src%/}" "$TARGET/skills/$(basename "${src%/}")"
Common rules
cp -r $ecc_ROOT/rules/common $TARGET/rules/common
More from everything-openai-codex
All skills →
About this skill
What does the configure-ecc skill do?

Interactive installer for Everything OpenAI Codex — guides users through selecting and installing skills and rules to user-level or project-level directories, verifies paths, and optionally optimizes installed files.

How do I install it?

Run `npx skills add mturac/everything-openai-codex --skill configure-ecc --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