cm-autopilot
Easy-to-use conversational CLI (Claude Code style) for non-technical users to spawn parallel AI tasks supervised by a visual web dashboard.
Complete guide to vibe coding with CodyMaster — from idea to deploy. Read this first if you are new.
$ npx -y skills add tody-agent/codymaster --skill cm-how-it-work --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/cm-how-it-workContext preview
The summary Claude sees to decide when to auto-load this skill.
Complete guide to vibe coding with CodyMaster — from idea to deploy. Read this first if you are new.
name: cm-how-it-work description: "Complete guide to vibe coding with CodyMaster — from idea to deploy. Read this first if you are new." disable-model-invocation: true
The **CodyMaster (CM)** kit transforms ideas into production code through 13 specialized, optimized skills. This workflow ensures the highest quality, absolute security, and maximum execution speed.
💡 Idea → 🔍 Analysis → 📐 Design → 🧪 Test-first (TDD) → 💻 Code → ✅ Verify → 🚀 Deploy → 🔄 Iterate
---
> **Rule #1:** Always verify identity before performing any action that could change the project state.
---
> **For large codebases, establish the memory foundation before planning.**
1. Scan structure with `cm-codeintell` to build the Skeleton Index. 2. Generate missing architectural docs with `cm-dockit`. 3. Index the docs for fast local retrieval with `cm-deep-search` (qmd). 4. Sync high-value patterns to the Cloud Brain with `cm-notebooklm`.
---
> **For complex initiatives and enhancements on existing products.**
1. Scan codebase with **code intelligence** (AST graph + architecture diagram via `cm-codeintell`). 2. Interview user and analyze with 9 Windows (TRIZ). 3. Propose 2-3 options, evaluate multi-dimensionally, recommend the best option.
---
> **Understand the 'Job to be Done' (JTBD) and architecture before writing code.**
1. Brainstorm requirements and analyze i18n. 2. Propose architecture and tech stack. 3. Write detailed OpenSpec docs (`openspec/changes/[init]/design.md` and `tasks.md`).
---
> **Turn the plan into actual source code safely.**
---
> **Prove with evidence, not words.**
---
> **Ship code without fear of incidents.**
---
| Skill | Primary Function | |-------|-----------------| | `cm-tdd` | Strict Red-Green-Refactor TDD — no code without failing test first. | | `cm-debugging` | Systematic 5-phase error investigation (root cause first). | | `cm-quality-gate` | 6-gate verification: static analysis → blind review → ship. | | `cm-quality-gate` | Setup and enforce the verification gate before claiming "done". | | `cm-code-review` | Manage PR lifecycle: request → receive feedback → complete branch. | | `cm-codeintell` | AST knowledge graph + architecture diagrams + smart context (30% fewer tokens). |
| Skill | Primary Function | |-------|-----------------| | `cm-safe-deploy` | Multi-gate deploy pipeline with rollback strategy. | | `cm-identity-guard` | Verify account before push/deploy to prevent wrong-project incidents. | | `cm-execution` | Isolate feature work in separate workspaces/batches — no state mixing. | | `cm-terminal` | Safe terminal execution with progress logging and error capture. | | `cm-safe-deploy` | Defense-in-depth: pre-commit hooks, repo scanning, token lifecycle. | | `cm-safe-i18n` | Safe multi-language management with multi-pass batching and 8-gate audit. |
| Skill | Primary Function | |-------|-----------------| | `cm-project-bootstrap` | Full project setup: design system → CI → staging → deploy from Day 0. | | `cm-brainstorm-idea` | Strategic analysis gate: 9 Windows + Double Diamond → 2-3 qualified options. | | `cm-planning` | Brainstorm intent → write implementation plan → coordinate execution. | | `cm-ux-master` | 48 UX Laws + 37 Design Tests + Figma/Stitch + BM25 semantic design search. | | `cm-design-system` | Live UI concept generation via design-token and Stitch/Open Design workflows. | | `cm-dockit` | Generate complete knowledge bases, SOPs, and API docs from codebase. | | `cm-readit` | Web audio engine: TTS reader, MP3 a
"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.
Repo: tody-agent/codymaster
Easy-to-use conversational CLI (Claude Code style) for non-technical users to spawn parallel AI tasks supervised by a visual web dashboard.
Strategic analysis gate for existing products — multi-dimensional evaluation (tech, product, design, business) using Design Thinking + 9 Windows (TRIZ) +…
Fallback local Playwright daemon for real-browser visual QA / screenshots / smoke. Use ONLY when the host platform has no native browser mode — prefer the host…
Code hygiene gate — detect and eliminate dead code, duplicates, naming mess, and code smells. TRIZ-powered. Run after features, before PRs, during debt sprints.
Full review lifecycle — request reviews, handle feedback with technical rigor, and complete branch integration. Use when completing tasks, receiving feedback,…
Unified code intelligence — routes to Skeleton Index, CodeGraph, Architecture Diagram, or Smart Context Builder based on task shape. Loads deep refs on demand.