[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-73265":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":20,"compositeScore":21,"rankGlobal":10,"rankLanguage":10,"license":22,"archived":23,"fork":23,"defaultBranch":24,"hasWiki":25,"hasPages":23,"topics":26,"createdAt":10,"pushedAt":10,"updatedAt":27,"readmeContent":28,"aiSummary":29,"trendingCount":16,"starSnapshotCount":16,"syncStatus":30,"lastSyncTime":31,"discoverSource":32},73265,"myclaude","stellarlinkco\u002Fmyclaude","stellarlinkco","Multi-agent orchestration workflow (Claude Code  Codex Gemini OpenCode)","",null,"Go",2682,304,14,6,0,4,7,34,12,29.45,"GNU Affero General Public License v3.0",false,"master",true,[],"2026-06-12 02:03:11","[中文](README_CN.md) [English](README.md)\n\n# Claude Code Multi-Agent Workflow System\n\n[![Run in Smithery](https:\u002F\u002Fsmithery.ai\u002Fbadge\u002Fskills\u002Fstellarlinkco)](https:\u002F\u002Fsmithery.ai\u002Fskills?ns=stellarlinkco&utm_source=github&utm_medium=badge)\n[![License: AGPL-3.0](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FLicense-AGPL_v3-blue.svg)](https:\u002F\u002Fwww.gnu.org\u002Flicenses\u002Fagpl-3.0)\n[![Claude Code](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FClaude-Code-blue)](https:\u002F\u002Fclaude.ai\u002Fcode)\n[![Version](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FVersion-6.x-green)](https:\u002F\u002Fgithub.com\u002Fstellarlinkco\u002Fmyclaude)\n\n> AI-powered development automation with multi-backend execution (Codex\u002FClaude\u002FGemini\u002FOpenCode)\n\n## Quick Start\n\n```bash\nnpx github:stellarlinkco\u002Fmyclaude\n```\n\n## Modules Overview\n\n| Module | Description | Documentation |\n|--------|-------------|---------------|\n| [do](skills\u002Fdo\u002FREADME.md) | **Recommended** - 5-phase feature development with codeagent orchestration | `\u002Fdo` command |\n| [omo](skills\u002Fomo\u002FREADME.md) | Multi-agent orchestration with intelligent routing | `\u002Fomo` command |\n| [bmad](agents\u002Fbmad\u002FREADME.md) | BMAD agile workflow with 6 specialized agents | `\u002Fbmad-pilot` command |\n| [requirements](agents\u002Frequirements\u002FREADME.md) | Lightweight requirements-to-code pipeline | `\u002Frequirements-pilot` command |\n| [essentials](agents\u002Fdevelopment-essentials\u002FREADME.md) | 11 core dev commands: ask, bugfix, code, debug, docs, enhance-prompt, optimize, refactor, review, test, think | `\u002Fcode`, `\u002Fdebug`, etc. |\n| [sparv](skills\u002Fsparv\u002FREADME.md) | SPARV workflow (Specify→Plan→Act→Review→Vault) | `\u002Fsparv` 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\u002Fmyclaude --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\u002FUX 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\u002Fmyclaude\n\n# List installable items (modules \u002F skills \u002F wrapper)\nnpx github:stellarlinkco\u002Fmyclaude --list\n\n# Detect installed modules and update from GitHub\nnpx github:stellarlinkco\u002Fmyclaude --update\n\n# Custom install directory \u002F overwrite\nnpx github:stellarlinkco\u002Fmyclaude --install-dir ~\u002F.claude --force\n```\n\n`--update` detects already installed modules in the target install dir (defaults to `~\u002F.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\u002Fdisable 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) | `\u002Fdo` |\n| Bug investigation + fix | `\u002Fomo` |\n| Large enterprise project | `\u002Fbmad-pilot` |\n| Quick prototype | `\u002Frequirements-pilot` |\n| Simple task | `\u002Fcode`, `\u002Fdebug` |\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\u002FClaude\u002FGemini\u002FOpenCode) |\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~\u002F.claude\u002F\n├── bin\u002Fcodeagent-wrapper\n├── CLAUDE.md              (installed by default)\n├── commands\u002F              (from essentials module)\n├── agents\u002F                (from bmad\u002Frequirements modules)\n├── skills\u002F                (from do\u002Fomo\u002Fsparv\u002Fcourse modules)\n├── hooks\u002F                 (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\u002FREADME.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\u002Fmyclaude\n```\n\n**Module not loading:**\n```bash\ncat ~\u002F.claude\u002Finstalled_modules.json\nnpx github:stellarlinkco\u002Fmyclaude --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 ~\u002F.codex\u002Fconfig.yaml |\n\nSee [GitHub Issues](https:\u002F\u002Fgithub.com\u002Fstellarlinkco\u002Fmyclaude\u002Fissues) 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:\u002F\u002Fgithub.com\u002Fstellarlinkco\u002Fmyclaude\u002Fissues)\n","stellarlinkco\u002Fmyclaude 是一个基于多代理编排的工作流系统，支持通过Claude、Codex、Gemini和OpenCode等后端执行AI驱动的开发自动化任务。其核心功能包括五阶段特性开发、智能路由、轻量级需求到代码流水线以及11个核心开发命令如调试、优化、重构等，采用Go语言编写。该项目特别适合需要高效协作与自动化处理软件开发流程的团队或个人使用，能够显著提升从需求分析到代码实现及测试整个过程中的工作效率。",2,"2026-06-11 03:44:46","high_star"]