Installation & Setup โ
Quick Reference
- Time: ~2 minutes
- Prerequisites: Claude Code CLI (or another supported AI platform)
- Difficulty: Beginner
Method 1: Claude Code (Recommended) โ
Cody Master installs as a Claude Code plugin bundle โ no npm, no separate server, nothing to maintain.
Step 1: Add the Marketplace โ
Open your terminal and run:
claude plugin marketplace add tody-agent/codymasterStep 2: Install All 33 Skills โ
One command installs everything:
claude plugin install cody-master@cody-masterAll 33 skills ship as a single plugin:
| Domain | Skills |
|---|---|
| ๐ง Engineering | cm-tdd, cm-debugging, cm-quality-gate, cm-test-gate, cm-code-review |
| โ๏ธ Operations | cm-safe-deploy, cm-identity-guard, cm-git-worktrees, cm-terminal, cm-secret-shield, cm-safe-i18n |
| ๐จ Product | cm-planning, cm-brainstorm-idea, cm-ux-master, cm-ui-preview, cm-dockit, cm-readit, cm-project-bootstrap, cm-jtbd |
| ๐ Growth | cm-content-factory, cm-ads-tracker, cro-methodology |
| ๐ฏ Orchestration | cm-execution, cm-continuity, cm-skill-chain, cm-skill-index, cm-skill-mastery, cm-deep-search, cm-how-it-work |
| ๐ฅ๏ธ Workflow | cm-start, cm-dashboard, cm-status |
Step 3: Verify โ
claude plugin listYou should see cody-master listed as installed.
One-Liner Alternative โ
If you prefer to see all commands at once without navigating menus:
bash <(curl -fsSL https://raw.githubusercontent.com/tody-agent/codymaster/main/install.sh) --claudeMethod 2: Gemini CLI โ
gemini extensions install https://github.com/tody-agent/codymasterTo update later:
gemini extensions update cody-masterMethod 3: Cursor โ
In Cursor Agent chat, run:
/add-plugin cody-masterOr search for cody-master in the Cursor plugin marketplace.
Method 4: Codex โ
Tell Codex:
Fetch and follow instructions from https://raw.githubusercontent.com/tody-agent/codymaster/main/.codex/INSTALL.mdMethod 5: Manual / Any Platform โ
Clone the repo and copy skills directly:
# Clone once
git clone https://github.com/tody-agent/codymaster.git ~/.cody-master
# Copy to your platform's skills directory
cp -r ~/.cody-master/skills/* ~/.gemini/antigravity/skills/ # Gemini
cp -r ~/.cody-master/skills/* .gemini/skills/ # Project-local
cp -r ~/.cody-master/skills/* .cursor/skills/ # Cursor
cp -r ~/.cody-master/skills/* .codex/skills/ # Codex
cp -r ~/.cody-master/skills/* .opencode/skills/ # OpenCodeFirst Steps After Installation โ
Run the interactive onboarding tour โ it takes ~2 minutes and shows every skill:
/cody-master:demoThen use any command by name:
| Command | What it does |
|---|---|
/cody-master:plan | Brainstorm + architecture + task plan |
/cody-master:build | TDD implementation (red โ green โ refactor) |
/cody-master:debug | 4-phase root cause analysis |
/cody-master:review | Code review + quality gate |
/cody-master:deploy | Safe multi-gate deployment |
/cody-master:ux | UX design + prototyping |
/cody-master:content | AI content factory |
/cody-master:bootstrap | New project setup |
Skills also activate automatically when relevant โ just describe what you want and the right skill engages.
Updating โ
# Claude Code
claude plugin update cody-master@cody-master
# Gemini CLI
gemini extensions update cody-masterTroubleshooting โ
โ "Plugin not found" or marketplace error
Make sure your Claude Code CLI is up to date:
claude --version
# Should be 1.0 or laterThen retry:
claude plugin marketplace add tody-agent/codymasterโ Skill not activating
Try invoking explicitly:
Use the cm-planning skill for this taskCheck that the plugin is installed:
claude plugin listโ curl installer not working
Download and inspect the script manually:
curl -fsSL https://raw.githubusercontent.com/tody-agent/codymaster/main/install.sh -o install.sh
bash install.sh --claudeNext Steps โ
- Using Skills โ โ Learn how to invoke and customize skills
- Skills Library โ โ Browse all 33+ available skills
- Dashboard Guide โ โ Task tracking with the Kanban board