freshcrate
Home > MCP Servers > my-claude

my-claude

All-in-one agent harness for Claude Code β€” Boss meta-orchestrator, 200+ agents, 200+ skills, 87 rules, 3 MCP servers, 7 hooks. One plugin install.

Description

All-in-one agent harness for Claude Code β€” Boss meta-orchestrator, 200+ agents, 200+ skills, 87 rules, 3 MCP servers, 7 hooks. One plugin install.

README


Installation

For Humans

git clone --depth 1 https://github.com/sehoon787/my-claude.git /tmp/my-claude
bash /tmp/my-claude/install.sh
rm -rf /tmp/my-claude

Or install as a Claude Code plugin first, then run the companion installer:

# Inside a Claude Code session:
/plugin marketplace add sehoon787/my-claude
/plugin install my-claude@my-claude

# Then install companion tools:
git clone --depth 1 https://github.com/sehoon787/my-claude.git /tmp/my-claude
bash /tmp/my-claude/install.sh
rm -rf /tmp/my-claude

For AI Agents

Read https://raw.githubusercontent.com/sehoon787/my-claude/main/AI-INSTALL.md and follow every step.

How Boss Works

Boss is the meta-orchestrator at the core of my-claude. It never writes code β€” it discovers, classifies, matches, delegates, and verifies.

User Request
     β”‚
     β–Ό
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚  Phase 0 Β· DISCOVERY                        β”‚
β”‚  Scan agents, skills, MCP, hooks at runtime β”‚
β”‚  β†’ Build live capability registry           β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
                       β–Ό
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚  Phase 1 Β· INTENT GATE                      β”‚
β”‚  Classify: trivial | build | refactor |     β”‚
β”‚  mid-sized | architecture | research | ...  β”‚
β”‚  β†’ Counter-propose skill if better fit      β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
                       β–Ό
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚  Phase 2 Β· CAPABILITY MATCHING              β”‚
β”‚  P0: gstack skill (if installed)            β”‚
β”‚  P1: Exact skill match                      β”‚
β”‚  P2: Specialist agent (200+)               β”‚
β”‚  P3: Multi-agent orchestration              β”‚
β”‚  P4: General-purpose fallback               β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
                       β–Ό
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚  Phase 3 Β· DELEGATION                       β”‚
β”‚  6-section structured prompt to specialist  β”‚
β”‚  TASK / OUTCOME / TOOLS / DO / DON'T / CTX  β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
                       β–Ό
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚  Phase 4 Β· VERIFICATION                     β”‚
β”‚  Read changed files independently           β”‚
β”‚  Run tests, lint, build                     β”‚
β”‚  Cross-reference with original intent       β”‚
β”‚  β†’ Retry up to 3Γ— on failure               β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

Priority Routing

Boss cascades every request through a priority chain until the best match is found:

Priority Match Type When Example
P1 Skill match Task maps to a self-contained skill "merge PDFs" β†’ pdf skill
P2 Specialist agent Domain-specific agent exists "security audit" β†’ Security Engineer
P3a Boss direct 2-4 independent agents "fix 3 bugs" β†’ parallel spawn
P3b Sub-orchestrator Complex multi-step workflow "refactor + test" β†’ Sisyphus
P3c Agent Teams Peer-to-peer communication needed "implement + review" β†’ Review Chain
P4 Fallback No specialist matches "explain this" β†’ general agent

Model Routing

Complexity Model Used For
Deep analysis, architecture Opus Boss, Oracle, Sisyphus
Standard implementation Sonnet executor, debugger, security-reviewer
Quick lookup, exploration Haiku explore, simple advisory

3-Phase Sprint Workflow

For end-to-end feature implementation, Boss orchestrates a structured sprint:

Phase 1: DESIGN         Phase 2: EXECUTE        Phase 3: REVIEW
(interactive)            (autonomous)             (interactive)
─────────────────────   ─────────────────────   ─────────────────────
User decides scope      ralph runs execution    Compare vs design doc
Engineering review      Auto code review        Present comparison table
Confirm "design done"   Architect verification  User: approve / improve

Architecture

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚                    User Request                       β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
                        β–Ό
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚  Boss Β· Meta-Orchestrator (Opus)                      β”‚
β”‚  Discovery β†’ Classification β†’ Matching β†’ Delegation  β”‚
β””β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
   β”‚          β”‚          β”‚          β”‚
   β–Ό          β–Ό          β–Ό          β–Ό
β”Œβ”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚ P3a  β”‚ β”‚  P3b   β”‚ β”‚  P3c   β”‚ β”‚  P1/P2 β”‚
β”‚Directβ”‚ β”‚Sub-orchβ”‚ β”‚ Agent  β”‚ β”‚ Skill/ β”‚
β”‚2-4   β”‚ β”‚Sisyphusβ”‚ β”‚ Teams  β”‚ β”‚ Agent  β”‚
β”‚agentsβ”‚ β”‚Atlas   β”‚ β”‚  P2P   β”‚ β”‚ Direct β”‚
β””β”€β”€β”€β”€β”€β”€β”˜ β”‚Hephaesβ”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”€β”€β”€β”€β”˜
         β””β”€β”€β”€β”€β”€β”€β”€β”€β”˜
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚  Behavioral Layer                                     β”‚
β”‚  Karpathy Guidelines Β· ECC Rules (87) Β· Hooks (7)    β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚  Specialist Agents (200+)                             β”‚
β”‚  OMO 9 Β· OMC 19 Β· Agency Eng. 26 Β· Superpowers 1    β”‚
β”‚  + 136 domain packs (on-demand)                       β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚  Skills (200+)                                        β”‚
β”‚  ECC 180+ Β· OMC 36 Β· gstack 40 Β· Superpowers 14     β”‚
β”‚  + Core 3 Β· Anthropic 14+                             β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚  MCP Layer                                            β”‚
β”‚  Context7 Β· Exa Β· grep.app                            β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

What's Inside

Category Count Source
Core agents (always loaded) 56 Boss 1 + OMO 9 + OMC 19 + Agency Engineering 26 + Superpowers 1
Agent packs (on-demand) 136 12 domain categories from agency-agents
Skills 200+ ECC 180+ Β· OMC 36 Β· gstack 40 Β· Superpowers 14 Β· Core 3
Anthropic Skills 14+ PDF, DOCX, PPTX, XLSX, MCP builder
Rules 87 ECC common + 14 language directories
MCP Servers 3 Context7, Exa, grep.app
Hooks 7 Delegation guard, telemetry, verification
CLI Tools 3 omc, omo, ast-grep
Core Agent β€” Boss meta-orchestrator (1)
Agent Model Role Source
Boss Opus Dynamic runtime discovery β†’ capability matching β†’ optimal routing. Never writes code. my-claude
OMO Agents β€” Sub-orchestrators and specialists (9)
Agent Model Role Source
Sisyphus Opus Intent classification β†’ specialist delegation β†’ verification oh-my-openagent
Hephaestus Opus Autonomous explore β†’ plan β†’ execute β†’ verify oh-my-openagent
Atlas Opus Task decomposition + 4-stage QA verification oh-my-openagent
Oracle Opus Strategic technical consulting (read-only) oh-my-openagent
Metis Opus Intent analysis, ambiguity detection oh-my-openagent
Momus Opus Plan feasibility review oh-my-openagent
Prometheus Opus Interview-based detailed planning oh-my-openagent
Librarian Sonnet Open-source documentation search via MCP oh-my-openagent
Multimodal-Looker Sonnet Image/screenshot/diagram analysis oh-my-openagent
OMC Agents β€” Specialist workers (19)
Agent Role Source
analyst Pre-analysis before planning oh-my-claudecode
architect System design and architecture oh-my-claudecode
code-reviewer Focused code review oh-my-claudecode
code-simplifier Code simplification and cleanup oh-my-claudecode
critic Critical analysis, alternative proposals oh-my-claudecode
debugger Focused debugging oh-my-claudecode
designer UI/UX design guidance oh-my-claudecode
document-specialist Documentation writing oh-my-claudecode
executor Task execution oh-my-claudecode
explore Codebase exploration oh-my-claudecode
git-master Git workflow management oh-my-claudecode
planner Rapid planning oh-my-claudecode
qa-tester Quality assurance testing oh-my-claudecode
scientist Research and experimentation oh-my-claudecode
security-reviewer Security review oh-my-claudecode
test-engineer Test writing and maintenance oh-my-claudecode
tracer Execution tracing and analysis oh-my-claudecode
verifier Final verification oh-my-claudecode
writer Content and documentation oh-my-claudecode
Agency Engineering β€” Always-loaded specialists (26)
Agent Role Source
AI Engineer AI/ML engineering agency-agents
Backend Architect Backend architecture agency-agents
CMS Developer CMS development agency-agents
Code Reviewer Code review agency-agents
Data Engineer Data engineering agency-agents
Database Optimizer Database optimization agency-agents
DevOps Automator DevOps automation agency-agents
Embedded Firmware Engineer Embedded firmware agency-agents
Frontend Developer Frontend development agency-agents
Git Workflow Master Git workflow agency-agents
Incident Response Commander Incident response agency-agents
Mobile App Builder Mobile apps agency-agents
Rapid Prototyper Rapid prototyping agency-agents
Security Engineer Security engineering agency-agents
Senior Developer Senior development agency-agents
Software Architect Software architecture agency-agents
SRE Site reliability agency-agents
Technical Writer Technical docs agency-agents
AI Data Remediation Engineer Self-healing data pipelines agency-agents
Autonomous Optimization Architect API performance governance agency-agents
Email Intelligence Engineer Email data extraction agency-agents
Feishu Integration Developer Feishu/Lark platform agency-agents
Filament Optimization Specialist Filament PHP optimization agency-agents
Solidity Smart Contract Engineer EVM smart contracts agency-agents
Threat Detection Engineer SIEM & threat hunting agency-agents
WeChat Mini Program Developer WeChat 小程序 agency-agents
Agent Packs β€” On-demand domain specialists (136)

Installed to ~/.claude/agent-packs/. Activate by symlinking:

ln -s ~/.claude/agent-packs/marketing/*.md ~/.claude/agents/
Pack Count Examples Source
marketing 29 Douyin, Xiaohongshu, TikTok, SEO agency-agents
specialized 28 Legal, Finance, Healthcare, MCP Builder agency-agents
game-development 20 Unity, Unreal, Godot, Roblox agency-agents
design 8 Brand, UI, UX, Visual Storytelling agency-agents
testing 8 API, Accessibility, Performance agency-agents
sales 8 Deal Strategy, Pipeline Analysis agency-agents
paid-media 7 Google Ads, Meta Ads, Programmatic agency-agents
project-management 6 Scrum, Kanban, Risk Management agency-agents
spatial-computing 6 visionOS, WebXR, Metal agency-agents
support 6 Analytics, Infrastructure, Legal agency-agents
academic 5 Anthropologist, Historian, Psychologist agency-agents
product 5 Product Manager, Sprint, Feedback agency-agents
Skills β€” 200+ from 6 sources
Source Count Key Skills
everything-claude-code 180+ tdd-workflow, autopilot, ralph, security-review, coding-standards
oh-my-claudecode 36 plan, team, trace, deep-dive, blueprint, ultrawork
gstack 40 /qa, /review, /ship, /cso, /investigate, /office-hours
superpowers 14 brainstorming, systematic-debugging, TDD, parallel-agents
my-claude Core 3 boss-advanced, gstack-sprint, briefing-vault
Anthropic Official 14+ pdf, docx, pptx, xlsx, canvas-design, mcp-builder
MCP Servers (3) + Hooks (7)

MCP Servers

Server Purpose Cost
Context7 Real-time library documentation Free
Exa Semantic web search Free 1k req/month
grep.app GitHub code search Free

Behavioral Hooks

Hook Event Behavior
Session Setup SessionStart Auto-detects missing tools + injects Briefing Vault context
Delegation Guard PreToolUse Blocks Boss from directly modifying files
Agent Telemetry PostToolUse Logs agent usage to agent-usage.jsonl
Subagent Verifier SubagentStop Forces independent verification + logs to Briefing Vault
Completion Check Stop Runs profile fallback + guards /boss-briefing execution
Teammate Idle Guide TeammateIdle Prompts leader on idle teammates
Task Quality Gate TaskCompleted Verifies deliverable quality
Vault Reminder UserPromptSubmit Suggests /boss-briefing after 5+ messages

Briefing Vault

Obsidian-compatible persistent memory. Every project maintains a .briefing/ directory that auto-populates across sessions.

.briefing/
β”œβ”€β”€ INDEX.md                          ← Project context (auto-created once)
β”œβ”€β”€ state.json                        ← Session metadata, counters, lastVaultSync (auto-managed)
β”œβ”€β”€ sessions/
β”‚   β”œβ”€β”€ YYYY-MM-DD-<topic>.md        ← AI-written session summary (enforced)
β”‚   └── YYYY-MM-DD-auto.md           ← Auto-generated scaffold (git diff, agent stats)
β”œβ”€β”€ decisions/
β”‚   └── YYYY-MM-DD-<decision>.md     ← AI-written decision record (enforced)
β”œβ”€β”€ learnings/
β”‚   β”œβ”€β”€ YYYY-MM-DD-<pattern>.md      ← AI-written learning note
β”‚   └── YYYY-MM-DD-auto-session.md   ← Auto-generated scaffold (agents, files)
β”œβ”€β”€ references/
β”‚   └── auto-links.md                ← Auto-collected URLs from web searches
β”œβ”€β”€ agents/
β”‚   β”œβ”€β”€ agent-log.jsonl              ← Subagent execution telemetry
β”‚   └── YYYY-MM-DD-summary.md        ← Daily agent usage breakdown
└── persona/
    β”œβ”€β”€ profile.md                   ← Agent affinity stats (auto-updated)
    β”œβ”€β”€ suggestions.jsonl            ← Routing suggestions (auto-generated)
    └── rules/                       ← Workflow pattern rules (workflow-*.md)

Sub-Vaults

Path Description
INDEX.md Project overview with links to recent decisions and learnings. Auto-created on first session, refreshed by /boss-briefing or Stop hook fallback.
state.json Session metadata: counters (workCounter, messageCount), lastVaultSync timestamp, sessionStartHead. Auto-managed by hooks.
sessions/ Session summaries. *-auto.md β€” scaffold with git diff stats and agent counts. <topic>.md β€” AI-written summary enforced by Stop hook guard.
decisions/ Architecture and design decisions with rationale. AI-written, enforced during active work.
learnings/ Patterns, gotchas, non-obvious solutions. *-auto-session.md β€” scaffold with file lists. <topic>.md β€” AI-written.
references/ Web research URLs. auto-links.md β€” auto-collected from WebSearch/WebFetch calls.
agents/ Agent telemetry. agent-log.jsonl β€” per-call log with enriched fields {ts, agent_type, phase, seq, task_hint}. YYYY-MM-DD-summary.md β€” daily usage breakdown.
persona/ User work style profile. profile.md β€” tool affinity stats. suggestions.jsonl β€” routing recommendations. Workflow sequence patterns in rules/workflow-*.md. Run /boss-briefing to analyze.

Session-Specific Diffs

At session start, the current git HEAD is saved to state.json (sessionStartHead field). For non-git projects, a YYYY-MM-DD:cwd identifier is used instead. At session end, diffs are calculated relative to this saved point β€” showing only changes from the current session, not accumulated uncommitted changes from previous sessions.

Using with Obsidian

  1. Open Obsidian β†’ Open folder as vault β†’ select .briefing/
  2. Notes appear in graph view, linked by [[wiki-links]]
  3. YAML frontmatter (date, type, tags) enables structured search
  4. Timeline of decisions and learnings builds automatically over sessions

/boss-briefing

Run /boss-briefing during or at the end of a session to:

  • Sync vault: Update profile.md, INDEX.md, and agent summaries
  • Detect workflow patterns: Analyze temporal agent call sequences across sessions
  • Recover from gaps: Generate recovery summaries if days have passed since the last session
  • Propose persona rules: Suggest workflow-based routing preferences (not just frequency)
  • Validate session notes: Check that today's session has a proper summary

The Stop hook checks whether /boss-briefing has run today. If not, it blocks session end with a reminder. The existing stop-profile-update.js continues to run as a fallback.


Upstream Open-Source Sources

my-claude bundles content from 5 MIT-licensed upstream repositories via git submodules:

# Source What It Provides
1 oh-my-claudecode β€” Yeachan Heo 19 specialist agents + 36 skills. Claude Code multi-agent harness with autopilot, ralph, team orchestration.
2 oh-my-openagent β€” code-yeongyu 9 OMO agents (Sisyphus, Atlas, Oracle, etc.). Multi-platform agent harness bridging Claude, GPT, Gemini.
3 everything-claude-code β€” affaan-m 180+ skills + 87 rules across 14 languages. Comprehensive dev framework with TDD, security, and coding standards.
4 agency-agents β€” msitarzewski 26 engineering agents (always loaded) + 136 domain agent-packs across 12 categories.
5 gstack β€” garrytan 40 skills for code review, QA, security audit, deployment. Includes Playwright browser daemon.
6 superpowers β€” Jesse Vincent 14 skills + 1 agent covering brainstorming, TDD, parallel agents, and code review.
7 anthropic/skills β€” Anthropic 14+ official skills for PDF, DOCX, PPTX, XLSX, and MCP builder.
8 andrej-karpathy-skills β€” forrestchang 4 AI coding behavioral guidelines (Think Before Coding, Simplicity First, Surgical Changes, Goal-Driven Execution).

GitHub Actions

Workflow Trigger Purpose
CI push, PR Validates JSON configs, agent frontmatter, skill existence, upstream file counts
Update Upstream weekly / manual Runs git submodule update --remote and creates auto-merge PR
Auto Tag push to main Reads plugin.json version and creates git tag if new
Pages push to main Deploys docs/index.html to GitHub Pages
CLA PR Contributor License Agreement check
Lint Workflows push, PR Validates GitHub Actions workflow YAML syntax

my-claude Originals

Features built specifically for this project, beyond what upstream sources provide:

Feature Description
Boss Meta-Orchestrator Dynamic capability discovery β†’ intent classification β†’ 5-priority routing β†’ delegation β†’ verification
3-Phase Sprint Design (interactive) β†’ Execute (autonomous via ralph) β†’ Review (interactive vs design doc)
Agent Tier Priority core > omo > omc > agency deduplication. Most specialized agent wins.
Agency Cost Optimization Haiku for advisory, Sonnet for implementation β€” automatic model routing for 172 domain agents
Briefing Vault Obsidian-compatible .briefing/ directory with sessions, decisions, learnings, references
Agent Telemetry PostToolUse hook logs agent usage to agent-usage.jsonl
Smart Packs Project-type detection recommends relevant agent packs at session start
CI SHA Pre-check Upstream sync skips unchanged sources via git ls-remote SHA comparison
Agent Dedup Detection Normalized name comparison catches duplicates across upstream sources

Bundled Upstream Versions

Linked via git submodules. Pinned commits tracked natively by .gitmodules.

Source SHA Date Diff
agency-agents 4feb0cd 2026-04-07 compare
everything-claude-code 7dfdbe0 2026-04-07 compare
oh-my-claudecode 2487d38 2026-04-07 compare
gstack 03973c2 2026-04-07 compare
superpowers b7a8f76 2026-04-06 compare

Contributing

Issues and PRs are welcome. When adding a new agent, add a .md file to agents/core/ or agents/omo/ and update SETUP.md.

Credits

Built on the work of: oh-my-claudecode (Yeachan Heo), oh-my-openagent (code-yeongyu), everything-claude-code (affaan-m), agency-agents (msitarzewski), gstack (garrytan), superpowers (Jesse Vincent), anthropic/skills (Anthropic), andrej-karpathy-skills (forrestchang).

License

MIT License. See the LICENSE file for details.

Release History

VersionChangesUrgencyDate
v0.46.2## What's Changed * chore: bump plugin version to 0.46.1 by @github-actions[bot] in https://github.com/sehoon787/my-claude/pull/115 **Full Changelog**: https://github.com/sehoon787/my-claude/compare/v0.46.1...v0.46.2High4/21/2026
v0.46.1## What's Changed * chore: bump plugin version to 0.46.0 by @github-actions[bot] in https://github.com/sehoon787/my-claude/pull/114 * chore: update upstream submodules 2026-04-19 by @github-actions[bot] in https://github.com/sehoon787/my-claude/pull/113 **Full Changelog**: https://github.com/sehoon787/my-claude/compare/v0.46.0...v0.46.1High4/21/2026
v0.46.0## What's Changed * chore: bump plugin version to 0.45.7 by @github-actions[bot] in https://github.com/sehoon787/my-claude/pull/111 * chore: update upstream submodules 2026-04-17 by @github-actions[bot] in https://github.com/sehoon787/my-claude/pull/112 **Full Changelog**: https://github.com/sehoon787/my-claude/compare/v0.45.7...v0.46.0High4/21/2026
v0.45.7## What's Changed * chore: bump plugin version to 0.45.6 by @github-actions[bot] in https://github.com/sehoon787/my-claude/pull/109 **Full Changelog**: https://github.com/sehoon787/my-claude/compare/v0.45.6...v0.45.7High4/17/2026
v0.45.6## What's Changed * chore: bump plugin version to 0.45.5 by @github-actions[bot] in https://github.com/sehoon787/my-claude/pull/108 **Full Changelog**: https://github.com/sehoon787/my-claude/compare/v0.45.5...v0.45.6High4/17/2026
v0.45.5## What's Changed * chore: bump plugin version to 0.45.4 by @github-actions[bot] in https://github.com/sehoon787/my-claude/pull/106 **Full Changelog**: https://github.com/sehoon787/my-claude/compare/v0.45.4...v0.45.5High4/17/2026
v0.45.4## What's Changed * chore: bump plugin version to 0.45.3 by @github-actions[bot] in https://github.com/sehoon787/my-claude/pull/105 **Full Changelog**: https://github.com/sehoon787/my-claude/compare/v0.45.3...v0.45.4High4/15/2026
v0.45.3**Full Changelog**: https://github.com/sehoon787/my-claude/compare/v0.45.2...v0.45.3High4/15/2026
v0.45.2## What's Changed * chore: bump plugin version to 0.45.1 by @github-actions[bot] in https://github.com/sehoon787/my-claude/pull/103 **Full Changelog**: https://github.com/sehoon787/my-claude/compare/v0.45.1...v0.45.2Medium4/14/2026
v0.45.1## What's Changed * chore: bump plugin version to 0.45.0 by @github-actions[bot] in https://github.com/sehoon787/my-claude/pull/102 **Full Changelog**: https://github.com/sehoon787/my-claude/compare/v0.45.0...v0.45.1Medium4/14/2026
v0.45.0## What's Changed * chore: bump plugin version to 0.44.0 by @github-actions[bot] in https://github.com/sehoon787/my-claude/pull/101 **Full Changelog**: https://github.com/sehoon787/my-claude/compare/v0.44.0...v0.45.0Medium4/14/2026
v0.44.0## What's Changed * chore: bump plugin version to 0.43.2 by @github-actions[bot] in https://github.com/sehoon787/my-claude/pull/100 **Full Changelog**: https://github.com/sehoon787/my-claude/compare/v0.43.2...v0.44.0Medium4/14/2026
v0.43.2## What's Changed * chore: bump plugin version to 0.43.1 by @github-actions[bot] in https://github.com/sehoon787/my-claude/pull/99 **Full Changelog**: https://github.com/sehoon787/my-claude/compare/v0.43.1...v0.43.2Medium4/14/2026
v0.43.1## What's Changed * chore: bump plugin version to 0.43.0 by @github-actions[bot] in https://github.com/sehoon787/my-claude/pull/98 **Full Changelog**: https://github.com/sehoon787/my-claude/compare/v0.43.0...v0.43.1Medium4/14/2026
v0.43.0## What's Changed * chore: bump plugin version to 0.42.6 by @github-actions[bot] in https://github.com/sehoon787/my-claude/pull/97 **Full Changelog**: https://github.com/sehoon787/my-claude/compare/v0.42.6...v0.43.0Medium4/14/2026
v0.42.6## What's Changed * chore: bump plugin version to 0.42.5 by @github-actions[bot] in https://github.com/sehoon787/my-claude/pull/96 **Full Changelog**: https://github.com/sehoon787/my-claude/compare/v0.42.5...v0.42.6Medium4/13/2026
v0.42.5## What's Changed * chore: bump plugin version to 0.42.4 by @github-actions[bot] in https://github.com/sehoon787/my-claude/pull/95 **Full Changelog**: https://github.com/sehoon787/my-claude/compare/v0.42.4...v0.42.5Medium4/13/2026
v0.42.4**Full Changelog**: https://github.com/sehoon787/my-claude/compare/v0.42.3...v0.42.4Medium4/13/2026
v0.42.3## What's Changed * chore: bump plugin version to 0.42.2 by @github-actions[bot] in https://github.com/sehoon787/my-claude/pull/92 **Full Changelog**: https://github.com/sehoon787/my-claude/compare/v0.42.2...v0.42.3Medium4/13/2026
v0.42.2## What's Changed * chore: bump plugin version to 0.42.1 by @github-actions[bot] in https://github.com/sehoon787/my-claude/pull/91 **Full Changelog**: https://github.com/sehoon787/my-claude/compare/v0.42.1...v0.42.2Medium4/13/2026
v0.42.1## What's Changed * chore: bump plugin version to 0.42.0 by @github-actions[bot] in https://github.com/sehoon787/my-claude/pull/90 **Full Changelog**: https://github.com/sehoon787/my-claude/compare/v0.42.0...v0.42.1Medium4/13/2026
v0.42.0## What's Changed * chore: bump plugin version to 0.41.0 by @github-actions[bot] in https://github.com/sehoon787/my-claude/pull/89 **Full Changelog**: https://github.com/sehoon787/my-claude/compare/v0.41.0...v0.42.0Medium4/13/2026
v0.41.0**Full Changelog**: https://github.com/sehoon787/my-claude/compare/v0.40.1...v0.41.0Medium4/13/2026
v0.40.1## What's Changed * chore: bump plugin version to 0.40.0 by @github-actions[bot] in https://github.com/sehoon787/my-claude/pull/87 **Full Changelog**: https://github.com/sehoon787/my-claude/compare/v0.40.0...v0.40.1Medium4/13/2026
v0.40.0## What's Changed * chore: bump plugin version to 0.39.1 by @github-actions[bot] in https://github.com/sehoon787/my-claude/pull/86 **Full Changelog**: https://github.com/sehoon787/my-claude/compare/v0.39.1...v0.40.0Medium4/13/2026
v0.39.1## What's Changed * chore: bump plugin version to 0.39.0 by @github-actions[bot] in https://github.com/sehoon787/my-claude/pull/85 **Full Changelog**: https://github.com/sehoon787/my-claude/compare/v0.39.0...v0.39.1Medium4/11/2026
v0.39.0**Full Changelog**: https://github.com/sehoon787/my-claude/compare/v0.38.6...v0.39.0Medium4/11/2026
v0.38.6**Full Changelog**: https://github.com/sehoon787/my-claude/compare/v0.38.5...v0.38.6Medium4/11/2026
v0.38.5**Full Changelog**: https://github.com/sehoon787/my-claude/compare/v0.38.4...v0.38.5Medium4/11/2026
v0.38.4**Full Changelog**: https://github.com/sehoon787/my-claude/compare/v0.38.3...v0.38.4Medium4/11/2026
v0.38.3**Full Changelog**: https://github.com/sehoon787/my-claude/compare/v0.38.2...v0.38.3Medium4/11/2026
v0.38.2## What's Changed * chore: bump plugin version to 0.38.1 by @github-actions[bot] in https://github.com/sehoon787/my-claude/pull/80 **Full Changelog**: https://github.com/sehoon787/my-claude/compare/v0.38.1...v0.38.2Medium4/10/2026
v0.38.1## What's Changed * chore: bump plugin version to 0.38.0 by @github-actions[bot] in https://github.com/sehoon787/my-claude/pull/79 **Full Changelog**: https://github.com/sehoon787/my-claude/compare/v0.38.0...v0.38.1Medium4/10/2026
v0.38.0**Full Changelog**: https://github.com/sehoon787/my-claude/compare/v0.37.0...v0.38.0Medium4/10/2026
v0.37.0## What's Changed * chore: bump plugin version to 0.36.0 by @github-actions[bot] in https://github.com/sehoon787/my-claude/pull/77 **Full Changelog**: https://github.com/sehoon787/my-claude/compare/v0.36.0...v0.37.0Medium4/10/2026
v0.36.0## What's Changed * chore: bump plugin version to 0.35.0 by @github-actions[bot] in https://github.com/sehoon787/my-claude/pull/76 **Full Changelog**: https://github.com/sehoon787/my-claude/compare/v0.35.0...v0.36.0Medium4/9/2026
v0.35.0## What's Changed * chore: bump plugin version to 0.34.3 by @github-actions[bot] in https://github.com/sehoon787/my-claude/pull/75 **Full Changelog**: https://github.com/sehoon787/my-claude/compare/v0.34.3...v0.35.0Medium4/9/2026
v0.34.3## What's Changed * chore: bump plugin version to 0.34.2 by @github-actions[bot] in https://github.com/sehoon787/my-claude/pull/74 **Full Changelog**: https://github.com/sehoon787/my-claude/compare/v0.34.2...v0.34.3Medium4/8/2026
v0.34.2## What's Changed * chore: bump plugin version to 0.34.1 by @github-actions[bot] in https://github.com/sehoon787/my-claude/pull/73 **Full Changelog**: https://github.com/sehoon787/my-claude/compare/v0.34.1...v0.34.2Medium4/8/2026
v0.34.1**Full Changelog**: https://github.com/sehoon787/my-claude/compare/v0.34.0...v0.34.1Medium4/8/2026
v0.34.0**Full Changelog**: https://github.com/sehoon787/my-claude/compare/v0.33.4...v0.34.0Medium4/8/2026
v0.33.4**Full Changelog**: https://github.com/sehoon787/my-claude/compare/v0.33.3...v0.33.4Medium4/8/2026
v0.33.3**Full Changelog**: https://github.com/sehoon787/my-claude/compare/v0.33.2...v0.33.3Medium4/8/2026
v0.33.2**Full Changelog**: https://github.com/sehoon787/my-claude/compare/v0.33.1...v0.33.2Medium4/8/2026
v0.33.1## What's Changed * chore: bump plugin version to 0.33.0 by @github-actions[bot] in https://github.com/sehoon787/my-claude/pull/68 **Full Changelog**: https://github.com/sehoon787/my-claude/compare/v0.33.0...v0.33.1Medium4/8/2026
v0.33.0**Full Changelog**: https://github.com/sehoon787/my-claude/compare/v0.32.1...v0.33.0Medium4/8/2026
v0.32.1**Full Changelog**: https://github.com/sehoon787/my-claude/compare/v0.32.0...v0.32.1Medium4/8/2026
v0.32.0**Full Changelog**: https://github.com/sehoon787/my-claude/compare/v0.31.0...v0.32.0Medium4/8/2026
v0.31.0## What's Changed * chore: bump plugin version to 0.30.0 by @github-actions[bot] in https://github.com/sehoon787/my-claude/pull/64 **Full Changelog**: https://github.com/sehoon787/my-claude/compare/v0.30.0...v0.31.0Medium4/8/2026
v0.30.0**Full Changelog**: https://github.com/sehoon787/my-claude/compare/v0.29.0...v0.30.0Medium4/8/2026

Dependencies & License Audit

Loading dependencies...

Similar Packages

my-codexAll-in-one agent harness for OpenAI Codex CLI β€” Boss meta-orchestrator, 400+ agents, 200+ skills, 3 MCP servers. Install once, get every specialist ready.v0.21.2
BashiTurn Claude Code into a structured development team. 600+ skills via Cortex MCP, 12 agents, 20 commands. Built for people who can direct but don't write code. npx create-bashi-appv3.3.0
claw-pilotMulti-agent orchestration runtime with task board, flow engine, budget control, MCP integration and real-time dashboard. Self-hosted on Linux/macOS.v0.81.1
trace-mcpMCP server for Claude Code and Codex. One tool call replaces ~42 minutes of agent explorationv1.28.0
mofloMoFlo β€” AI agent orchestration for Claude Code. Forked from ruflo/claude-flow with patches applied to source, plus feature-level orchestration.4.8.79