MCPcopy
hub / github.com/stellarlinkco/myclaude

github.com/stellarlinkco/myclaude @v6.8.2 sqlite

repository ↗ · DeepWiki ↗ · release v6.8.2 ↗
1,210 symbols 3,936 edges 104 files 240 documented · 20%
README

中文 English

Claude Code Multi-Agent Workflow System

Run in Smithery License: AGPL-3.0 Claude Code Version

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

Quick Start

npx github:stellarlinkco/myclaude

Modules Overview

Module Description Documentation
do Recommended - 5-phase feature development with codeagent orchestration /do command
omo Multi-agent orchestration with intelligent routing /omo command
bmad BMAD agile workflow with 6 specialized agents /bmad-pilot command
requirements Lightweight requirements-to-code pipeline /requirements-pilot command
essentials 11 core dev commands: ask, bugfix, code, debug, docs, enhance-prompt, optimize, refactor, review, test, think /code, /debug, etc.
sparv SPARV workflow (Specify→Plan→Act→Review→Vault) /sparv command
course Course development (combines dev + product-requirements + test-cases) Composite module
claudekit ClaudeKit: do skill + global hooks (pre-bash, inject-spec, log-prompt) Composite module

Available Skills

Individual skills can be installed separately via npx github:stellarlinkco/myclaude --list (skills bundled in modules like do, omo, sparv are listed above):

Skill Description
browser Browser automation for web testing and data extraction
codeagent codeagent-wrapper invocation for multi-backend AI code tasks
codex Direct Codex backend execution
dev Lightweight end-to-end development workflow
gemini Direct Gemini backend execution
product-requirements Interactive PRD generation with quality scoring
prototype-prompt-generator Structured UI/UX prototype prompt generation
skill-install Install skills from GitHub with security scanning
test-cases Comprehensive test case generation from requirements

Installation

# Interactive installer (recommended)
npx github:stellarlinkco/myclaude

# List installable items (modules / skills / wrapper)
npx github:stellarlinkco/myclaude --list

# Detect installed modules and update from GitHub
npx github:stellarlinkco/myclaude --update

# Custom install directory / overwrite
npx github:stellarlinkco/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:

{
  "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
OpenCode opencode, stdin mode

Directory Structure After Installation

~/.claude/
├── bin/codeagent-wrapper
├── CLAUDE.md              (installed by default)
├── commands/              (from essentials module)
├── agents/                (from bmad/requirements modules)
├── skills/                (from do/omo/sparv/course modules)
├── hooks/                 (from claudekit module)
├── settings.json          (auto-generated, hooks config)
└── installed_modules.json (auto-generated, tracks modules)

Documentation

Troubleshooting

Common Issues

Codex wrapper not found:

# Select: codeagent-wrapper
npx github:stellarlinkco/myclaude

Module not loading:

cat ~/.claude/installed_modules.json
npx github:stellarlinkco/myclaude --force

Backend CLI errors:

which codex && codex --version
which claude && claude --version
which gemini && gemini --version

FAQ

Issue Solution
"Unknown event format" Logging display issue, can be ignored
Gemini can't read .gitignore files Remove from .gitignore or use different backend
Codex permission denied Set approval_policy = "never" in ~/.codex/config.yaml

See GitHub Issues for more.

License

AGPL-3.0 - see LICENSE

Commercial Licensing

For commercial use without AGPL obligations, contact: support@stellarlink.co

Support

Extension points exported contracts — how you extend this code

Backend (Interface)
Backend defines the contract for invoking different AI CLI backends. Each backend is responsible for supplying the execu [5 …
codeagent-wrapper/internal/backend/backend.go

Core symbols most depended-on inside this repo

Error
called by 73
codeagent-wrapper/internal/app/cli.go
Path
called by 70
codeagent-wrapper/internal/logger/logger.go
run
called by 63
codeagent-wrapper/internal/app/cli.go
Command
called by 34
codeagent-wrapper/internal/backend/backend.go
write_log
called by 28
install.py
Close
called by 27
codeagent-wrapper/internal/logger/logger.go
Info
called by 25
codeagent-wrapper/internal/logger/logger.go
runCodexTaskWithContext
called by 25
codeagent-wrapper/internal/app/executor_alias.go

Shape

Function 894
Method 240
Struct 64
Class 8
Interface 4

Languages

Go69%
Python26%
TypeScript5%

Modules by API surface

codeagent-wrapper/internal/app/main_test.go242 symbols
skills/harness/tests/test_hooks.py92 symbols
codeagent-wrapper/internal/executor/executor.go73 symbols
bin/cli.js57 symbols
install.py46 symbols
codeagent-wrapper/internal/logger/logger_test.go41 symbols
codeagent-wrapper/internal/logger/logger.go35 symbols
skills/harness/hooks/_harness_common.py32 symbols
codeagent-wrapper/internal/app/executor_concurrent_test.go32 symbols
codeagent-wrapper/internal/app/utils.go31 symbols
codeagent-wrapper/internal/worktree/worktree_test.go21 symbols
codeagent-wrapper/internal/app/main_integration_test.go21 symbols

Dependencies from manifests, versioned

github.com/fsnotify/fsnotifyv1.7.0 · 1×
github.com/go-ole/go-olev1.2.6 · 1×
github.com/inconshreveable/mousetrapv1.1.0 · 1×
github.com/lufia/plan9statsv0.0.0-2021101212233 · 1×
github.com/magiconair/propertiesv1.8.7 · 1×
github.com/mattn/go-colorablev0.1.13 · 1×
github.com/mattn/go-isattyv0.0.19 · 1×
github.com/power-devops/perfstatv0.0.0-2021010621303 · 1×

For agents

$ claude mcp add myclaude \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact