This project explores collaborative AI development workflows using Codex and Claude Code.
🚀 3-step setup, 5-minute onboarding, making AI-powered collaborative development simple
中文 | English
curl -sSL https://raw.githubusercontent.com/Pluviobyte/Claude-Codex/main/install.sh | bashOr download and run manually:
# Download the install script
curl -O https://raw.githubusercontent.com/Pluviobyte/Claude-Codex/main/install.sh
chmod +x install.sh
./install.shThe script offers three configuration options:
- Simple: Basic collaboration features
- Standard: Complete development environment
- Advanced: Enterprise-grade features (optional Exa search requires API key)
- Restart the Claude Code application
- Type in chat:
/available-tools - Confirm that codex-related tools are visible
- Claude Code + Codex basic collaboration
- Sequential-thinking for deep analysis
- Ideal for quick exploration and learning
- Complete collaborative development environment
- Task management and code indexing
- Ideal for everyday development work
- Enterprise-grade development environment
- Browser debugging and web search
- Ideal for complex project development
- Claude Code: Project management and code execution
- Codex: Deep code analysis and generation
- Smart Delegation: Simple tasks handled directly by Claude, complex logic delegated to Codex
- Requirement Understanding → Deep thinking analysis
- Context Collection → Comprehensive code retrieval
- Task Planning → Intelligent task decomposition
- Code Execution → Incremental iterative development
- Quality Verification → Automated testing and review
- Zero Learning Curve: Built on the familiar Claude Code interface
- Smart Defaults: Pre-configured best practices, fewer configuration decisions
- Progressive Enhancement: Scale from simple to advanced as needed
- High Reliability: Complete error handling and automatic recovery
User: Help me create a React component that displays a user list
Claude: I'll help you create a React component for displaying a user list. Let me first invoke Codex for deep analysis, then implement this feature.
User: Implement a complete user management system including authentication, CRUD operations, and permission management
Claude: This is a complex multi-module task. Let me use sequential-thinking for deep analysis, then create a detailed implementation plan.
Q: Can't see codex tools? A: Make sure the configuration file is correctly installed, then restart Claude Code
Q: Codex connection failed?
A: Make sure Codex is properly installed and you can run the codex mcp-server command
Q: MCP server connection failed? A: Run the install script for repair, or manually install the required dependencies
For a detailed troubleshooting guide, see: troubleshooting.md
Contributions and improvement suggestions are welcome!
MIT License - See LICENSE file for details
Start your AI collaborative development journey! 🚀