Skip to content
Development
Command

/demo

Interactive onboarding tour — discover CodyMaster skills, workflows, and examples. Run this first to learn how to use the kit.

From plugin
cm
5311 skills8 agents11 commands3 hooks
+1
Install
> /plugin marketplace add tody-agent/codymaster
> /plugin install cm@codymaster

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/demo

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

Command definition

demo.md
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]"

🧠 Welcome to CodyMaster

You are now running the interactive onboarding demo. Guide the user through CodyMaster in their language.

Step 1 — Detect 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:

  • 🇬🇧 English
  • 🇻🇳 Tiếng Việt
  • 🇨🇳 中文
  • 🇰🇷 한국어
  • 🇷🇺 Русский
  • 🇮🇳 हिन्दी

Remember the chosen language and respond in it for all following steps.

Step 2 — Welcome Message

Show a warm, concise welcome. Include:

  • What CodyMaster is (1 sentence)
  • That it gives AI agents 60+ specialized skills
  • That this demo will take ~2 minutes

Step 3 — Show the Workflow

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

Step 4 — Slash Commands Tour

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

Step 5 — Agent Skills (Automatic)

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

Step 6 — Quick Start Challenge

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

Step 7 — Useful Resources

Show at the end:

  • 📚 Docs: https://cody.todyle.com/docs
  • 🔄 Update: `claude plugin update cm@codymaster`
  • 💬 All skills: `/cm:skills`
  • 🔁 Restart tour: `/cm:demo`

Close with an encouraging call-to-action in the user's chosen language.

Read more
Ships withcm

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

Get the whole plugin

Other commands on cm.