CODEX
AI agents for OpenAI Codex
FlickClaw exports agent definitions for OpenAI Codex CLI with quality gates, structured workflows, and output templates — giving Codex specialized working patterns for audits, refactors, docs and security reviews.
Install in 2 steps
Step 1: Install CLI
npm install -g @flickclaw/cli@latestStep 2: Install agent
npm exec --yes @flickclaw/cli@latest -- install refactor-claw --target codexWhat you get
AGENTS.md (runtime instructions)codex.md (Codex-specific config)SKILL.md (agent skill definition)workflow.md (structured steps)quality-gates.md (validation rules)output-template.md (report structure)template.md (generic markdown)system-prompt.md (model instructions)Recommended agents for Codex
Refactor Claw
Safe refactoring, complexity analysis & dead code
Docs Claw
README, API docs, changelogs & tutorials
Scan Claw
Code scanning, dependency audit & config review
Test Claw
Test strategy, generation & flaky detection
Data Claw
Schema design, query optimization & ETL
CLI Claw
CLI design, argument parsing & shell completion