Portable multi-agent harness for .agents-based skills and workflows across Claude Code, Codex, Gemini, and more
PM requirements analysis, task decomposition, API contract definition agent
FastAPI/SQLAlchemy backend implementation. Use for API, authentication, DB migration work.
Database design and implementation specialist. Use for schema, ERD, migration, query tuning, vector DB work.
Bug diagnosis and fix specialist. Error analysis, root cause identification, regression test writing.
React/Next.js/TypeScript frontend implementation. Use for UI, components, styling work.
Automatic parallel multi-agent orchestration (includes Review Loop)
Design-first idea exploration — Understanding user intent and design workflow before implementation
Generate Conventional Commits spec git commits (auto-separate by feature)
Task-based multi-agent coordination (includes Issue Remediation Loop)
Structured bug diagnosis and fix — Root cause analysis, pattern scanning, regression tests
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
한국어 | 中文 | Português | 日本語 | Français | Español | Nederlands | Polski | Русский | Deutsch
The portable, role-based agent harness for serious AI-assisted engineering.
Orchestrate 10 specialized domain agents (PM, Frontend, Backend, DB, Mobile, QA, Debug, Brainstorm, DevWorkflow, Terraform) via Serena Memory. oh-my-agent uses .agents/ as the source of truth for portable skills and workflows, then projects compatibility to other AI IDEs and CLIs. It combines role-based agents, explicit workflows, real-time observability, and standards-aware guidance for teams that want less AI slop and more disciplined execution.
.agents Specflowchart TD
subgraph Workflows["Workflows"]
direction TB
W0["/brainstorm"]
W1["/coordinate"]
W1b["/ultrawork"]
W2["/orchestrate"]
W3["/plan"]
W4["/review"]
W5["/debug"]
W6["/deepinit"]
end
subgraph Orchestration["Orchestration"]
direction TB
PM[pm-agent]
ORC[orchestrator]
end
subgraph Domain["Domain Agents"]
direction TB
FE[frontend-agent]
BE[backend-agent]
DB[db-agent]
MB[mobile-agent]
TF[tf-infra-agent]
end
subgraph Quality["Quality"]
direction TB
QA[qa-agent]
DBG[debug-agent]
end
Workflows --> Orchestration
Orchestration --> Domain
Domain --> Quality
Quality --> CMT([commit])
.agents/ is the source of truth: skills, workflows, shared resources, and config live in one portable project structure instead of being trapped inside one IDE plugin.oh-my-agent is designed around .agents/ and then bridges to other tool-specific skill folders when needed.
| Tool / IDE | Skills Source | Interop Mode | Notes |
|---|---|---|---|
| Antigravity | .agents/skills/ | Native | Primary source-of-truth layout |
| Claude Code | .claude/skills/ + .claude/agents/ | Native + Adapter | Symlinks for domain skills + native workflow skills, subagents, and CLAUDE.md |
| OpenCode | .agents/skills/ | Native-compatible | Uses the same project-level skill source |
| Amp | .agents/skills/ | Native-compatible | Shares the same project-level source |
| Codex CLI | .agents/skills/ | Native-compatible | Works from the same project skill source |
| Cursor | .agents/skills/ | Native-compatible | Can consume the same project-level skill source |
| GitHub Copilot | .github/skills/ | Optional symlink | Installed when selected during setup |
See SUPPORTED_AGENTS.md for the current support matrix and interoperability notes.
Claude Code has first-class native integration beyond symlinks:
npx claudepluginhub alekseevconsult-coder/oh-my-agv9.52.0 - Reliability wave: tangle contextual review correction loop with hard round ceiling, progress-supervised review rounds (per-agent stall watch, descendant-tree kills), council diversity and agy pin fixes, marketplace generator source-of-truth fix, provider troubleshooting runbook and cost-expectations docs. Run /octo:setup.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
Claude harness - A harness for solo developers (Vibecoders) to handle full-cycle contract development.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Plugin-safe Claude Code distribution of Agentic Awesome Skills with 1,913 supported skills.
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,884 supported skills.