Skip to content

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 Code

Quick Start โ€‹

bash
# One-liner installer (auto-detect language & scope)
bash <(curl -fsSL https://raw.githubusercontent.com/tody-agent/codymaster/main/install.sh) --claude
bash
claude plugin marketplace add tody-agent/codymaster
claude plugin install cody-master@cody-master
bash
gemini extensions install https://github.com/tody-agent/codymaster

Documentation Structure โ€‹

SectionContentLink
๐Ÿ—๏ธ ArchitectureSystem design, ADR, tech stackView โ†’
๐Ÿ“Š Data FlowRARV cycle, data flow, skill chainView โ†’
๐Ÿš€ DeploymentInstallation, configuration, deploymentView โ†’
๐Ÿงฉ Skills LibraryAll 33 skills โ€” grouped, described, open sourceView โ†’
๐Ÿ“– User Guides (SOP)Step-by-step for every featureView โ†’
๐Ÿ”Œ API ReferenceREST API + CLI commandsView โ†’

Supported Platforms โ€‹

PlatformStatusSkill 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 โ†’

Open Source AI Agent Skills Framework