codex-agent-collaboration

Solid

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.

AI & Automation 25 stars 1 forks Updated 4 months ago MIT

Install

View on GitHub

Quality Score: 71/100

Stars 20%
47
Recency 20%
50
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# 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 data, exact technical terms, full paths, and precise details. NO conversational formatting needed. ### Required Parameters | Parameter | Description | |--------------|------------------------------------------------------------| | Task ...

Details

Author
ForteScarlet
Repository
ForteScarlet/codex-kkp
Created
5 months ago
Last Updated
4 months ago
Language
Kotlin
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category