tody-agent
- 88 skills
- 0 followers
- 5 hours ago last updated
- ▌ Cm Tdd 2 · tody-agentUse when implementing any feature or bugfix, before writing implementation code
- ▌ Cm Start 2 · tody-agentStart the CM Workflow to execute your objective from idea to production code.
- ▌ Cm Browse 2 · tody-agentUse when you need visual QA, screenshots, or post-deploy smoke testing through a real browser with Playwright.
- ▌ Cm Start 3 · tody-agentStart the CM Workflow to execute your objective from idea to production code.
- ▌ Cm Continuity 2 · tody-agent bundleWorking memory protocol — maintains context across sessions via CONTINUITY.md. Inspired by Loki Mode. Read at turn start, update at turn end. Captures mistakes and learnings to prevent repeating errors.
- ▌ Cm Codeintell 2 · tody-agentUnified code intelligence — Skeleton Index (zero-dep, <4s) + AST knowledge graph (CodeGraph) + architecture diagrams (Mermaid) + smart context builder. Pre-indexes code structure so AI agents understand any codebase instantly. 95% token compression for onboarding. 30% fewer tokens for deep analysis.
- ▌ Cm Continuity 3 · tody-agentWorking memory protocol — maintains context across sessions via CONTINUITY.md. Inspired by Loki Mode. Read at turn start, update at turn end. Captures mistakes and learnings to prevent repeating errors.
- ▌ Cm Planning 2 · tody-agentYou MUST use this before any creative work or multi-step task. Explores intent, requirements, and design before implementation. Then documents the plan before coding.
- ▌ Cm Code Review 2 · tody-agentFull review lifecycle — request reviews, handle feedback with technical rigor, and complete branch integration. Use when completing tasks, receiving feedback, or finishing feature branches.
- ▌ Cm How It Work 2 · tody-agentComplete guide to vibe coding with the CodyMaster skill kit — from idea to deploy. Covers the full workflow, skills used at each phase, and common use cases. Read this first if you are new; reference it whenever you're unsure which skill to invoke.
- ▌ Cm Safe Deploy 2 · tody-agentUse when setting up deployment infrastructure for any project - establishes multi-gate deploy pipeline with test gates, build verification, frontend safety checks, and rollback strategy before code reaches production
- ▌ Cm Skill Index 2 · tody-agentProgressive Disclosure skill index — efficient skill loading in 3 layers. Layer 1 (index, ~100 tokens) always loaded. Layer 2 (summary, ~300 tokens) loaded on context need. Layer 3 (full SKILL.md) loaded on execution only.
- ▌ Cm UX Master 2 · tody-agent bundleUltimate UI/UX design intelligence with Harvester v4 (AI-powered visual extraction), 48 UX Laws, 37 Design Tests, UX Heuristics (Nielsen + Krug), Figma & Google Stitch integration, MCP server for Claude/Cursor, Component Generator, and BM25 search across 16 domains. One command = Complete design system. 10x productivity boost.
- ▌ Cm Execution 2 · tody-agentUse when executing implementation plans — choose mode: batch execution with checkpoints, subagent-per-task, or parallel dispatch for independent problems.
- ▌ Cm Retro CLI 2 · tody-agentUse at end of sprint to append operational learnings as structured JSONL to the project retro log.
- ▌ Cm Quality Gate 2 · tody-agentUse before any deployment or completion claim. Enforces test gates, evidence-based verification, and frontend safety checks. No deploy without passing. No claims without evidence.
- ▌ Cm Dashboard 2 · tody-agentTrack and manage tasks across multiple AI coding agents (Codex, Google Antigravity, Cursor, Gemini CLI, Claude Code) through the Mission Control web UI at http://localhost:6969. Use when you need a visual kanban for multi-agent work, dispatching tasks, monitoring agent activity, or syncing task state from a CLI agent.
- ▌ Cm Continuity 4 · tody-agentWorking memory protocol — maintains context across sessions via CONTINUITY.md. Inspired by Loki Mode. Read at turn start, update at turn end. Captures mistakes and learnings to prevent repeating errors.
- ▌ Cm Design System 2 · tody-agentUltimate Design System Intelligence. Manage, extract, replicate, and improve UI design systems. Extracts design tokens visually from existing sites (Harvester v5), manages multi-page tokens, and utilizes MCP servers like Google Stitch and Pencil.dev to generate complete, consistent design systems (Shadcn UI, Halo, Lunaris, Nitro). Use when the user asks to "extract design from a URL", "create a Shadcn design system", "analyze design tokens", "build a design system for", or "copy the UI style of".
- ▌ Cm Deep Search 2 · tody-agentOptional power-up — detects oversized codebases/docs and suggests tobi/qmd for local semantic search. Bridges cm-continuity (working memory) with long-term document retrieval. Zero-config detection, non-intrusive suggestion.
- ▌ Cm Skill Chain 2 · tody-agentSkill Chain Engine — compose skills into automated pipelines. One task triggers multi-skill workflows with progress tracking, auto-detection, and step management.
- ▌ Cm Skill Index 3 · tody-agentProgressive Disclosure skill index — efficient skill loading in 3 layers. Layer 1 (index, ~100 tokens) always loaded. Layer 2 (summary, ~300 tokens) loaded on context need. Layer 3 (full SKILL.md) loaded on execution only.
- ▌ Cm Identity Guard 2 · tody-agentVerify and lock project identity before ANY git push, Cloudflare deploy, or Supabase operation. Essential when working with multiple GitHub accounts (personal + work), multiple Cloudflare accounts, or multiple Supabase/Neon projects. Prevents wrong-account deploys, cross-project secret leaks, and git history contamination.
- ▌ Cm Brainstorm Idea 2 · tody-agentStrategic analysis gate for existing products — multi-dimensional evaluation (tech, product, design, business) using Design Thinking + 9 Windows (TRIZ) + Double Diamond. Outputs 2-3 qualified options with recommendations. Use BEFORE cm-planning for complex initiatives and enhancements on existing codebases.
- ▌ Cm MCP Engineering 2 · tody-agentUse when you need to interact with the MCP engineering bridge tools (cm_plan, cm_review, cm_qa, cm_deploy, cm_search).
- ▌ Cm Project Bootstrap 2 · tody-agentUse when starting any new project from scratch. Asks for project identity (name, GitHub org, Cloudflare account), detects project type, sets up design system, staging+production, i18n from day 1, SEO foundation, AGENTS.md manifest, test infrastructure, 8-gate deploy pipeline, and disciplined development workflows. Prevents wrong deploys, redundant repos, and technical debt from day 0.
- ▌ Cm Project Bootstrap 3 · tody-agentUse when starting any new project from scratch. Asks for project identity (name, GitHub org, Cloudflare account), detects project type, sets up design system, staging+production, i18n from day 1, SEO foundation, AGENTS.md manifest, test infrastructure, 8-gate deploy pipeline, and disciplined development workflows. Prevents wrong deploys, redundant repos, and technical debt from day 0.
- ▌ Cm Tdd · tody-agent bundleUse when implementing any feature or bugfix. Routes to the core Red-Green-Refactor loop, test quality guidance, rationalization handling, examples, or stuck-state recovery.
- ▌ Cm Jtbd · tody-agentCustomer discovery framework using Jobs-To-Be-Done theory — uncover the functional, social, and emotional jobs customers hire products to do. Produces JTBD canvases with job statements, outcome metrics, and competing solutions. Use alongside cm-brainstorm-idea for evidence-based product decisions.
- ▌
- ▌ Cm Browse · tody-agentFallback 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.
- ▌ Cm Dockit · tody-agent bundleKnowledge systematization engine — analyze codebases, generate Personas, JTBD, Process Flows, technical docs, SOP user guides, API references. Output as Markdown or VitePress Premium. SEO-optimized, AI/LLM-readable. One scan = complete knowledge base.
- ▌ Cm Readit · tody-agent bundleTurn any website into an audio-enabled experience. Covers TTS reading mode (SpeechSynthesis API), pre-recorded MP3 audio player, and Voice CRO trigger system. Zero dependencies, works on any static or dynamic site. Use when adding read-aloud, audio player, or voice-based conversion features.
- ▌
- ▌ Cm Example · tody-agentA template demonstrating the universal format compatible with Antigravity, Claude, Cursor, and OpenClaw.
- ▌ Cm Reactor · tody-agentStrategic codebase re-direction when requirements change, architecture doesn't fit, or tech debt blocks progress. TRIZ-powered pivot protocol for large codebases.
- ▌ Cm Planning · tody-agentYou MUST use this before any creative work or multi-step task. Explores intent and writes execution-ready plans before coding.
- ▌ Cm Terminal · tody-agentUse when running ANY terminal command - enforces clear progress logging, output reading, and error-stop behavior so terminal processes are never left unchecked
- ▌ Cm Autopilot · tody-agent bundleEasy-to-use conversational CLI (Claude Code style) for non-technical users to spawn parallel AI tasks supervised by a visual web dashboard.
- ▌ Cm Debugging · tody-agentUse when encountering any bug, test failure, or unexpected behavior, before proposing fixes
- ▌ Cm Execution · tody-agent bundleUse when executing approved implementation plans. Routes to 1 of 6 execution modes (batch/subagent/parallel/RARV/TRIZ/party) based on task shape. Loads detail refs on-demand.
- ▌ Cm Retro CLI · tody-agentUse at end of sprint to append operational learnings as structured JSONL to the project retro log.
- ▌ Cm Safe I18N · tody-agentSafe i18n: multi-pass batching, parallel-per-language dispatch, 8 audit gates, HTML integrity. Use for translating or mass-converting hardcoded strings to t() calls.
- ▌ Cm UX Master · tody-agent bundleUltimate UI/UX design intelligence: an Anti-Slop layer that kills AI tells (em-dash, AI purple glow, generic names, template layouts), tunable Design Dials (variance/motion/density) and Style Modes (functional, minimalist, brutalist, soft-premium, marketing), 161 industry color palettes in a shadcn-aligned semantic token schema, 48 UX Laws, 37 Design Tests, UX Heuristics (Nielsen + Krug), Harvester extraction, Figma & Google Stitch integration, MCP server, Component Generator, and BM25 search across 17 domains + 19 framework stacks. One command = complete design system. Use when designing or reviewing UI/UX, choosing colors/typography, fixing generic AI-looking designs, or building Web App / SaaS / Mobile screens.
- ▌ Cm Clean Code · tody-agentCode hygiene gate — detect and eliminate dead code, duplicates, naming mess, and code smells. TRIZ-powered. Run after features, before PRs, during debt sprints.
- ▌ Cm Codeintell · tody-agent bundleUnified code intelligence — routes to Skeleton Index, CodeGraph, Architecture Diagram, or Smart Context Builder based on task shape. Loads deep refs on demand.
- ▌ Cm Continuity · tody-agent bundleWorking memory protocol — routes to session protocol, memory audit, MCP/URI integration, or storage details based on the current need. Keeps default continuity usage cheap.
- ▌ Cm Notebooklm · tody-agent bundleSync high-value dev knowledge (skills, decisions, lessons) into Google NotebookLM for cloud recall, podcasts, and flashcards. Pairs with Dockit/deep-search. Use for NotebookLM, nlm, knowledge base, skill sync, or cross-machine AI memory.
- ▌ Cm Sprint Bus · tody-agentUse to run the full sprint pipeline: brainstorm → plan → design → tdd → build → review → qa → security → ship → monitor → retro.
- ▌ Cm Ads Tracker · tody-agent bundleEnd-to-end ad conversion tracking: Meta Pixel+CAPI, TikTok Events API, Google Ads Enhanced Conversions, GTM, attribution. Auto-detects industry, maps standard events, outputs a developer-ready implementation doc. Use for pixels, GTM, CAPI, ROAS, or 'set up tracking' requests.
- ▌ Cm Code Review · tody-agentFull review lifecycle — request reviews, handle feedback with technical rigor, and complete branch integration. Use when completing tasks, receiving feedback, or finishing feature branches.
- ▌ Cm Deep Search · tody-agentOptional power-up — detects oversized codebases/docs and suggests tobi/qmd for local semantic search. Bridges cm-continuity (working memory) with long-term document retrieval. Zero-config detection, non-intrusive suggestion.
- ▌ Cm Google Form · tody-agent bundleGoogle App Script form-to-sheet integration with auto-retry, toast notifications, and Zalo/contact fallback. Reusable across any static website.
- ▌ Cm How It Work · tody-agentComplete guide to vibe coding with CodyMaster — from idea to deploy. Read this first if you are new.
- ▌ Cm Safe Deploy · tody-agent bundleUse when setting up deployment infrastructure or enforcing a gated release path. Routes to deploy gates, setup, or rollback based on the current deployment stage.
- ▌ Cm Skill Chain · tody-agentSkill Chain Engine — compose skills into automated pipelines. One task triggers multi-skill workflows with progress tracking, auto-detection, and step management.
- ▌ Cm Skill Index · tody-agentProgressive Disclosure skill index — efficient skill loading in 3 layers. Layer 1 (index, ~100 tokens) always loaded. Layer 2 (summary, ~300 tokens) loaded on context need. Layer 3 (full SKILL.md) loaded on execution only.
- ▌ Cm Quality Gate · tody-agentUse before any deployment or completion claim. Enforces test gates, evidence-based verification, and frontend safety checks. No deploy without passing. No claims without evidence.
- ▌ Cm Design System · tody-agent bundleUltimate Design System Intelligence. Manage, extract, replicate, and improve UI design systems. Extracts design tokens visually from existing sites (Harvester v5), manages multi-page tokens, and utilizes MCP servers like Google Stitch and Pencil.dev to generate complete, consistent design systems (Shadcn UI, Halo, Lunaris, Nitro). Use when the user asks to "extract design from a URL", "create a Shadcn design system", "analyze design tokens", "build a design system for", or "copy the UI style of".
- ▌
- ▌ Cm Test Gate · tody-agent[Deprecated] quality gate now covers tests + canary. Use `cm-quality-gate` instead.
- ▌ Cm Auto Publisher · tody-agentComprehensive publishing automation skill bridging AI agents (OpenClaw, Manus, Claude) to the Content Factory Router. Uses the Router API to publish markdown articles with rich media to any connected Astro site natively.
- ▌ Cm Growth Hacking · tody-agent bundleBottom-sheet and popup growth system: booking CTAs, calendars, lead capture, surveys, re-engagement, with CRO tracking hooks. Zero-deps; works static or dynamic sites. Works with cm-booking-calendar, cm-ads-tracker, cm-google-form, cm-readit, cm-ux-master.
- ▌ Cm Identity Guard · tody-agentVerify and lock project identity before ANY git push, Cloudflare deploy, or Supabase operation. Essential when working with multiple GitHub accounts (personal + work), multiple Cloudflare accounts, or multiple Supabase/Neon projects. Prevents wrong-account deploys, cross-project secret leaks, and git history contamination.
- ▌ Cm UI Preview · tody-agent[Deprecated] UI preview is part of design system. Use `cm-design-system` instead.
- ▌ Cm Brainstorm Idea · tody-agentStrategic analysis gate for existing products — multi-dimensional evaluation (tech, product, design, business) using Design Thinking + 9 Windows (TRIZ) + Double Diamond. Outputs 2-3 qualified options with recommendations. Use BEFORE cm-planning for complex initiatives and enhancements on existing codebases.
- ▌ Cm Content Factory · tody-agent bundleSelf-learning SEO content pipeline: dashboard, multi-agent queue, token budgets, research → write → audit → publish. StoryBrand/Cialdini/JTBD-style frameworks; config-driven. Use for content factory, batch articles, or scaled publishing.
- ▌ Cm Cro Methodology · tody-agent bundleAudit websites and landing pages for conversion issues and design evidence-based A/B tests. Use when the user mentions "landing page isn't converting", "conversion rate", "A/B test", "why visitors leave", or "objection handling". Covers funnel mapping, persuasion assets, and objection/counter-objection frameworks. For overall marketing strategy, see one-page-marketing. For usability issues, see ux-heuristics.
- ▌ Cm MCP Engineering · tody-agentUse when you need to interact with the MCP engineering bridge tools (cm_plan, cm_review, cm_qa, cm_deploy, cm_search).
- ▌ Cm Skill Evolution · tody-agentRepair or extend CodyMaster skills with a three-mode loop: FIX, DERIVED, and CAPTURED, grounded in current repo tooling.
- ▌
- ▌ Cm Booking Calendar · tody-agent bundleBooking & Calendar CRO Engine — Packages all booking, scheduling, .ics download, and Google Calendar integration into a revenue-boosting system. Auto-detect industry → select matching pattern → generate calendar engine + booking UI + export logic. Integrates with cm-google-form (form → sheet) and cm-ads-tracker (conversion events). ALWAYS trigger for: booking, appointment, calendar, reminder, download ics, google calendar, add to calendar, book appointment, schedule, "create booking", "add scheduling", "appointment reminder system", "calendar CRO", "reduce no-show"
- ▌ Cm Guardian Runtime · tody-agentUse when you need to check if a destructive command is blocked or run guardian freeze checks.
- ▌
- ▌
- ▌ Cm Ecosystem Roadmap · tody-agentCodyMaster ecosystem roadmap, marketplace, and distro validation reference.
- ▌ Cm Project Bootstrap · tody-agent bundleBootstrap any new project: identity, design system, staging+production, i18n, SEO, test infrastructure, 8-gate deploy pipeline. Prevents tech debt from day 0.
- ▌
- ▌ Cm Git Worktrees · tody-agent[Deprecated] worktree management is part of execution. Use `cm-execution` instead.
- ▌
- ▌
- ▌
- ▌ Cm Skill Mastery · tody-agent[Deprecated] discovery and meta-skill merged. Use `cm-skill-index` instead.
- ▌ Cm Video Factory · tody-agent bundlePrivate Code-to-Video Engine using Remotion React, TTS (ElevenLabs/OpenAI), and Content Mastery. Creates pure VibeCoding-style animations for TikTok/Shorts/Reels automatically.
- ▌ Cm Engineering Meta · tody-agent[Deprecated] engineering bridge merged. Use `cm-mcp-engineering` instead.
- ▌ Cm Post Deploy Canary · tody-agent[Deprecated] quality gate now covers tests + canary. Use `cm-quality-gate` instead.
- ▌ Cm Second Opinion CLI · tody-agent[Deprecated] engineering bridge merged. Use `cm-mcp-engineering` instead.
- ▌ Cm Conductor Worktrees · tody-agent[Deprecated] parallel execution mode. Use `cm-execution` instead.