"I can't write code. But in 6 months, I shipped 12 real products using AI. CodyMaster is everything I learned — so you don't have to repeat my mistakes." — Tody Le, Head of Product, Creator of CodyMaster 50+ skills. One install.
FAQ
cm is a Claude Code plugin with 96 hand-picked skills for development work, indexed on Flowy. Install it with the command on its page. It includes cm-autopilot, cm-brainstorm-idea, cm-browse. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
> /plugin marketplace add tody-agent/codymaster> /plugin install cm@codymaster
Repo: tody-agent/codymaster
"I can't write code. But in 6 months, I shipped 12 real products using AI. CodyMaster is everything I learned — so you don't have to repeat my mistakes." — Tody Le, Head of Product, Creator of CodyMaster
50+ skills. One install. Your AI coding agent becomes a full team.
v7.0.2 — Browse Hybrid Bridge: AI-native browser automation with a11y snapshots, error collection, video recording.
( . \ --- / . )
/ ^ ^ \
( u )
| \ ___ / |
'--w---w--'
Meet Cody 🐹
You installed an AI coding agent. It writes code fast. But then:
"AI gave me 100 hands. Without discipline, those hands created chaos."
CodyMaster isn't a collection of random skills. It's an operating system for your AI agent — 50+ skills that work together like a real team.
When you install CodyMaster, you hire:
| Role | What They Do | Key Skills |
|---|---|---|
| Senior Developer | Write tests first, debug systematically, review code | cm-tdd cm-debugging cm-code-review |
| UX Designer | Extract design systems, preview UI before coding | cm-design-system cm-ux-master cm-open-design |
| Product Manager | Plan features, brainstorm ideas, understand users | cm-planning cm-brainstorm-idea |
| DevOps Engineer | Safe deploys, secret scanning, right-account checks | cm-safe-deploy cm-identity-guard |
| Tech Writer | Auto-generate docs, API refs, knowledge base from code | cm-dockit cm-codeintell |
| Automation Lead | Sprint pipelines, autopilot workflows, status tracking | cm-sprint-bus cm-autopilot |
Step 1: Install
npm install -g codymaster && cm
A wizard detects your AI tools (Claude Code, Cursor, Gemini, etc.) and installs skills to all of them.
Step 2: Start coding
Open your AI agent and say what you want:
Build a landing page for my coffee shop
Step 3: Watch it work
CodyMaster automatically chains the right skills:
cm-brainstorm-idea → cm-design-system → cm-execution → cm-safe-deploy
That's it. No config files. No setup ritual. Just describe what you want.
CodyMaster now carries one execution contract from planning through verification:
cm bench --suite workflow-integration --runs 1 runs from any project directory, including an installed npm package, and writes results locally.Here's a real conversation — a non-technical founder building a booking site:
You: I want to build a booking website for my spa business.
I have an old website at myspa.com but it looks terrible.
AI: [cm-brainstorm-idea] Let me analyze your current site first...
I found 3 key issues: no mobile booking, unclear pricing,
slow load time. Here are 2 approaches:
A) Redesign from scratch (recommended — your brand needs it)
B) Fix the existing site
You: Let's go with A.
AI: [cm-design-system] I'm extracting your brand colors from
myspa.com... Found: gold + navy. Building a design system.
[cm-planning] Here's the plan: booking page, services page,
about page, contact. Estimated: 30 minutes of AI work.
You: Sounds good, do it.
AI: [cm-tdd] Writing tests first...
[cm-execution] Building 4 pages...
[cm-dockit] Generating service descriptions and FAQ docs...
[cm-quality-gate] All tests pass. Performance: 98/100.
[cm-safe-deploy] Deploying to staging...
✅ Done. Preview: https://staging-myspa.pages.dev
You: The booking button is too small on mobile.
AI: [cm-debugging] Found it — padding was 8px, should be 16px.
[cm-code-review] Fix looks good. No side effects.
[cm-safe-deploy] Deployed fix.
✅ Fixed. Try now.
No code written by the human. No bugs introduced by the AI. The system caught the mobile issue before it reached production.
| 😵 Random Skills | 🧠 CodyMaster | |
|---|---|---|
| Integration | Each skill is standalone | 50+ skills that chain and share memory |
| Memory | Forgets everything between sessions | Remembers your project, your style, your mistakes |
| Safety | Deploy and pray | Multi-layer protection: tests → security → staging → production |
| Design | Random UI every time | Extracts your brand, enforces consistency |
| Documentation | "Maybe later" | Auto-generates docs from your code |
| Self-improvement | Static — what you install is what you get | Learns from feedback, gets better over time |
CodyMaster was built for people who have ideas, not CS degrees.
You're a good fit if you:
You're NOT a good fit if you:
Instead of listing 50+ skills, here's what CodyMaster does in plain language:
CodyMaster treats design as a first-class discipline — not an afterthought. Your AI doesn't just write code; it enforces visual consistency across every page.
Three ways to get a design system:
| Method | When to Use | How |
|---|---|---|
| Extract from URL | You have an existing brand/site | cm-open-design analyzes your site, extracts colors, fonts, spacing |
| Pick from 129 systems | You want a proven aesthetic | Choose from Linear, Stripe, Vercel, Notion, Apple, Tesla, and 123 more |
| Choose a direction | You have no brand yet | Pick from 5 curated styles: Editorial, Modern Minimal, Warm Soft, Tech Utility, Brutalist |
Extract → Tokens → Validate → Build → QA
│ │ │ │ │
│ │ │ │ └─ cm-quality-gate
│ │ │ └─ cm-execution
│ │ └─ cm-ux-master (48 UX laws)
│ └─ cm-design-system (STITCH_TOKENS)
└─ cm-open-design (129 systems + extraction)
📖 Full design pipeline guide →
| You Say | What Happens |
|---|---|
| "Fix this bug" | cm-debugging finds root cause → cm-tdd writes test → cm-quality-gate verifies |
| "Build a landing page" | cm-brainstorm-idea → cm-design-system → cm-execution → cm-safe-deploy |
| "Make it look like Stripe" | cm-open-design extracts Stripe tokens → cm-design-system applies → cm-execution builds |
| "Deploy to production" | cm-secret-shield → cm-security-gate → cm-identity-guard → cm-safe-deploy |
| "What does this code do?" | cm-codeintell reads the codebase → cm-dockit generates docs |
| "Add Vietnamese support" | cm-safe-i18n extracts strings → translates → validates → ships |
| "Start a new project" | cm-project-bootstrap scaffolds → cm-planning plans → cm-execution builds |
npm install -g codymaster && cm
cm doctor # Check what's installed
cm status # See your tasks and progress
cm dashboard # Open the visual dashboard
OpenCode supports both skills and plugins:
git clone https://github.com/tody-agent/codymaster.git ~/.cody-master
# Skills (auto-load)
ln -s ~/.cody-master/.opencode/skills ~/.opencode/skills
# Plugins (optional — adds custom tools)
mkdir -p ~/.opencode/plugins
ln -s ~/.cody-master/.opencode/plugins/cm-brainstorm-idea.ts ~/.opencode/plugins/
Restart OpenCode to activate. The cm-brainstorm-idea plugin adds a strategic analysis tool with auto-detection for brainstorm keywords.
📖 Full OpenCode installation guide →
Fastest path:
git clone https://github.com/tody-agent/codymaster.git ~/.cody-master
cd ~/.cody-master
npm ci
npm run build:platforms
Then tell Codex:
Fetch and follow instructions from https://raw.githubusercontent.com/tody-agent/codymaster/main/.codex/INSTALL.md
Or use the local Codex skill tree directly at .codex/skills/.
bash <(curl -fsSL https://raw.githubusercontent.com/tody-agent/codymaster/main/install.sh) --all --profile core
cm) — install wizard, doctor, dashboard, MCP server, browse daemoncore, growth, full, knowledgeVisual mission control for your projects:
┌─────────────────────────────────────────────┐
│ 📊 CodyMaster Dashboard │
│ Tasks │ Progress │ Tokens │ Logs │
└─────────────────────────────────────────────┘
cm dashboard start # Start the dashboard
cm dashboard open # Open in browser
Track tasks, monitor progress, see what your AI team is doing — all in one screen.
For the curious (skip this if you just want to build):
Works with 14+ platforms out of the box:
cm install claude-code --profile core
cm install cursor --profile growth
cm install gemini --profile full
Use CodyMaster as an MCP server for Claude Desktop:
npx codymaster mcp-serve --install-claude
cm mcp-serve --print-config # Paste into Goose config
| Command | Description |
|---|---|
cm | Launch interactive wizard (auto-detect AI tools) |
cm doctor | Check installation health across all platforms |
cm status | View current tasks and progress |
cm dashboard | Open visual mission control |
cm install <platform> --profile <name> | Install skills to a specific platform |
cm update --full | Update all skills to latest |
cm upgrade | Upgrade CodyMaster itself |
cm mcp-serve | Run as MCP server for Claude Desktop |
cm browse | Open a URL in the browse daemon |
cm browse screenshot <url> | Capture a screenshot |
cm browse snapshot <url> | Get accessibility tree snapshot |
| Profile | Skills | Best For |
|---|---|---|
core | 15 | Daily coding — planning, TDD, debug, review, deploy |
growth | 25 | + design system, i18n, content factory |
full | 50+ | Everything — full senior team |
knowledge | 10 | Docs, code intelligence, retros |
cm install claude-code --profile core
cm install cursor --profile growth
cm install gemini --profile full
cm: command not found# Make sure global npm bin is in PATH
npm config get prefix
# Add the output bin/ folder to your PATH
cm doctor # Check what's installed where
cm install --all # Re-install to all detected platforms
npm run build # Rebuild TypeScript
npm run test:gate:kit # Run full quality gate
sudo chown -R $(whoami) $(npm config get prefix)/{lib/node_modules,bin,share}
skills/cm-your-skill/SKILL.mdCI runs npm run test:gate:kit on every push and PR.
| Resource | Link |
|---|---|
| 🌍 Website | cody.todyle.com |
| 📖 Docs | cody.todyle.com/docs |
| 📘 Repo Docs | docs/index.md |
| 🎨 Design Pipeline | docs/design-pipeline.md |
| 🛠️ Skills | skills/ |
| 📖 Our Story | cody.todyle.com/story |
| 📋 Changelog | CHANGELOG.md |
| 🐛 Issues | GitHub Issues |
Tody Le — Head of Product with 10+ years of experience. Can't write code. Used AI to build real products for 6 months straight. Every skill in this kit was born from a real failure that cost real time and real tears.
"50+ skills. Each skill is a lesson. Each lesson is a sleepless night. And now, you don't have to go through those nights."
ISC License — Free to use, modify, and distribute.
Built with ❤️ for the vibe coding community.
"CodyMaster" = "Code Đi" (Vietnamese: "Go code!") — just start building.
.!50272!.DS_Store
.agent/
.agent-tasks/
.gitignore
skills/
cm-video-factory/
examples/
hook-formulas.json
sample-pipeline.sh
policies/
policy-checklist.md
tiktok-rules.md
youtube-rules.md
SKILL.md
templates/
script-template.json
tiktok-config.json
youtube-config.json
xss-html-injection/
SKILL.md
.agents/
skills/
_shared/
helpers.md
outputs-convention.md
SKILL_TEMPLATE.md
cm-autopilot/
SKILL.md
cm-brainstorm-idea/
SKILL.md
cm-browse/
SKILL.md
cm-clean-code/
SKILL.md
cm-code-review/
SKILL.md
cm-codeintell/
SKILL.md
cm-conductor-worktrees/
SKILL.md
cm-continuity/
SKILL.md
cm-dashboard/
SKILL.md
cm-debugging/
SKILL.md
cm-deep-search/
SKILL.md
cm-design-studio/
SKILL.md
cm-design-system/
SKILL.md
cm-dockit/
SKILL.md
cm-ecosystem-roadmap/
SKILL.md
cm-engineering-meta/
SKILL.md
cm-example/
SKILL.md
cm-execution/
SKILL.md
cm-git-worktrees/
SKILL.md
cm-guardian-runtime/
SKILL.md
cm-how-it-work/
SKILL.md
cm-identity-guard/
SKILL.md
cm-mcp-engineering/
SKILL.md
cm-planning/
SKILL.md
cm-post-deploy-canary/
SKILL.md
cm-project-bootstrap/
SKILL.md
cm-qa-visual-cli/
SKILL.md
cm-quality-gate/
SKILL.md
cm-reactor/
SKILL.md
cm-retro-cli/
SKILL.md
cm-safe-deploy/
SKILL.md
cm-safe-i18n/
SKILL.md
cm-second-opinion-cli/
SKILL.md
cm-secret-shield/
SKILL.md
cm-security-gate/
SKILL.md
cm-skill-chain/
SKILL.md
cm-skill-evolution/
SKILL.md
cm-skill-health/
SKILL.md
cm-skill-index/
SKILL.md
cm-skill-mastery/
SKILL.md
cm-skill-search/
SKILL.md
cm-skill-share/
SKILL.md
cm-sprint-bus/
SKILL.md
cm-start/
SKILL.md
cm-status/
SKILL.md
cm-tdd/
SKILL.md
cm-terminal/
SKILL.md
cm-test-gate/
SKILL.md
cm-ui-preview/
SKILL.md
cm-ux-master/
references/
audit-template.md
cultural-ux.md
dark-patterns.md
heuristic-conflicts.md
krug-principles.md
nielsen-heuristics.md
wcag-checklist.md
SKILL.md
.aider/
skills/
_shared/
autonomy-policy.md
helpers.md
outputs-convention.md
SKILL_TEMPLATE.md
cm-autopilot/
SKILL.md
cm-brainstorm-idea/
SKILL.md
cm-browse/
SKILL.md
cm-clean-code/
SKILL.md
cm-code-review/
SKILL.md
cm-codeintell/
SKILL.md
cm-conductor-worktrees/
SKILL.md
cm-continuity/
SKILL.md
cm-dashboard/
SKILL.md
cm-debugging/
SKILL.md
cm-deep-search/
SKILL.md
cm-design-studio/
SKILL.md
cm-design-system/
SKILL.md
cm-dockit/
SKILL.md
cm-ecosystem-roadmap/
SKILL.md
cm-engineering-meta/
SKILL.md
cm-example/
SKILL.md
cm-execution/
references/
mode-a-batch.md
mode-b-subagent.md
mode-c-parallel.md
mode-d-rarv.md
mode-e-triz-parallel.md
mode-f-party.md
persona-dispatch.md
security-rules.md
SKILL.md
cm-git-worktrees/
SKILL.md
cm-guardian-runtime/
SKILL.md
cm-how-it-work/
SKILL.md
cm-identity-guard/
SKILL.md
cm-mcp-engineering/
SKILL.md
cm-planning/
SKILL.md
cm-post-deploy-canary/
SKILL.md
cm-project-bootstrap/
SKILL.md
cm-qa-visual-cli/
SKILL.md
cm-quality-gate/
SKILL.md
cm-reactor/
SKILL.md
cm-retro-cli/
SKILL.md
cm-safe-deploy/
SKILL.md
cm-safe-i18n/
SKILL.md
cm-second-opinion-cli/
SKILL.md
cm-secret-shield/
SKILL.md
cm-security-gate/
SKILL.md
cm-skill-chain/
SKILL.md
cm-skill-evolution/
SKILL.md
cm-skill-health/
SKILL.md
cm-skill-index/
SKILL.md
cm-skill-mastery/
SKILL.md
cm-skill-search/
SKILL.md
cm-skill-share/
SKILL.md
cm-sprint-bus/
SKILL.md
cm-start/
SKILL.md
cm-status/
SKILL.md
cm-tdd/
SKILL.md
cm-terminal/
SKILL.md
cm-test-gate/
SKILL.md
cm-ui-preview/
SKILL.md
cm-ux-master/
references/
audit-template.md
cultural-ux.md
dark-patterns.md
heuristic-conflicts.md
krug-principles.md
nielsen-heuristics.md
wcag-checklist.md
SKILL.md
.amazonq/
skills/
_shared/
autonomy-policy.md
helpers.md
outputs-convention.md
SKILL_TEMPLATE.md
cm-autopilot/
SKILL.md
cm-brainstorm-idea/
SKILL.md
cm-browse/
SKILL.md
cm-clean-code/
SKILL.md
cm-code-review/
SKILL.md
cm-codeintell/
SKILL.md
cm-conductor-worktrees/
SKILL.md
cm-continuity/
SKILL.md
cm-dashboard/
SKILL.md
cm-debugging/
SKILL.md
cm-deep-search/
SKILL.md
cm-design-studio/
SKILL.md
cm-design-system/
SKILL.md
cm-dockit/
SKILL.md
cm-ecosystem-roadmap/
SKILL.md
cm-engineering-meta/
SKILL.md
cm-example/
SKILL.md
cm-execution/
references/
mode-a-batch.md
mode-b-subagent.md
mode-c-parallel.md
mode-d-rarv.md
mode-e-triz-parallel.md
mode-f-party.md
persona-dispatch.md
security-rules.md
SKILL.md
cm-git-worktrees/
SKILL.md
cm-guardian-runtime/
SKILL.md
cm-how-it-work/
SKILL.md
cm-identity-guard/
SKILL.md
cm-mcp-engineering/
SKILL.md
cm-planning/
SKILL.md
cm-post-deploy-canary/
SKILL.md
cm-project-bootstrap/
SKILL.md
cm-qa-visual-cli/
SKILL.md
cm-quality-gate/
SKILL.md
cm-reactor/
SKILL.md
cm-retro-cli/
SKILL.md
cm-safe-deploy/
SKILL.md
cm-safe-i18n/
SKILL.md
cm-second-opinion-cli/
SKILL.md
cm-secret-shield/
SKILL.md
cm-security-gate/
SKILL.md
cm-skill-chain/
SKILL.md
cm-skill-evolution/
SKILL.md
cm-skill-health/
SKILL.md
cm-skill-index/
SKILL.md
cm-skill-mastery/
SKILL.md
cm-skill-search/
SKILL.md
cm-skill-share/
SKILL.md
cm-sprint-bus/
SKILL.md
cm-start/
SKILL.md
cm-status/
SKILL.md
cm-tdd/
SKILL.md
cm-terminal/
SKILL.md
cm-test-gate/
SKILL.md
cm-ui-preview/
SKILL.md
cm-ux-master/
references/
audit-template.md
cultural-ux.md
dark-patterns.md
heuristic-conflicts.md
krug-principles.md
nielsen-heuristics.md
wcag-checklist.md
SKILL.md
.amp/
skills/
_shared/
autonomy-policy.md
helpers.md
outputs-convention.md
SKILL_TEMPLATE.md
cm-autopilot/
SKILL.md
cm-brainstorm-idea/
SKILL.md
cm-browse/
SKILL.md
cm-clean-code/
SKILL.md
cm-code-review/
SKILL.md
cm-codeintell/
... 1600 moreShowing a partial view of a very large repo.
© 2026 Flowy · Free and open source
Built for Claude Code · Not affiliated with Anthropic