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.
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 browser first.
$ npx -y skills add tody-agent/codymaster --skill cm-browse --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/cm-browseContext preview
The summary Claude sees to decide when to auto-load this skill.
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 browser first.
name: cm-browse description: "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 browser first."
> **Prefer the host browser.** Per [_shared/browser-strategy.md](../_shared/browser-strategy.md): > on Claude Code / Antigravity / Cursor / Codex, drive the platform's **native browser mode** > (Claude in Chrome, Claude Preview, Chrome DevTools / Playwright MCP). This daemon is the > **fallback for bare CLI hosts with no browser mode**, and is **never auto-started** — suggest > it to the user and let them opt in. > > **Full runbook:** [docs/browse-daemon.md](../../docs/browse-daemon.md) (install Chromium, token, troubleshooting).
browser for visual QA, screenshots, or post-deploy smoke. Otherwise use the host browser.
export CM_BROWSE_TOKEN="$(openssl rand -hex 24)" cm browse start --port 17395 --token "$CM_BROWSE_TOKEN"
"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) +…
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.
[Deprecated] parallel execution mode. Use `cm-execution` instead.