by first-fluke
Portable multi-agent harness for .agents-based skills, workflows, and standards-aware agent teams across Antigravity, Claude Code, Codex, OpenCode, and more.
# Add to your Claude Code skills
git clone https://github.com/first-fluke/oh-my-agent한국어 | 中文 | 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.No comments yet. Be the first to share your thoughts!