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 cody-master@cody-masterbash
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 | โ | /cody-master: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 โ
Links โ
- ๐ Main Website
- ๐ฆ GitHub Repository
- ๐ How It Works
- ๐ Installation Guide