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.
npx skills add mturac/everything-openai-codex --skill configure-ecc --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.
# 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
- When to Activate
- Prerequisites
- Step 0: Clone ecc Repository
- Step 1: Choose Installation Level
- Step 2: Select & Install Skills
- 2a: Choose Scope (Core vs Niche)
- 2b: Choose Skill Categories
- 2c: Confirm Individual Skills
- 2d: Execute Installation
- Step 3: Select & Install Rules
- Step 4: Post-Installation Verification
- 4a: Verify File Existence
- 4b: Check Path References
- 4c: Check Cross-References Between Skills
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/commonWhat 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.
