Marketplace for Mustafa Akben Claude Code plugins, including agent-codex.
npx claudepluginhub mustafaakben/codex-agent-pluginComprehensive integration with OpenAI Codex CLI - delegate complex coding tasks to Codex as a powerful coding partner
Claude Code plugins for the Slidev presentation framework
Bundled plugins for actuating and debugging the Chrome browser.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
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)