ohmg
Ultimate multi-agent framework for Google Antigravity. Orchestrates specialized domain agents (PM, Frontend, Backend, Mobile, QA, Debug) via Serena Memory.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Ultimate multi-agent framework for Google Antigravity. Orchestrates specialized domain agents (PM, Frontend, Backend, Mobile, QA, Debug) via Serena Memory.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
OMU - Integrated AI agent orchestration skill for Unity3D game development. Manages game lifecycle (기획→개발→QA→수익성) via .omu folder, plan with ralph+plannotator, execute with team/bmad, verify with unity-mcp, and auto-cleanup. Supports Claude, Codex, Gemini CLI, and OpenCode.
AI-driven Game Development Studio using BMAD methodology. Covers the Execute and Assess phases of the BMAD TEA (Think→Execute→Assess) loop — the core Specification-Driven Development (SDD) cycle. Routes game projects through Pre-production, Design, Architecture, Production, and Game Testing phases with 6 specialized agents. Supports Unity, Unreal Engine, Godot, and custom engines.
Creative Intelligence Suite for AI-driven ideation, design thinking, innovation strategy, problem-solving, and storytelling. The Think phase of the BMAD TEA (Think→Execute→Assess) loop — produces specifications and creative briefs that feed directly into bmad-gds execution. 5 named specialist agents with distinct methodologies — no setup required, all workflows available immediately.
Analyze application logs to identify errors, performance issues, and security anomalies. Use when debugging issues, monitoring system health, or investigating incidents. Handles various log formats including Apache, Nginx, application logs, and JSON logs.
Configure Claude Code, Codex CLI, and Gemini CLI for Ralph-style automation with fewer approval prompts while keeping project boundaries, secret denylists, and sandbox-first safety rules intact.
Unity Editor와 AI 에이전트를 연결하는 MCP 브리지 스킬. Unity3D 게임 개발 작업을 AI로 자동화할 때 사용. 씬 제어, C# 스크립트 생성·검증, 에셋 파이프라인, UI/비주얼, 테스트·디버깅을 지원. PM·디자이너·게임개발자 역할별 최적 도구 매핑 제공.
| name | ohmg |
| description | Ultimate multi-agent framework for Google Antigravity. Orchestrates specialized domain agents (PM, Frontend, Backend, Mobile, QA, Debug) via Serena Memory. |
| allowed-tools | Read Write Bash Grep Glob |
| metadata | {"tags":"ohmg, multi-agent, orchestration, gemini, antigravity, serena-memory, workflow","platforms":"Gemini, Claude, Codex, Antigravity","keyword":"ohmg","version":"1.0.0","source":"first-fluke/oh-my-ag"} |
Scenario: Platform setup for a Unity3D project
# Step 1: Install oh-my-ag
bunx oh-my-ag
# Select "Unity3D" when prompted for project type
# Step 2: Verify system is ready
bunx oh-my-ag doctor
# Step 3: Launch the monitoring dashboard and spawn your first agent
bunx oh-my-ag dashboard &
oh-my-ag agent:spawn backend "Set up Unity3D build pipeline" session-unity-01
| Agent | Specialization | Triggers |
|---|---|---|
| Workflow Guide | Coordinates complex projects | "multi-domain", "complex project" |
| PM Agent | Requirements, task decomposition | "plan", "break down" |
| Frontend Agent | React/Next.js, styling | "UI", "component", "styling" |
| Backend Agent | API, database, auth | "API", "database", "auth" |
| Debug Agent | Bug diagnosis, RCA | "bug", "error", "crash" |
Orchestrator writes structured state to .serena/memories/ for real-time monitoring and cross-agent coordination.
bunx oh-my-ag
Select project type to install relevant skills to .agent/skills/.
bunx oh-my-ag doctor
/coordinate
PM planning → agent spawning → QA review.
# Spawn backend agent for a specific task
oh-my-ag agent:spawn backend "Implement auth API" session-01
bunx oh-my-ag dashboardbunx oh-my-ag dashboard:web (http://localhost:9847)If environment needs stdio-to-http bridging:
bunx oh-my-ag bridge http://localhost:12341/sse
Configure per-agent CLI mapping in .agent/config/user-preferences.yaml:
agent_cli_mapping:
frontend: gemini
backend: codex
pm: claude
qa: claude
| Command | Action |
|---|---|
bunx oh-my-ag | Interactive installer |
/setup | Agent-side configuration |
bunx oh-my-ag doctor | System check & repair |
bunx oh-my-ag update | Update skills |
bunx oh-my-ag usage | Show quota usage |