bootstrap
Bootstrap a new project with design system, CI/CD, i18n, SEO, and deploy pipeline
Interactive onboarding tour — discover CodyMaster skills, workflows, and examples. Run this first to learn how to use the kit.
> /plugin marketplace add tody-agent/codymaster > /plugin install cm@codymaster
How it fires
How this command gets triggered: by you, by Claude, or both.
/demoContext preview
What this command does when you run it.
Interactive onboarding tour — discover CodyMaster skills, workflows, and examples. Run this first to learn how to use the kit.
description: Interactive onboarding tour — discover CodyMaster skills, workflows, and examples. Run this first to learn how to use the kit. argument-hint: "[vi|en|zh|ko|ru|hi]"
You are now running the interactive onboarding demo. Guide the user through CodyMaster in their language.
Check if the user passed a language argument via `$ARGUMENTS`. If so, use that language. Otherwise, greet in English and ask which language they prefer:
Remember the chosen language and respond in it for all following steps.
Show a warm, concise welcome. Include:
Explain the main workflow with a visual diagram:
💡 Idea ↓ /cm:plan (brainstorm + architecture + approval) 📋 Plan ↓ /cm:build (TDD: red → green → refactor) ⚙️ Code ↓ /cm:review (code review + quality gate) ✅ Verified ↓ /cm:deploy (multi-gate deploy + rollback) 🚀 Live
Present each command with a concrete example. Format as a table:
| Command | What it does | Example | |---------|-------------|---------| | `/cm:plan` | Brainstorm + architecture + plan | `/cm:plan Add OAuth login` | | `/cm:build` | TDD implementation | `/cm:build Execute the auth plan` | | `/cm:debug` | 4-phase root cause analysis | `/cm:debug Login fails after redirect` | | `/cm:review` | Code review + quality check | `/cm:review` | | `/cm:deploy` | Safe multi-gate deployment | `/cm:deploy to staging` | | `/cm:ux` | UX design + prototyping | `/cm:ux Design the onboarding flow` | | `/cm:content` | AI content factory | `/cm:content Write a product launch post` | | `/cm:track` | Task + progress tracking | `/cm:track` | | `/cm:continuity` | Session memory | `/cm:continuity` | | `/cm:bootstrap` | New project setup | `/cm:bootstrap my-saas-app` |
Explain that besides slash commands, Claude also uses **agent skills automatically**:
> These activate without any command — just describe what you want: > > - *"write tests first"* → `cm-tdd` activates > - *"there's a bug in..."* → `cm-debugging` activates > - *"plan this feature"* → `cm-planning` activates > - *"deploy to production"* → `cm-safe-deploy` activates > - *"review this code"* → `cm-quality-gate` activates
Ask the user to try ONE of these right now and offer to help:
**Option A — Build something new:** > "What would you like to build? I'll start with `/cm:plan` to design it."
**Option B — Fix a bug:** > "Paste your error message and I'll apply `/cm:debug` to find the root cause."
**Option C — Explore skills:** > "Ask me `what skills do you have?` and I'll show the full catalog with `cm-skill-index`."
Show at the end:
Close with an encouraging call-to-action in the user's chosen language.
"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
Bootstrap a new project with design system, CI/CD, i18n, SEO, and deploy pipeline
Build features with TDD discipline — test first, implement, verify through quality gates
AI content engine — research, generate, and deploy content across platforms
Read and update working memory — maintain context across sessions via CONTINUITY.md
Systematic debugging — 4-phase root cause process with defense-in-depth verification
Deploy safely with multi-gate pipeline — test → build → stage → verify → production