{
  "markdown": "[中文](README_CN.md) [English](README.md)\n\n# Claude Code Multi-Agent Workflow System\n\n[![Run in Smithery](https://smithery.ai/badge/skills/stellarlinkco)](https://smithery.ai/skills?ns=stellarlinkco&utm_source=github&utm_medium=badge)\n[![License: AGPL-3.0](https://img.shields.io/badge/License-AGPL_v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)\n[![Claude Code](https://img.shields.io/badge/Claude-Code-blue)](https://claude.ai/code)\n[![Version](https://img.shields.io/badge/Version-6.x-green)](https://github.com/stellarlinkco/myclaude)\n\n> AI-powered development automation with multi-backend execution (Codex/Claude/Gemini/OpenCode)\n\n## Quick Start\n\n```bash\nnpx github:stellarlinkco/myclaude\n```\n\n## Modules Overview\n\n| Module | Description | Documentation |\n|--------|-------------|---------------|\n| [do](skills/do/README.md) | **Recommended** - 5-phase feature development with codeagent orchestration | `/do` command |\n| [omo](skills/omo/README.md) | Multi-agent orchestration with intelligent routing | `/omo` command |\n| [bmad](agents/bmad/README.md) | BMAD agile workflow with 6 specialized agents | `/bmad-pilot` command |\n| [requirements](agents/requirements/README.md) | Lightweight requirements-to-code pipeline | `/requirements-pilot` command |\n| [essentials](agents/development-essentials/README.md) | 11 core dev commands: ask, bugfix, code, debug, docs, enhance-prompt, optimize, refactor, review, test, think | `/code`, `/debug`, etc. |\n| [sparv](skills/sparv/README.md) | SPARV workflow (Specify→Plan→Act→Review→Vault) | `/sparv` command |\n| course | Course development (combines dev + product-requirements + test-cases) | Composite module |\n| claudekit | ClaudeKit: do skill + global hooks (pre-bash, inject-spec, log-prompt) | Composite module |\n\n### Available Skills\n\nIndividual skills can be installed separately via `npx github:stellarlinkco/myclaude --list` (skills bundled in modules like do, omo, sparv are listed above):\n\n| Skill | Description |\n|-------|-------------|\n| browser | Browser automation for web testing and data extraction |\n| codeagent | codeagent-wrapper invocation for multi-backend AI code tasks |\n| codex | Direct Codex backend execution |\n| dev | Lightweight end-to-end development workflow |\n| gemini | Direct Gemini backend execution |\n| product-requirements | Interactive PRD generation with quality scoring |\n| prototype-prompt-generator | Structured UI/UX prototype prompt generation |\n| skill-install | Install skills from GitHub with security scanning |\n| test-cases | Comprehensive test case generation from requirements |\n\n## Installation\n\n```bash\n# Interactive installer (recommended)\nnpx github:stellarlinkco/myclaude\n\n# List installable items (modules / skills / wrapper)\nnpx github:stellarlinkco/myclaude --list\n\n# Detect installed modules and update from GitHub\nnpx github:stellarlinkco/myclaude --update\n\n# Custom install directory / overwrite\nnpx github:stellarlinkco/myclaude --install-dir ~/.claude --force\n```\n\n`--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.\n\n### Module Configuration\n\nEdit `config.json` to enable/disable modules:\n\n```json\n{\n  \"modules\": {\n    \"bmad\": { \"enabled\": false },\n    \"requirements\": { \"enabled\": false },\n    \"essentials\": { \"enabled\": false },\n    \"omo\": { \"enabled\": false },\n    \"sparv\": { \"enabled\": false },\n    \"do\": { \"enabled\": true },\n    \"course\": { \"enabled\": false }\n  }\n}\n```\n\n## Workflow Selection Guide\n\n| Scenario | Recommended |\n|----------|-------------|\n| Feature development (default) | `/do` |\n| Bug investigation + fix | `/omo` |\n| Large enterprise project | `/bmad-pilot` |\n| Quick prototype | `/requirements-pilot` |\n| Simple task | `/code`, `/debug` |\n\n## Core Architecture\n\n| Role | Agent | Responsibility |\n|------|-------|----------------|\n| **Orchestrator** | Claude Code | Planning, context gathering, verification |\n| **Executor** | codeagent-wrapper | Code editing, test execution (Codex/Claude/Gemini/OpenCode) |\n\n## Backend CLI Requirements\n\n| Backend | Required Features |\n|---------|-------------------|\n| Codex | `codex e`, `--json`, `-C`, `resume` |\n| Claude | `--output-format stream-json`, `-r` |\n| Gemini | `-o stream-json`, `-y`, `-r` |\n| OpenCode | `opencode`, stdin mode |\n\n## Directory Structure After Installation\n\n```\n~/.claude/\n├── bin/codeagent-wrapper\n├── CLAUDE.md              (installed by default)\n├── commands/              (from essentials module)\n├── agents/                (from bmad/requirements modules)\n├── skills/                (from do/omo/sparv/course modules)\n├── hooks/                 (from claudekit module)\n├── settings.json          (auto-generated, hooks config)\n└── installed_modules.json (auto-generated, tracks modules)\n```\n\n## Documentation\n\n- [codeagent-wrapper](codeagent-wrapper/README.md)\n- [Plugin System](PLUGIN_README.md)\n\n## Troubleshooting\n\n### Common Issues\n\n**Codex wrapper not found:**\n```bash\n# Select: codeagent-wrapper\nnpx github:stellarlinkco/myclaude\n```\n\n**Module not loading:**\n```bash\ncat ~/.claude/installed_modules.json\nnpx github:stellarlinkco/myclaude --force\n```\n\n**Backend CLI errors:**\n```bash\nwhich codex && codex --version\nwhich claude && claude --version\nwhich gemini && gemini --version\n```\n\n## FAQ\n\n| Issue | Solution |\n|-------|----------|\n| \"Unknown event format\" | Logging display issue, can be ignored |\n| Gemini can't read .gitignore files | Remove from .gitignore or use different backend |\n| Codex permission denied | Set `approval_policy = \"never\"` in ~/.codex/config.yaml |\n\nSee [GitHub Issues](https://github.com/stellarlinkco/myclaude/issues) for more.\n\n## License\n\nAGPL-3.0 - see [LICENSE](LICENSE)\n\n### Commercial Licensing\n\nFor commercial use without AGPL obligations, contact: support@stellarlink.co\n\n## Support\n\n- [GitHub Issues](https://github.com/stellarlinkco/myclaude/issues)\n",
  "bytes": 5975,
  "sha": "9ebedd6403e3baac53129afa978c6412437c5efbea7c9919357f787b38dacf42",
  "repo_slug": "stellarlinkco/myclaude",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_stellarlinkco_myclaude_test_cases_da278b0d/readme"
}