By mustafaakben
Comprehensive integration with OpenAI Codex CLI - delegate complex coding tasks to Codex as a powerful coding partner
npx claudepluginhub mustafaakben/codex-agent-plugin --plugin agent-codexEnable a curated MCP server in project Codex config, or add a custom server block.
Search for MCP servers (typically on GitHub/npm) when curated servers are insufficient.
Run AI-powered code review using Codex CLI.
Delegate a coding task to OpenAI Codex CLI. Checks project config and runs via MCP or exec mode.
Manage project Codex configuration and MCP enablement.
Run Codex work asynchronously while preserving safe config/bootstrap behavior.
Delegate complex coding tasks to Codex with explicit configuration checks and user-confirmed bootstrap steps.
Use Codex for deep codebase exploration with read-focused workflows.
Use this skill to initialize Codex configuration and manage MCP servers in a project after confirming with the user.
Use this skill when delegating complex coding tasks to OpenAI Codex CLI and coordinating work between Claude and Codex.
A Claude Code plugin that integrates with OpenAI Codex CLI for delegation, review, and research workflows.
.codex/npm install -g @openai/codex
codex login
npx-based MCP servers.git clone https://github.com/mustafaakben/codex-agent-plugin.git
cd codex-agent-plugin
claude --plugin-dir .
Add the marketplace source:
claude plugin marketplace add https://github.com/mustafaakben/codex-agent-plugin
claude plugin marketplace list
Install from this marketplace:
claude plugin install agent-codex@mustafaakben-marketplace
Update/uninstall:
claude plugin marketplace update mustafaakben-marketplace
claude plugin update agent-codex
claude plugin uninstall agent-codex
This repo includes .claude-plugin/marketplace.json, so marketplace install works directly from GitHub.
If you manually place plugin files in a project, keep this structure:
<plugin-root>/
.claude-plugin/plugin.json
commands/
agents/
skills/
hooks/
scripts/
.mcp.json
Installed plugins commonly expose namespaced commands. Use:
/agent-codex:codex <task>/agent-codex:codex-config [action]/agent-codex:codex-review [target] [focus]/agent-codex:codex-mcp-search <query>/agent-codex:codex-mcp-add <server>.codex/config.template.toml.codex/recommended-mcps.toml.codex/config.tomlconfig.toml is created when users explicitly initialize/approve bootstrap.
model = "gpt-5.4"
model_reasoning_effort = "xhigh"
sandbox_mode = "workspace-write"
approval_policy = "on-request"
The curated, verified set used in templates/docs:
context7playwrightpostgresfilesystemgithubAll are disabled by default in template config.
.codex/config.toml at plugin activation.Validate plugin manifest:
claude plugin validate .
MIT (see LICENSE)
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
Uses power tools
Uses Bash, Write, or Edit tools
Team-oriented workflow plugin with role agents, 27 specialist agents, ECC-inspired commands, layered rules, and hooks skeleton.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Complete developer toolkit for Claude Code
Meta-prompting and spec-driven development system for Claude Code. Productivity framework for structured AI-assisted development.