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.
Use when setting up deployment infrastructure or enforcing a gated release path. Routes to deploy gates, setup, or rollback based on the current deployment stage.
$ npx -y skills add tody-agent/codymaster --skill cm-safe-deploy --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/cm-safe-deployContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when setting up deployment infrastructure or enforcing a gated release path. Routes to deploy gates, setup, or rollback based on the current deployment stage.
name: cm-safe-deploy description: Use when setting up deployment infrastructure or enforcing a gated release path. Routes to deploy gates, setup, or rollback based on the current deployment stage. token_budget: 1500 token_core: 500 token_refs: gate-0-secret-hygiene: 620 gate-0-5-security-scan: 300 gate-1-syntax: 280 gate-2-test-suite: 380 gate-3-i18n: 260 gate-4-5-build-dist: 340 gate-6-deploy-smoke: 320 setup-new-project: 360 rollback: 220 compressed: true deprecated: false
NO DEPLOY WITHOUT PASSING ALL GATES. GATES ARE SEQUENTIAL. IF A GATE FAILS, FIX FIRST.
Need to create deploy infrastructure for a project? └─ YES → Setup path Already have infrastructure and need to run or review gates? └─ YES → Gate path Did a deploy fail or need reversal? └─ YES → Rollback path
| Path | Summary | Load | |---|---|---| | Setup | Establish scripts, tests, and deploy workflow | `references/setup-new-project.md` | | Gate 0 | Secret hygiene | `references/gate-0-secret-hygiene.md` | | Gate 0.5 | Security scanning | `references/gate-0-5-security-scan.md` | | Gate 1 | Syntax validation | `references/gate-1-syntax.md` | | Gate 2 | Test suite | `references/gate-2-test-suite.md` | | Gate 3 | i18n parity | `references/gate-3-i18n.md` | | Gates 4-5 | Build + dist verification | `references/gate-4-5-build-dist.md` | | Gate 6 | Deploy + smoke verification | `references/gate-6-deploy-smoke.md` | | Rollback | Recovery and reversal | `references/rollback.md` |
0 Secret hygiene 0.5 Security scan 1 Syntax 2 Test suite 3 i18n parity 4 Build verification 5 Dist verification 6 Deploy + smoke test
| Skill | Why | |---|---| | `cm-quality-gate` | verification and evidence checks | | `cm-identity-guard` | deploy identity verification | | `cm-safe-i18n` | i18n-specific gate setup | | `cm-terminal` | monitored execution of gate commands |
**Choose setup, the current gate, or rollback. Load only that path, and stop on failure.**
"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.