Agent skill · AI & Agents

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.

majiayu000github.com/majiayu000GitHub ↗
codexclaude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/ai-llm/codex-agent-collaboration-fortescarlet-codex-kkp-2/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Overview
  2. Usage
  3. Basic Syntax
  4. communication
  5. Required Parameters
  6. Optional Parameters
  7. Response Format
  8. Quick Example
Ships with 1 file
  • metadata.json
Commands it runs
Direct call with platform-specific executable
Unix/Linux/macOS
codex-kkp-cli-platform
More from claude-skill-registry
All skills →
About this skill
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.

Keep going