Claude Code Multi-Agent Workflow System combines Claude Code as orchestrator with Codex as executor for AI-powered development. The Dev workflow is the main feature with a 6-step process: requirements clarification, codebase analysis, dev plan generation, parallel execution, coverage validation at 90%, and completion summary.
Also includes BMAD Agile workflow with 6 specialized agents for enterprise projects, requirements-driven workflow for prototypes, and development essentials with direct commands. Modular installation lets you choose which workflows to install. All data stored locally.
Use Cases:
Run in Smithery (https://smithery.ai/badge/skills/cexll)
License: MIT (https://img.shields.io/badge/License-MIT-yellow.svg) Claude Code (https://img.shields.io/badge/Claude-Code-blue) Version (https://img.shields.io/badge/Version-5.0-green)
AI-powered development automation with Claude Code + Codex collaboration
This system leverages a dual-agent architecture:
| Role | Agent | Responsibility |
|---|---|---|
| Orchestrator | Claude Code | Planning, context gathering, verification, user interaction |
| Executor | Codex | Code editing, test execution, file operations |
Why this separation?
git clone https://github.com/cexll/myclaude.git
cd myclaude
python3 install.py --install-dir ~/.claude
The primary workflow for most development tasks.
/dev "implement user authentication with JWT"
6-Step Process:
Key Features:
Best For: Feature development, refactoring, bug fixes with tests
Full enterprise agile methodology with 6 specialized agents.
/bmad-pilot "build e-commerce checkout system"
Agents:
| Agent | Role |
|---|---|
| Product Owner | Requirements & user stories |
| Architect | System design & tech decisions |
| Tech Lead | Sprint planning & task breakdown |
| Developer | Implementation |
| Code Reviewer | Quality assurance |
| QA Engineer | Testing & validation |
Process:
Requirements → Architecture → Sprint Plan → Development → Review → QA
↓ ↓ ↓ ↓ ↓ ↓
PRD.md DESIGN.md SPRINT.md Code REVIEW.md TEST.md
Best For: Large features, team coordination, enterprise projects
Lightweight requirements-to-code pipeline.
/requirements-pilot "implement API rate limiting"
Process:
Best For: Quick prototypes, well-defined features
Direct commands for daily coding tasks.
| Command | Purpose |
|---|---|
/code |
Implement a feature |
/debug |
Debug an issue |
/test |
Write tests |
/review |
Code review |
/optimize |
Performance optimization |
/refactor |
Code refactoring |
/docs |
Documentation |
Best For: Quick tasks, no workflow overhead needed
# Install all enabled modules (dev + essentials by default)
python3 install.py --install-dir ~/.claude
# Install specific module
python3 install.py --module dev
# List available modules
python3 install.py --list-modules
# Force overwrite existing files
python3 install.py --force
| Module | Default | Description |
|---|---|---|
dev |
✓ Enabled | Dev workflow + Codex integration |
essentials |
✓ Enabled | Core development commands |
bmad |
Disabled | Full BMAD agile workflow |
requirements |
Disabled | Requirements-driven workflow |
~/.claude/
├── CLAUDE.md # Core instructions and role definition
├── commands/ # Slash commands (/dev, /code, etc.)
├── agents/ # Agent definitions
├── skills/
│ └── codex/
│ └── SKILL.md # Codex integration skill
└── installed_modules.json # Installation status
Edit config.json to customize:
{
"version": "1.0",
"install_dir": "~/.claude",
"modules": {
"dev": {
"enabled": true,
"operations": [
{"type": "merge_dir", "source": "dev-workflow"},
{"type": "copy_file", "source": "memorys/CLAUDE.md", "target": "CLAUDE.md"},
{"type": "copy_file", "source": "skills/codex/SKILL.md", "target": "skills/codex/SKILL.md"},
{"type": "run_command", "command": "bash install.sh"}
]
}
}
}
Operation Types:
| Type | Description |
|---|---|
merge_dir |
Merge subdirs (commands/, agents/) into install dir |
copy_dir |
Copy entire directory |
copy_file |
Copy single file to target path |
run_command |
Execute shell command |
The codex skill enables Claude Code to delegate code execution to Codex CLI.
# Codex is invoked via the skill
codex-wrapper - > ~/.zshrc
# Reinstall
bash install.sh
Permission denied:
python3 install.py --install-dir ~/.claude --force
Module not loading:
# Check installation status
cat ~/.claude/installed_modules.json
# Reinstall specific module
python3 install.py --module dev --force
MIT License - see LICENSE
Claude Code + Codex = Better Development - Orchestration meets execution.
Lightweight Rust rewrite of Open WebUI with no Docker or Python dependencies. Available as desktop app or server CLI with lower memory usage and better performance. Supports Windows, macOS and Linux.
Android IPTV player with Material 3 design. Includes Media3, IJKplayer and VLC engines with support for M3U, Xtream and Stalker protocols. Works on Android 5.0 and newer with remote control and web configuration.
AI desktop companion with VRM 3D models. Deploy chatbots to messaging apps and livestreams. Integrates with Home Assistant, Dify, ComfyUI and MCP. Includes extensions marketplace and OpenAI-compatible API.
AI assistant for tmux that reads terminal panes for context. Features Observe, Prepare and Watch modes with command execution, safety scoring and knowledge base support. Works with OpenRouter, OpenAI and Azure.
Desktop app to manage MCP servers on Windows and macOS. Organize servers into Projects and Workspaces. Connects with Claude, Cline, Windsurf and Cursor. All data stored locally for privacy.
Raycast-compatible launcher for Linux with command palette, Raycast Store extensions, smart calculator, clipboard history and snippets. Built with Tauri and Rust. Available as AppImage.