bootstrap
Bootstrap a new project with design system, CI/CD, i18n, SEO, and deploy pipeline
Systematic debugging — 4-phase root cause process with defense-in-depth verification
> /plugin marketplace add tody-agent/codymaster > /plugin install cm@codymaster
How it fires
How this command gets triggered: by you, by Claude, or both.
/debugContext preview
What this command does when you run it.
Systematic debugging — 4-phase root cause process with defense-in-depth verification
description: Systematic debugging — 4-phase root cause process with defense-in-depth verification argument-hint: "<bug description or error message>"
4-phase systematic debugging: reproduce → isolate → fix → verify with defense-in-depth.
/debug TypeError: Cannot read property 'id' of undefined /debug Login page shows blank after OAuth redirect
Apply **cm-debugging** skill: 1. Understand the error context 2. Reproduce the issue reliably 3. Identify the exact conditions
5-phase investigation: 1. **Observe** — Read error logs, stack traces 2. **Hypothesize** — Form 2-3 possible causes 3. **Test** — Write a test that reproduces the bug 4. **Isolate** — Narrow down to exact root cause 5. **Verify** — Confirm the root cause with evidence
1. Write a failing test that exposes the bug 2. Fix the code minimally 3. Confirm the test passes 4. Run full test suite to check for regressions
"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
Interactive onboarding tour — discover CodyMaster skills, workflows, and examples. Run this first to learn how to use the kit.
Deploy safely with multi-gate pipeline — test → build → stage → verify → production