.claude/skills/ohmg/SKILL.md
Ultimate multi-agent framework for Google Antigravity. Orchestrates specialized domain agents (PM, Frontend, Backend, Mobile, QA, Debug) via Serena Memory.
npx skillsauth add wallacedobbs428/thecalltaker ohmgInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
| 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 |
documentation
Agentic memory system for writers - track characters, relationships, scenes, and themes
tools
Automate repetitive development tasks and workflows. Use when creating build scripts, automating deployments, or setting up development workflows. Handles npm scripts, Makefile, GitHub Actions workflows, and task automation.
development
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices". Fetches latest Vercel guidelines and checks files against all rules.
development
Implement web accessibility (a11y) standards following WCAG 2.1 guidelines. Use when building accessible UIs, fixing accessibility issues, or ensuring compliance with disability standards. Handles ARIA attributes, keyboard navigation, screen readers, semantic HTML, and accessibility testing.