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 you need to interact with the MCP engineering bridge tools (cm_plan, cm_review, cm_qa, cm_deploy, cm_search).
$ npx -y skills add tody-agent/codymaster --skill cm-mcp-engineering --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/cm-mcp-engineeringContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when you need to interact with the MCP engineering bridge tools (cm_plan, cm_review, cm_qa, cm_deploy, cm_search).
name: cm-mcp-engineering description: "Use when you need to interact with the MCP engineering bridge tools (cm_plan, cm_review, cm_qa, cm_deploy, cm_search)."
The same binary as memory MCP (`dist/mcp-context-server.js`) now exposes **engineering bridge** tools:
| Tool | Purpose | |------|---------| | `cm_plan` | Sprint state + artifact paths + next skill hint | | `cm_review` | Preview `.cm/sprint/artifacts/review.md` | | `cm_qa` | QA pointers — host browser mode first (see `_shared/browser-strategy.md`); `cm browse` daemon only as CLI fallback | | `cm_deploy` | Hints for safe deploy + canary | | `cm_search` | Learnings + decisions search | | `cm_memory_query` | Same backing store, alias-style |
Existing tools unchanged: `cm_query`, `cm_resolve`, `cm_bus_read`, `cm_bus_write`, `cm_budget_check`, `cm_memory_decay`, `cm_index_refresh`.
Point `--project` at the repo root (or `CM_PROJECT_PATH`).
"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.