All skills
Skillintermediate

.codex-plugin — Codex Native Plugin for ECC

This directory contains the **Codex plugin manifest** for Everything Claude Code.

Claude Code Knowledge Pack7/10/2026

Overview

.codex-plugin — Codex Native Plugin for ECC

This directory contains the Codex plugin manifest for Everything Claude Code.

Structure

.codex-plugin/
└── plugin.json   — Codex plugin manifest (name, version, skills ref, MCP ref)
.mcp.json         — MCP server configurations at plugin root (NOT inside .codex-plugin/)

What This Provides

  • 156 skills from ./skills/ — reusable Codex workflows for TDD, security, code review, architecture, and more
  • 6 MCP servers — GitHub, Context7, Exa, Memory, Playwright, Sequential Thinking

Installation

Codex plugin support is currently in preview. Once generally available:

# Install from Codex CLI
codex plugin install affaan-m/everything-claude-code

# Or reference locally during development
codex plugin install ./

Run this from the repository root so `./` points to the repo root and `.mcp.json` resolves correctly.

The installed plugin registers under the short slug ecc so tool and command names stay below provider length limits.

MCP Servers Included

ServerPurpose
githubGitHub API access
context7Live documentation lookup
exaNeural web search
memoryPersistent memory across sessions
playwrightBrowser automation & E2E testing
sequential-thinkingStep-by-step reasoning

Notes

  • The skills/ directory at the repo root is shared between Claude Code (.claude-plugin/) and Codex (.codex-plugin/) — same source of truth, no duplication
  • ECC is moving to a skills-first workflow surface. Legacy commands/ remain for compatibility on harnesses that still expect slash-entry shims.
  • MCP server credentials are inherited from the launching environment (env vars)
  • This manifest does not override ~/.codex/config.toml settings