From agent-codex
Bootstraps .codex configuration and manages MCP servers in a project. Handles approval flow, file creation, and MCP enablement with curated verification.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agent-codex:codex-ecosystemThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill handles bootstrap and MCP management for Codex projects.
This skill handles bootstrap and MCP management for Codex projects.
Do not create or modify .codex/ automatically on plugin activation.
Use this policy:
.codex/config.toml exists.When approved by the user:
mkdir -p .codex
cp "${CLAUDE_PLUGIN_ROOT}/.codex/config.template.toml" .codex/config.toml
cp "${CLAUDE_PLUGIN_ROOT}/.codex/recommended-mcps.toml" .codex/recommended-mcps.toml
If plugin-root files are unavailable, create .codex/config.toml with safe defaults:
model = "gpt-5.4"
model_reasoning_effort = "xhigh"
sandbox_mode = "workspace-write"
approval_policy = "on-request"
Only the verified set is considered curated here:
context7playwrightpostgresfilesystemgithubAll are disabled by default in template config.
.codex/config.toml.recommended-mcps.toml for server reference blocks./codex-mcp-search and manual user confirmation.skills/codex-integration/references/codex-prompt-guidance.md — GPT-5.4 prompt patternsskills/codex-integration/references/codex-cli-reference.md — CLI commands and configGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub mustafaakben/codex-agent-plugin --plugin agent-codex