Skip to content

Cody Master Documentation

Quick Reference

  • Version: 4.7.0
  • Type: Universal AI Agent Skills Framework
  • Skills: 68+ skills in 6 domains (Powered by OpenViking)
  • Platforms: Claude Code, Gemini/Antigravity, Cursor, Windsurf, Cline, Aider, Continue, Amazon Q, Amp, and 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 (cm-tdd)
  • 🛡️ Quality Gates — Evidence-based verification, blind review, security scan (cm-quality-gate)
  • 🧠 Working Memory — Context persists across sessions via CONTINUITY.md (cm-continuity)
  • 🔒 Secret Shield — Pre-commit hooks, repo-wide leak detection, token lifecycle (cm-secret-shield)
  • 📊 Kanban Dashboard — Real-time task tracking and workflow visibility (cm-dashboard)
  • 🌐 Universal Bootstrap — Full project setup from Day 0 (cm-project-bootstrap)
Your Idea → Cody Master Skills → Production-Ready Code

Quick Start

bash
# Fastest & Interactive setup (auto-installs OpenViking semantic engine)
bash <(curl -fsSL https://raw.githubusercontent.com/tody-agent/codymaster/main/install.sh) --all
bash
# One-liner installer (auto-detect language & scope)
bash <(curl -fsSL https://raw.githubusercontent.com/tody-agent/codymaster/main/install.sh) --claude
bash
# Auto-install for Antigravity/Gemini (native support)
bash <(curl -fsSL https://raw.githubusercontent.com/tody-agent/codymaster/main/install.sh) --antigravity
bash
# Auto-detect and install for individual or all platforms
bash <(curl -fsSL https://raw.githubusercontent.com/tody-agent/codymaster/main/install.sh) --all

Note: Both NPM package updates and the standard bash installer securely setup the OpenViking daemon in the background (pip3 install openviking) to unlock true structural memory for your agents.

Documentation Structure

SectionContentLink
🏗️ ArchitectureSystem design, ADR, tech stackView →
📊 Data FlowRARV cycle, data flow, skill chainView →
🚀 DeploymentInstallation, configuration, deploymentView →
🧩 Skills LibraryAll 35 skills — grouped, described, open sourceView →
📖 User Guides (SOP)Step-by-step for every featureView →
💡 Use CasesWorkflows for developers, PMs, and designersView →
🔌 API ReferenceREST API + CLI commandsView →

Supported Platforms

PlatformStatusSkill Invocation
🟣 Claude Code/cm:skill-name (plugin)
🟢 Gemini / Antigravity@[/skill-name]
🔵 Cursor@skill-name
🟠 Windsurf@skill-name
🟤 Cline / RooCode@skill-name
🤖 Aider@skill-name
🔗 Continue.dev@skill-name
☁️ Amazon Q CLI@skill-name
⚡ Amp@skill-name
🐈 GitHub Copilotskill-name
💻 Gemini CLI@[/skill-name]
🔷 OpenCode / Codex@skill-name

Skills Overview — 6 Domains

Browse the full skill library with complete documentation: Skills Library →

Open Source AI Agent Skills Framework