.codex-plugin/README.md
This directory contains the Codex plugin manifest for Everything Claude Code.
.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/)
./skills/ — reusable Codex workflows for TDD, security,
code review, architecture, and moreCodex 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.
| Server | Purpose |
|---|---|
github | GitHub API access |
context7 | Live documentation lookup |
exa | Neural web search |
memory | Persistent memory across sessions |
playwright | Browser automation & E2E testing |
sequential-thinking | Step-by-step reasoning |
skills/ directory at the repo root is shared between Claude Code (.claude-plugin/)
and Codex (.codex-plugin/) — same source of truth, no duplicationcommands/ remain for
compatibility on harnesses that still expect slash-entry shims.~/.codex/config.toml settings