Agent skill
codex-setup
Codex CLI 用の .codex/ と AGENTS.md を導入・更新する。Use when user mentions '/codex-setup', codex cli setup, codex config, or wants Codex CLI compatibility. Do NOT load for: opencode setup, harness init without codex, or MCP-only setup.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/codex-setup
SKILL.md
Codex Setup Skill
Set up Codex CLI compatibility for the current project.
Deliverables
.codex/skills/- Harness skills for Codex.codex/rules/- Temporary guardrailsAGENTS.md- Codex rules file- Optional:
.codex/config.toml(MCP template)
Usage
/codex-setup
/codex-setup --with-mcp
/codex-setup --skip-mcp
Execution Flow
- Confirm user wants Codex CLI setup/update
- Ask whether to copy MCP template (
--with-mcp) - Run setup script
- Verify files exist
- Report completion + next steps
Script Execution
Prefer running from plugin root:
bash "${CLAUDE_PLUGIN_ROOT}/scripts/codex-setup-local.sh" --skip-mcp
If CLAUDE_PLUGIN_ROOT is unavailable, run from plugin repo root:
bash ./scripts/codex-setup-local.sh --skip-mcp
Verification
ls -la .codex/skills
ls -la .codex/rules
ls -la AGENTS.md
Completion Message
Codex CLI setup complete.
.codex/skills//.codex/rules/installedAGENTS.mdupdated (backup created if existed)- Use
$plan-with-agent,$work,$harness-reviewin Codex
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?