🎯

codeagent

🎯Skill

from cexll/myclaude

VibeIndex|
What it does

Orchestrates multi-phase code development workflows by coordinating AI agents to progressively break down, plan, and implement software features across different backends.

codeagent

Installation

Install skill:
npx skills add https://github.com/cexll/myclaude --skill codeagent
25
AddedJan 27, 2026

Skill Details

SKILL.md

Overview

[δΈ­ζ–‡](README_CN.md) [English](README.md)

# Claude Code Multi-Agent Workflow System

[![Run in Smithery](https://smithery.ai/badge/skills/cexll)](https://smithery.ai/skills?ns=cexll&utm_source=github&utm_medium=badge)

[![License: AGPL-3.0](https://img.shields.io/badge/License-AGPL_v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)

[![Claude Code](https://img.shields.io/badge/Claude-Code-blue)](https://claude.ai/code)

[![Version](https://img.shields.io/badge/Version-6.x-green)](https://github.com/cexll/myclaude)

> AI-powered development automation with multi-backend execution (Codex/Claude/Gemini/OpenCode)

Quick Start

```bash

npx github:cexll/myclaude

```

Modules Overview

| Module | Description | Documentation |

|--------|-------------|---------------|

| [do](skills/do/README.md) | Recommended - 7-phase feature development with codeagent orchestration | /do command |

| [omo](skills/omo/README.md) | Multi-agent orchestration with intelligent routing | /omo command |

| [bmad](agents/bmad/README.md) | BMAD agile workflow with 6 specialized agents | /bmad-pilot command |

| [requirements](agents/requirements/README.md) | Lightweight requirements-to-code pipeline | /requirements-pilot command |

| [essentials](agents/development-essentials/README.md) | Core development commands and utilities | /code, /debug, etc. |

| [sparv](skills/sparv/README.md) | SPARV workflow (Specify→Plan→Act→Review→Vault) | /sparv command |

| course | Course development (combines dev + product-requirements + test-cases) | Composite module |

Installation

```bash

# Interactive installer (recommended)

npx github:cexll/myclaude

# List installable items (modules / skills / wrapper)

npx github:cexll/myclaude --list

# Detect installed modules and update from GitHub

npx github:cexll/myclaude --update

# Custom install directory / overwrite

npx github:cexll/myclaude --install-dir ~/.claude --force

```

--update detects already installed modules in the target install dir (defaults to ~/.claude, via installed_modules.json when present) and updates them from GitHub (latest release) by overwriting the module files.

Module Configuration

Edit config.json to enable/disable modules:

```json

{

"modules": {

"bmad": { "enabled": false },

"requirements": { "enabled": false },

"essentials": { "enabled": false },

"omo": { "enabled": false },

"sparv": { "enabled": false },

"do": { "enabled": true },

"course": { "enabled": false }

}

}

```

Workflow Selection Guide

| Scenario | Recommended |

|----------|-------------|

| Feature development (default) | /do |

| Bug investigation + fix | /omo |

| Large enterprise project | /bmad-pilot |

| Quick prototype | /requirements-pilot |

| Simple task | /code, /debug |

Core Architecture

| Role | Agent | Responsibility |

|------|-------|----------------|

| Orchestrator | Claude Code | Planning, context gathering, verification |

| Executor | codeagent-wrapper | Code editing, test execution (Codex/Claude/Gemini/OpenCode) |

Backend CLI Requirements

| Backend | Required Features |

|---------|-------------------|

| Codex | codex e, --json, -C, resume |

| Claude | --output-format stream-json, -r |

| Gemini | -o stream-json, -y, -r |

Directory Structure After Installation

```

~/.claude/

β”œβ”€β”€ bin/codeagent-wrapper

β”œβ”€β”€ CLAUDE.md

β”œβ”€β”€ commands/

β”œβ”€β”€ agents/

β”œβ”€β”€ skills/

└── config.json

```

Documentation

  • [codeagent-wrapper](codeagent-wrapper/README.md)
  • [Plugin System](PLUGIN_README.md)

Troubleshooting

Common Issues

Codex wrapper not found:

```bash

# Select: codeagent-wrapper

npx github:cexll/myclaude

```

Module not loading:

```bash

cat ~/.claude/installed_modules.json

npx github:cexll/myclaude --force

```

Backend CLI errors:

```bash

which codex && codex --version

which claude && claude --version

which gemini && gemini --version

```

FAQ

| Issue | Solution |

|-------|----------|

| "Unknown

More from this repository10

πŸͺ
cexll-myclaudeπŸͺMarketplace

Provides a multi-agent AI development automation system with modular workflows for code generation, debugging, and project management across different AI backends like Claude, Codex, and Gemini.

πŸ”Œ
requirements-driven-developmentπŸ”ŒPlugin

Transforms software requirements into a structured code development pipeline, automatically generating implementation plans and code artifacts based on specified project requirements.

πŸ”Œ
development-essentialsπŸ”ŒPlugin

Provides core development commands and utilities like code generation, debugging, and essential programming workflow tools for developers using the Claude Code multi-agent system.

πŸ”Œ
bmad-agile-workflowπŸ”ŒPlugin

Orchestrates software development using a specialized workflow with 6 distinct AI agents to streamline and automate agile project tasks and feature implementation.

πŸ”Œ
devπŸ”ŒPlugin

Based on the README, there is no explicit description of a "dev" module or plugin. While the repository contains multiple modules like "do", "omo", "bmad", etc., a specific "dev" module is not outl...

πŸ”Œ
gemini-cliπŸ”ŒPlugin

Based on the README, I cannot definitively determine what the "gemini-cli" plugin specifically does. While the repository mentions Gemini as one of the supported AI backends, there are no explicit ...

πŸ”Œ
dev-workflowπŸ”ŒPlugin

Based on the README, I cannot definitively determine what the "dev-workflow" plugin specifically does. The README describes several modules and workflows (like "do", "omo", "bmad", etc.), but does ...

πŸ”Œ
bmadπŸ”ŒPlugin

Orchestrates an agile workflow using 6 specialized AI agents to streamline and automate software development processes.

🎯
test-cases🎯Skill

Generates comprehensive test cases and test scenarios for software development projects, ensuring thorough code coverage and identifying potential edge cases and potential bugs.

🎯
prototype-prompt-generator🎯Skill

Based on the README, I cannot definitively determine the specific functionality of the "prototype-prompt-generator" skill. The README provides an overview of the Claude Code Multi-Agent Workflow Sy...