Help us improve
Share bugs, ideas, or general feedback.
From omo
Subagent definitions for the OmO multi-agent orchestration system. Each `.md` file defines one agent with frontmatter metadata and behavioral instructions.
npx claudepluginhub mrzhbr/oh_my_openclaude --plugin omoHow this agent operates — its isolation, permissions, and tool access model
Agent reference
omo:agents/claudeThe summary Claude sees when deciding whether to delegate to this agent
Subagent definitions for the OmO multi-agent orchestration system. Each `.md` file defines one agent with frontmatter metadata and behavioral instructions. All agent files use YAML frontmatter with these fields: - `name` — Agent identifier (used in `subagent_type` parameter) - `description` — One-line role description - `tools` — Comma-separated list of allowed tools - `model` — LLM model tier:...
Expert Go code reviewer that analyzes diffs, runs go vet and staticcheck, and checks for idiomatic Go, concurrency bugs, error handling, and security issues.
Share bugs, ideas, or general feedback.
Subagent definitions for the OmO multi-agent orchestration system. Each .md file defines one agent with frontmatter metadata and behavioral instructions.
All agent files use YAML frontmatter with these fields:
name — Agent identifier (used in subagent_type parameter)description — One-line role descriptiontools — Comma-separated list of allowed toolsmodel — LLM model tier: opus (complex), sonnet (balanced), haiku (fast)color — Display color for status outputsisyphus-junior.md — Focused task executor. Receives 6-section delegation prompts, cannot delegate further. Uses sonnet.hephaestus.md — Senior Staff Engineer. Autonomous end-to-end worker (explore→plan→implement→verify). Uses opus.prometheus.md — Strategic planner. Creates plans via interview→research→draft→gap analysis. Writes to .claude/omo/plans/. Uses opus.metis.md — Gap analyzer. Read-only. Detects hidden requirements, AI-slop patterns, ambiguities in plans. Uses sonnet.momus.md — Plan validator. Approval-biased (80% clear = approve). Checks executability. Uses sonnet.atlas.md — Task conductor. Delegates to sisyphus-junior, verifies every result, never codes directly. Uses sonnet.briareus.md — Team conductor. Spawns parallel workers (sisyphus-junior or hephaestus), verifies integration across waves. Uses sonnet.oracle.md — Architecture consultant. Read-only. Called on failure recovery or complex decisions. Uses opus.librarian.md — Documentation/code search. Parallel searches across codebase, GitHub, web, library docs. Uses sonnet.explorer.md — Fast codebase grep. Read-only (Read/Glob/Grep only). Uses haiku.haiku for fast search, sonnet for standard work, opus for complex reasoningscripts/diagnostics.sh for verification.claude/omo/plans/ and .claude/omo/drafts/.claude/omo/notepads/