rachittshah

Codex — Testing skill for Claude Code

Testing community

Execute custom Codex task (reason, plan, spec, analyze, compare).

How to install Codex

Installs to ~/.claude/skills/rachittshah-cc-codex-codex/SKILL.md

Terminal
mkdir -p ~/.claude/skills/rachittshah-cc-codex-codex && curl -fsSL https://raw.githubusercontent.com/rachittshah/cc-codex/HEAD/commands/codex.md -o ~/.claude/skills/rachittshah-cc-codex-codex/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Codex does


allowed-tools: mcp__codex__* description: Execute custom Codex task (reason, plan, spec, analyze, compare)

Execute Custom Codex Task

Your task

You are receiving a request to execute a custom Codex task. Determine which Codex tool is most appropriate and execute it.

Available Codex Tools

  1. codex_reason: Deep reasoning, trade-off analysis, decision-making
  2. codex_plan: Implementation planning, project roadmaps
  3. codex_spec: Technical specifications, documentati

Alternatives in Testing

Full documentation available on GitHub

View Source Repository