From agent-codex
Use this skill to initialize Codex configuration and manage MCP servers in a project after confirming with the user.
npx claudepluginhub mustafaakben/codex-agent-plugin --plugin agent-codexThis skill uses the workspace's default tool permissions.
This skill handles bootstrap and MCP management for Codex projects.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
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 config