Skip to content

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 Code

Quick Start

bash
npm install -g cody-master
cm dashboard start
bash
git clone https://github.com/omisocial/cody-master.git
cd cody-master && npm install && npm run build
cm dashboard start

Documentation Structure

SectionContentLink
🏗️ ArchitectureSystem design, ADR, tech stackView →
📊 Data FlowRARV cycle, data flow, skill chainView →
🚀 DeploymentInstallation, configuration, deploymentView →
📋 Codebase AnalysisFull source code scanView →
🧩 Skills LibraryAll 30+ skills — grouped, described, open sourceView →
📖 User Guides (SOP)Step-by-step for every featureView →
🔌 API ReferenceREST API + CLI commandsView →

Supported Platforms

PlatformStatusSkill Invocation
🟢 Google Antigravity (Gemini)@[/skill-name]
🟣 Claude Code / Desktop/skill-name
🔵 Cursor@skill-name
🟠 Windsurf@skill-name
🟤 Cline / RooCode@skill-name
🐈 GitHub Copilotskill-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 →

Open Source AI Agent Skills Framework