JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 164
  • Score
    100M100P100Q94174F
  • License ISC

34 Skills. Ship 10x faster. AI-powered coding skill kit for Claude, Cursor, Gemini & more.

Package Exports

  • codymaster
  • codymaster/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (codymaster) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

English | Tiếng Việt | 中文 | Русский | 한국어 | हिन्दी

🧠 CodyMaster

Your AI Agent is smart. CodyMaster makes it wise.

34 Skills · 11 Commands · 1 Plugin · 7+ Platforms · 6 Languages

Version Skills Platforms Open Source Documentation

CodyMaster Kanban Dashboard

🌟 If CodyMaster saves you time, give it a Star! 🌟


🛑 The Problem Nobody Talks About

You installed an AI coding agent. It's brilliant. It writes code faster than any human.

But then reality hits:

😤 What Actually Happens 💀 The Real Cost
AI designs differently every single time — same brand, 3 different styles Clients think you're 3 different companies
AI fixes one bug, silently breaks 5 other things You redo the same work 3-4 times
AI forgets everything between sessions You re-explain the same codebase every morning
AI writes zero tests, zero docs Your codebase becomes a house of cards
You install 15 different skills — none of them talk to each other Frankenstein toolkit with zero synergy
Deploy to production = deploy and pray 🙏 Broken deploys at 2 AM, no rollback

"AI gave me 100 hands. But without discipline, those hands created chaos."Tody Le, Head of Product · 10+ years · Creator of CodyMaster


🟢 The Solution: An Entire Senior Team in One Kit

CodyMaster isn't just "another AI skills pack." It's 10+ years of product management experience + 6 months of battle-tested vibe coding, distilled into 34 interconnected skills that work as a single integrated system.

When you install CodyMaster, you're not adding skills. You're hiring an entire senior team:

graph TD
    A["🧠 CodyMaster Kit"] --> B["👨‍💻 Senior Developer<br/><i>cm-tdd · cm-debugging · cm-code-review</i>"]
    A --> C["🎨 UX Lead<br/><i>cm-design-system · cm-ux-master · cm-ui-preview</i>"]
    A --> D["📋 Product Manager<br/><i>cm-planning · cm-brainstorm-idea · cm-jtbd</i>"]
    A --> E["🔒 DevOps Engineer<br/><i>cm-safe-deploy · cm-secret-shield · cm-identity-guard</i>"]
    A --> F["📝 Technical Writer<br/><i>cm-dockit · cm-content-factory</i>"]
    A --> G["📈 Growth Marketer<br/><i>cm-ads-tracker · cro-methodology</i>"]
    style A fill:#fbc531,stroke:#e1b12c,color:#2f3640,stroke-width:3px
    classDef team fill:#2f3640,stroke:#dcdde1,stroke-width:1px,color:#fff;
    class B,C,D,E,F,G team;

⚡ What Makes CodyMaster Different

Other skill packs give you loose tools. CodyMaster gives you an interconnected operating system for your AI.

🔄 Full Lifecycle Coverage (Idea → Production)

No gaps. No manual handoffs. Every phase is covered:

graph LR
    A["💡 Idea"] --> B["📋 Plan"]
    B --> C["🎨 Design"]
    C --> D["🧪 Test First"]
    D --> E["💻 Code"]
    E --> F["🔍 Debug"]
    F --> G["✅ Quality Gate"]
    G --> H["🔒 Security Scan"]
    H --> I["🚀 Deploy"]
    I --> J["📊 Monitor"]
    J --> K["📝 Document"]
    K --> L["🧠 Learn & Improve"]
    L -.-> A
    classDef phase fill:#353b48,stroke:#fbc531,stroke-width:2px,color:#fff;
    class A,B,C,D,E,F,G,H,I,J,K,L phase;

🧠 A Brain That Learns From Mistakes

Your AI doesn't just execute — it remembers and improves:

  • cm-continuity — Working memory across sessions. AI remembers what went wrong and never repeats the same mistake
  • cm-skill-mastery — Doesn't know how to do something? It finds the right skill automatically and upgrades itself
  • cm-deep-search — Lost in a 200+ file codebase? Semantic search across everything in seconds

🛡️ Multi-Layer Protection (Your Codebase Won't Get Destroyed)

Every line of code passes through multiple safety gates before reaching production:

flowchart LR
    subgraph "Layer 1: Write"
        A["cm-tdd<br/>Tests First"] --> B["cm-code-review"]
    end
    subgraph "Layer 2: Secure"
        B --> C["cm-secret-shield<br/>Leak Scan"] --> D["cm-identity-guard<br/>Right Account"]
    end
    subgraph "Layer 3: Isolate"
        D --> E["cm-git-worktrees<br/>Isolated Branch"]
    end
    subgraph "Layer 4: Deploy"
        E --> F["cm-quality-gate<br/>Evidence Check"] --> G["cm-safe-deploy<br/>Multi-Gate Pipeline"]
    end
    style A fill:#e84118,stroke:#c23616,color:#fff
    style C fill:#e84118,stroke:#c23616,color:#fff
    style F fill:#0097e6,stroke:#00a8ff,color:#fff
    style G fill:#4cd137,stroke:#44bd32,color:#fff

Result: Zero leaked secrets. Zero wrong-account deploys. Zero "worked on my machine" failures.

🎨 Design System Builder — Even From Old Products

Got a legacy product with no design system? cm-design-system scans your website, extracts colors, typography, spacing, and tokens, then rebuilds a proper design system. Preview designs visually with Pencil.dev or Google Stitch before writing a single line of code.

📝 Zero Documentation? No Problem.

Don't know what the old code does? cm-dockit reads your entire codebase and generates:

  • 📚 Technical architecture docs
  • 📖 User guides & SOPs
  • 🔌 API references
  • 🎯 Persona analysis & JTBD mapping
  • 🌐 Multi-language. SEO-optimized.

One scan = Complete knowledge base.

📊 Visual Dashboard — See Everything at a Glance

No more guessing. Track every task, every agent, every deployment on a real-time Kanban board. Pipeline progress, token tracker, event log — all on one screen.


🆚 Scattered Skills vs CodyMaster

😵 15 Random Skills 🧠 CodyMaster
Integration Each skill is standalone, no shared context 34 skills that chain, share memory, and communicate
Lifecycle Covers coding only Covers Idea → Design → Code → Test → Deploy → Docs → Learn
Memory Forgets everything between sessions 4-tier memory system: Working → Episodic → Semantic → Deep Search
Safety YOLO deploys 4-layer protection: TDD → Security → Isolation → Multi-gate deploy
Design Random UI every time Extracts & enforces design system + visual preview
Documentation "Maybe write a README later" Auto-generates complete docs, SOPs, API refs from code
Self-improvement Static — what you install is what you get Learns from mistakes, auto-discovers new skills, gets smarter daily
Maintenance Update 15 repos separately One git pull updates everything

🦥 Built For Lazy People (Seriously)

We're going to be honest: CodyMaster was built for lazy people.

If you want to:

  • ✅ Type a chat message and get a working product back
  • ✅ Have your AI learn from its mistakes and get better every day
  • ✅ Never setup the same boilerplate twice
  • ✅ Deploy with confidence instead of praying

→ CodyMaster is for you.

If you prefer:

  • ❌ Manually reviewing every line of AI output
  • ❌ Doing the same setup ritual for every project
  • ❌ Slow, manual deploys with no safety net

→ CodyMaster is NOT for you.


🚀 1-Minute Install

bash <(curl -fsSL https://raw.githubusercontent.com/tody-agent/codymaster/main/install.sh) --claude

Or: claude plugin marketplace add tody-agent/codymasterclaude plugin install cm@codymaster

Cursor IDE

/add-plugin cody-master

Gemini CLI / Antigravity

gemini extensions install https://github.com/tody-agent/codymaster
Other Platforms: Codex, OpenCode, Kiro, Copilot, Windsurf, Cline
# Universal: clone once, copy to any platform
git clone https://github.com/tody-agent/codymaster.git ~/.cody-master

# Then drop skills into your platform's directory:
cp -r ~/.cody-master/skills/* .cursor/skills/
cp -r ~/.cody-master/skills/* .codex/skills/
cp -r ~/.cody-master/skills/* .kiro/steering/
cp -r ~/.cody-master/skills/* .opencode/skills/
cp -r ~/.cody-master/skills/* ~/.gemini/antigravity/skills/

🧰 The 34-Skill Arsenal

Domain Skills
🔧 Engineering cm-tdd cm-debugging cm-quality-gate cm-test-gate cm-code-review
⚙️ Operations cm-safe-deploy cm-identity-guard cm-secret-shield cm-git-worktrees cm-terminal cm-safe-i18n
🎨 Product & UX cm-planning cm-design-system cm-ux-master cm-ui-preview cm-project-bootstrap cm-jtbd cm-brainstorm-idea cm-dockit cm-readit
📈 Growth/CRO cm-content-factory cm-ads-tracker cro-methodology
🎯 Orchestration cm-execution cm-continuity cm-skill-chain cm-skill-mastery cm-skill-index cm-deep-search cm-how-it-work
🖥️ Workflow cm-start cm-dashboard cm-status

🎮 Commands

/cm:demo         → Interactive onboarding tour
/cm:bootstrap    → Scaffold a new project from scratch
/cm:plan         → Plan a feature with analysis
/cm:build        → Build with strict TDD
/cm:debug        → Systematic debugging
/cm:ux           → Design system extraction & UI preview
/cm:track        → Marketing pixel & tracking setup

👤 Who Built This

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.

"34 skills. Each skill is a lesson. Each lesson is a sleepless night. And now, you don't have to go through those nights."

📖 Read the full story →


📚 Resources


🤝 Contributing

  1. Star the repo — it helps more builders find this
  2. Fork → Create skills/cm-your-skill/SKILL.md
  3. Submit a Pull Request

MIT License — Free to use, modify, and distribute.
Built with ❤️ for the vibe coding community.

"Cody" = "Code Đi" (Vietnamese: "Go code!") — just start building.