Cody Master Documentation
Quick Reference
- Version: 3.4.0
- Type: Universal AI Agent Skills Framework
- Skills: 33 skills in 6 domains
- Platforms: Claude Code, Gemini/Antigravity, Cursor, Windsurf, Cline, OpenCode, 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 CodeQuick Start
bash
# One-liner installer (auto-detect language & scope)
bash <(curl -fsSL https://raw.githubusercontent.com/tody-agent/codymaster/main/install.sh) --claudebash
claude plugin marketplace add tody-agent/codymaster
claude plugin install cm@codymasterbash
gemini extensions install https://github.com/tody-agent/codymasterDocumentation 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 → |
| 🧩 Skills Library | All 33 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 |
|---|---|---|
| 🟣 Claude Code | ✅ | /cm:skill-name (plugin) |
| 🟢 Gemini / Antigravity | ✅ | @[/skill-name] |
| 🔵 Cursor | ✅ | @skill-name |
| 🟠 Windsurf | ✅ | @skill-name |
| 🟤 Cline / RooCode | ✅ | @skill-name |
| 🐈 GitHub Copilot | ✅ | skill-name |
| 💻 Gemini CLI | ✅ | @[/skill-name] |
| 🔷 OpenCode / Codex | ✅ | @skill-name |
Skills Overview — 6 Domains
Browse the full skill library with complete documentation: Skills Library →