v7.0.2 · 50+ skills · 14 platforms

Your AI coding agent,
now a full team

One install turns your AI into a senior developer, UX designer, product manager, DevOps engineer, and tech writer — all working together.

Works with Claude Code, Cursor, Gemini, Codex, and 10 more. See all platforms →

Claude Code — CodyMaster
You: Build a booking website for my spa business. I have an old site 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)
    B) Fix the existing site

You: Let's go with A.

AI: cm-design-system Extracting your brand colors... Found: gold + navy.
    cm-planning Plan: booking, services, about, contact pages.
    cm-tdd Writing tests first...
    cm-execution Building 4 pages...
    cm-quality-gate All tests pass. Performance: 98/100.
    cm-safe-deploy Deploying to staging...

✓ Done. Preview: https://staging-myspa.pages.dev

You installed an AI coding agent.
It writes code fast. But then…

🎨

Inconsistent design

It designs differently every time. Your brand looks like 3 different companies on 3 different pages.

🔧

Fix one, break five

It fixes one thing, breaks five others. You redo the same work over and over because there are no tests.

💬

Goldfish memory

It forgets everything between sessions. You re-explain your project, your brand, your decisions every single morning.

🚫

No safety net

It writes zero tests, zero docs. Your codebase becomes a ticking time bomb that only the AI understands.

😱

Skill soup

You install 15 different skills and none of them talk to each other. It's a pile of tools, not a team.

AI gave me 100 hands. Without discipline, those hands created chaos.

Not a tool. A team.

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 senior team.

Senior Developer

Writes tests first, debugs systematically

Thinks before coding. Makes surgical changes. Reviews its own work before you see it.

cm-tddcm-debuggingcm-code-review
UX Designer

Extracts your brand, enforces consistency

Pulls design tokens from your existing site or picks from 129 professional systems. Every page matches.

cm-design-systemcm-ux-mastercm-open-design
Product Manager

Plans features, challenges assumptions

Asks questions before building. Saves you from building the wrong thing by understanding your users first.

cm-planningcm-brainstorm-ideacm-jtbd
DevOps Engineer

Safe deploys, secret scanning, right-account checks

Multi-layer protection: tests → security scan → staging → production. No accidental deploys.

cm-safe-deploycm-identity-guardcm-secret-shield
Tech Writer

Auto-generates docs from your code

Reads your codebase and writes the documentation you've been putting off. API refs, guides, knowledge base.

cm-dockitcm-codeintell
Automation Lead

Sprint pipelines, autopilot workflows

Chains the right skills automatically. Tracks progress. Runs retrospectives. Gets better every sprint.

cm-sprint-buscm-autopilotcm-status

30 seconds. Three steps.

No config files. No setup ritual. Just describe what you want.

1

Install

One command. A wizard detects every AI tool you have and installs skills to all of them.

npm install -g codymaster && cm
2

Start coding

Open your AI agent and say what you want in plain English. No technical jargon needed.

Build a landing page for my coffee shop
3

Watch it work

CodyMaster automatically chains the right skills. Planning → Design → Code → Test → Deploy.

cm-brainstorm → cm-design → cm-build → cm-deploy

A real conversation.
No code written by the human.

Here's a non-technical founder building a booking site. The AI caught the mobile issue before it reached production.

Y
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
Y
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.
Y
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
Y
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.

Random skills vs. a real team

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: 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

You have ideas, not a CS degree.
That's the point.

You're a good fit if you…

  • Want to type a message and get a working product back
  • Want your AI to learn from its mistakes
  • Don't want to manually review every line of AI output
  • Want to deploy with confidence, not prayer

You're NOT a good fit if you…

  • Enjoy doing the same setup for every project
  • Prefer slow, manual deploys with no safety net
  • Like re-explaining your codebase every morning

What CodyMaster actually does

Instead of listing 50+ skills, here's the journey in plain language.

Before You Build

Thinks first

  • Asks questions, challenges your assumptions
  • Plans the architecture — diagrams, data flow, edge cases
  • Saves you from building the wrong thing
While Building

Builds right

  • Enforces your design system across every page
  • Writes tests first — catches bugs before they exist
  • Debugs systematically — traces root cause, doesn't guess
Before Shipping

Ships safe

  • Scans for secrets — no API keys leaking to GitHub
  • Checks the right account — no accidental deploys
  • Runs quality gates — no deploy without passing tests
After Shipping

Gets better

  • Generates documentation from your code
  • Learns from feedback — gets smarter every project
  • Runs retrospectives — captures what worked, what didn't

Design as a first-class discipline

Your AI doesn't just write code. It enforces visual consistency across every page.

Extract
cm-open-design
Tokens
cm-design-system
Validate
cm-ux-master
Build
cm-execution
QA
cm-quality-gate

Extract from URL

Have an existing brand or site? CodyMaster analyzes it, extracts colors, fonts, and spacing automatically.

Best when: you have an existing brand

Pick from 129 systems

Choose from Linear, Stripe, Vercel, Notion, Apple, Tesla, and 123 more professional design systems.

Best when: you want a proven aesthetic

Choose a direction

No brand yet? Pick from 5 curated styles: Editorial, Modern Minimal, Warm Soft, Tech Utility, Brutalist.

Best when: you're starting fresh

You say it. It does it.

"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

One command. That's it.

A wizard detects your AI tools and installs skills to all of them. No config files. No setup ritual.

npm install -g codymaster && cm 📋

Don't have Node.js?
bash <(curl -fsSL https://raw.githubusercontent.com/tody-agent/codymaster/main/install.sh) --all --profile core

core

15 skills

Daily coding — planning, TDD, debug, review, deploy.

growth

25 skills

+ design system, i18n, content factory.

full

50+ skills

Everything — the full senior team.

knowledge

10 skills

Docs, code intelligence, retrospectives.

Visual mission control

Track tasks, monitor progress, see what your AI team is doing — all in one screen.

CodyMaster Dashboard Tasks · Progress · Tokens · Logs
Active tasks
12
Completed
47
Tokens used
1.2M
Skills active
8
Current pipeline
cm-planning ✓ cm-design-system ✓ cm-execution … cm-quality-gate cm-safe-deploy

cm dashboard start · cm dashboard open

Under the hood

For the curious. Skip this if you just want to build.

Memory System

Your AI remembers your project across sessions. No more re-explaining your brand, your decisions, your architecture every morning.

Skill Chaining

Skills talk to each other. Planning feeds into design, design feeds into code, code feeds into tests. One pipeline, not fifteen silos.

Behavioral Discipline

Inspired by Andrej Karpathy's AI coding rules. Your AI thinks before coding, keeps things simple, makes surgical changes.

Multi-Layer Safety

Tests → security scan → staging → production. Each layer catches what the previous one missed.

Self-Healing

Skills learn from failures and improve over time. The system gets smarter with every project you ship.

Multi-Platform

Works with 14+ AI coding agents out of the box. Claude Code, Cursor, Gemini, Codex, OpenCode, Windsurf, and more.

We learned from the best.
So you get the best.

Every skill in CodyMaster was forged from real open-source projects, real methodologies, and real failures. Here's where the ideas came from — and how they became your advantage.

🎨

129 Design Systems

Learned from nexu-io/open-design — the MCP server that gives CodyMaster access to Stripe, Linear, Vercel, Notion, Apple, Tesla, and 123 more professional design systems. Your AI can extract a brand from any URL.

cm-open-design · cm-design-system
🧠

Semantic Code Intelligence

Inspired by colbymchenry/codegraph and ahmedkhaleel2004/gitdiagram. CodyMaster's cm-codeintell builds a knowledge graph of your codebase — so your AI understands your project, not just your files.

cm-codeintell · cm-dockit
🔍

Deep Search

Built on tobi/qmd — BM25 + Vector + LLM semantic search. CodyMaster searches your codebase, your docs, and your memory with the same precision as a senior dev who's read every file.

cm-deep-search · cm-continuity
🔌

MCP Protocol

CodyMaster exposes 18 MCP tools via the cm-context server — query, plan, review, deploy, search, memory. It also integrates as an MCP extension for Goose sessions.

cm-context · 18 tools
📚

Behavioral Science

Andrej Karpathy's 4 baselines (think before coding, simplicity first, surgical changes, goal-driven). Robert C. Martin's Clean Code. TRIZ's 9 Windows. Nir Eyal's Hook Model. Every behavior is intentional.

cm-planning · cm-tdd · cm-clean-code
🌐

227+ Community Skills

Patterns from Vercel, Angular, Svelte, Antfu, Expo, Cloudflare, Supabase, Neon, Three.js, GreenSock, and 200+ more. CodyMaster speaks every ecosystem's language.

cm-skill-evolution · cm-skill-chain
The Method Behind It
50+
Integrated skills across 9 categories
14+
AI platforms supported
18
MCP tools exposed for integration
129
Professional design systems available
50+ skills. Each skill is a lesson. Each lesson is a sleepless night. And now, you don't have to go through those nights.
Tody Le
Head of Product · Creator of CodyMaster

10+ years in product. Zero CS degree. Tody Le used AI to build real products for 6 months straight. Every skill in CodyMaster was born from a real failure that cost real time and real tears.

"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."