Cody Master Documentation
Quick Reference
- Version: 3.2.0
- Type: Universal AI Agent Skills Platform
- Skills: 30+ skills in 5 swarms
- Platforms: Cursor, Claude, Gemini/Antigravity, Windsurf, Cline, OpenClaw, and 4+ more
What is Cody Master?
Cody Master is a skills framework that turns AI coding agents into disciplined senior engineers. Instead of letting AI write spaghetti code, Cody Master enforces:
- 🔴 TDD — Write tests before code
- 🛡️ 6-Gate Quality System — Blind review, anti-sycophancy, security scan
- 🧠 Working Memory — Context persists across sessions via CONTINUITY.md
- 🤖 Judge Agent — Auto-detects stuck tasks, suggests pivots
- 📊 Kanban Dashboard — Real-time task management, deploy tracking
- 🌐 Universal Bootstrap — One AGENTS.md → configs for 10+ AI platforms
Your Idea → Cody Master Skills → Production-Ready CodeQuick Start
bash
npm install -g cody-master
cm dashboard startbash
git clone https://github.com/omisocial/cody-master.git
cd cody-master && npm install && npm run build
cm dashboard startDocumentation Structure
| Section | Content | Link |
|---|---|---|
| 🏗️ Architecture | System design, ADR, tech stack | View → |
| 📊 Data Flow | RARV cycle, data flow, skill chain | View → |
| 🚀 Deployment | Installation, configuration, deployment | View → |
| 📋 Codebase Analysis | Full source code scan | View → |
| 🧩 Skills Library | All 30+ skills — grouped, described, open source | View → |
| 📖 User Guides (SOP) | Step-by-step for every feature | View → |
| 🔌 API Reference | REST API + CLI commands | View → |
Supported Platforms
| Platform | Status | Skill Invocation |
|---|---|---|
| 🟢 Google Antigravity (Gemini) | ✅ | @[/skill-name] |
| 🟣 Claude Code / Desktop | ✅ | /skill-name |
| 🔵 Cursor | ✅ | @skill-name |
| 🟠 Windsurf | ✅ | @skill-name |
| 🟤 Cline / RooCode | ✅ | @skill-name |
| 🐈 GitHub Copilot | ✅ | skill-name |
| 🐾 OpenClaw / MaxClaw | ✅ | @skill-name |
| 🦷 OpenFang | ✅ | @skill-name |
| 🤖 Manus | ✅ | @skill-name |
| 💻 Gemini CLI | ✅ | @[/skill-name] |
Skills Overview — 5 Swarms
The 5 swarms: Engineering (code quality), Operations (safe deployment), Product (design & documentation), Growth (marketing), and Orchestration (autonomous coordination).
Browse the full skill library with complete documentation: Skills Library →