codex-agent-collaboration
Delegate coding tasks to Codex AI for implementation, analysis, and alternative solutions. Use when you need a second AI perspective, want to explore different approaches, or need specialized Codex capabilities for complex coding tasks.
npx skills add majiayu000/claude-skill-registry --skill codex-agent-collaboration-fortescarlet-codex-kkp-2 --agent codex
Same command for any agent — swap --agent for claude-code, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Codex CLI Skill This skill enables Claude Code to execute tasks using OpenAI's Codex AI agent. ## Overview The `codex-kkp-cli` is a Codex Agent CLI tool, allowing you to: - Execute coding tasks and get implementations - Perform code analysis and reviews - Get alternative solutions and suggestions - Collaborate with Codex for cross-checking implementations ## Usage ### Basic Syntax ```bash # Direct call with platform-specific executable executables/codex-kkp-cli-{platform} --cd=/absolute/path/to/project [options] "<task_description>" ``` Where `{platform}` is one of: - `macosx64` - macOS Intel (x86_64) - `macosarm64` - macOS Apple Silicon (ARM64) - `linuxx64` - Linux x86_64 - `linuxarm64` - Linux ARM64 - `mingwx64` - Windows x86_64 **Platform Auto-Detection Helper**: A platform detection script is provided to help identify your current platform: > On Windows, Just use mingwx64 platform directly, no need to use script detection. ```bash # Unix/Linux/macOS codex-kkp-cli-platform # Outputs: macosx64, macosarm64, linuxx64, or linuxarm64 ``` ### communication This is AI-to-AI communication between You and Codex. PRIORITIZE ACCURACY AND PRECISION over human readability. Use structured d
- Overview
- Usage
- Basic Syntax
- communication
- Required Parameters
- Optional Parameters
- Response Format
- Quick Example
Direct call with platform-specific executable Unix/Linux/macOS codex-kkp-cli-platform
What does the codex-agent-collaboration skill do?
Delegate coding tasks to Codex AI for implementation, analysis, and alternative solutions. Use when you need a second AI perspective, want to explore different approaches, or need specialized Codex capabilities for complex coding tasks.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill codex-agent-collaboration-fortescarlet-codex-kkp-2 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
