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.
Working memory protocol — routes to session protocol, memory audit, MCP/URI integration, or storage details based on the current need. Keeps default continuity usage cheap.
$ npx -y skills add tody-agent/codymaster --skill cm-continuity --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/cm-continuityContext preview
The summary Claude sees to decide when to auto-load this skill.
Working memory protocol — routes to session protocol, memory audit, MCP/URI integration, or storage details based on the current need. Keeps default continuity usage cheap.
name: cm-continuity description: Working memory protocol — routes to session protocol, memory audit, MCP/URI integration, or storage details based on the current need. Keeps default continuity usage cheap. token_budget: 1200 token_core: 420 token_refs: session-protocol: 420 continuity-template: 260 memory-architecture: 780 mcp-context-server: 460 cm-uri-scheme: 240 storage-formats: 420 memory-audit: 360 compressed: true deprecated: false
Need to follow continuity correctly in normal day-to-day work? └─ YES → Session Protocol Need the template or expected CONTINUITY structure? └─ YES → Continuity Template Need to understand memory tiers, MCP bridge, URI scheme, or storage? └─ YES → Load the relevant advanced reference Need to audit memory quality and avoid stale/conflicting recall? └─ YES → Memory Audit
| Need | Summary | Load | |---|---|---| | Normal usage | start / during / end protocol | `references/session-protocol.md` | | Template | `CONTINUITY.md` shape | `references/continuity-template.md` | | Memory model | tiers, bus, long-term memory | `references/memory-architecture.md` | | MCP bridge | context server tools and setup | `references/mcp-context-server.md` | | URI lookup | `cm://` resource references | `references/cm-uri-scheme.md` | | Storage internals | learnings, decisions, formats | `references/storage-formats.md` | | Memory audit | decay, conflict, reinforcement | `references/memory-audit.md` |
**Use continuity every session. Load advanced memory details only when the task actually touches them.**
"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.