Skills Library
Quick Reference
- Total Skills: 30+ across 5 swarms
- Format: Universal — works on any AI coding platform
- Open Source: Full SKILL.md content visible for every skill
- License: Open and transparent
Cody Master skills are the instructions that turn AI agents into disciplined engineers. Each skill is a markdown file (SKILL.md) with structured protocols that any AI agent can follow. Browse them all below — nothing is hidden.
🔧 Engineering Swarm
Skills that enforce code quality, testing, and review processes.
| Skill | Description | Full Docs |
|---|---|---|
| cm-tdd | Use before writing implementation code. Test-driven development protocol. | View → |
| cm-debugging | Systematic root cause investigation for bugs, test failures, or unexpected behavior. | View → |
| cm-quality-gate | Enforces test gates, evidence-based verification, and frontend safety checks before deploy. No claims without evidence. | View → |
| cm-test-gate | Complete guide to setting up reliable test gates — stack detection, 4 core test files, script wiring, CI patterns. | View → |
| cm-code-review | Full review lifecycle — request reviews, handle feedback, complete branch integration. | View → |
⚙️ Operations Swarm
Skills that ensure safe deployment, secret management, and workspace isolation.
| Skill | Description | Full Docs |
|---|---|---|
| cm-safe-deploy | Multi-gate deploy pipeline with test gates, build verification, and rollback strategy. | View → |
| cm-identity-guard | Verifies project identity before git push, Cloudflare deploy, or Supabase operations. Prevents wrong-account deploys. | View → |
| cm-git-worktrees | Creates isolated git worktrees for feature work. Smart directory selection and safety checks. | View → |
| cm-terminal | Enforces progress logging, output reading, and error-stop for every terminal command. | View → |
🎨 Product Swarm
Skills for planning, design, documentation, and bootstrapping new projects.
| Skill | Description | Full Docs |
|---|---|---|
| cm-planning | Required before any creative or multi-step task. Explores intent, requirements, and design before implementation. | View → |
| cm-brainstorm-idea | Multi-dimensional evaluation using Design Thinking + TRIZ + Double Diamond. For existing product enhancements. | View → |
| cm-ux-master | Ultimate UI/UX design intelligence — 48 UX Laws, 37 Design Tests, Figma & Stitch integration. | View → |
| cm-ui-preview | AI-powered UI generation using Google Stitch MCP. Stitch Build Loop + Prompt Optimization. | View → |
| cm-dockit | Knowledge systematization engine — generates tech docs, SOP guides, API references as VitePress or Markdown. | View → |
| cm-readit | Turn any website into an audio-enabled experience — TTS, MP3 player, Voice CRO. Zero dependencies. | View → |
| cm-project-bootstrap | New project scaffolding — design system, staging+production, i18n, SEO, AGENTS.md, test infrastructure, 8-gate pipeline. | View → |
📈 Growth Swarm
Skills for content creation, marketing automation, and conversion tracking.
| Skill | Description | Full Docs |
|---|---|---|
| cm-content-factory | Self-learning content engine with StoryBrand, Cialdini, SUCCESs, Hook Model, JTBD, CRO frameworks. | View → |
| cm-ads-tracker | Complete conversion tracking — Facebook/Meta Pixel + CAPI, TikTok Pixel, Google Ads, GTM container. | View → |
🎯 Orchestration Swarm
Skills that coordinate multi-skill workflows, working memory, and autonomous execution.
| Skill | Description | Full Docs |
|---|---|---|
| cm-execution | Autonomous execution with 3 modes: batch, subagent-per-task, or parallel dispatch. | View → |
| cm-continuity | Working memory protocol — 4-Tier Memory System with context persistence, Ebbinghaus decay, and scope-filtered learnings across sessions. | View → |
| cm-deep-search | Semantic memory power-up — detects large codebases and suggests qmd for local BM25 + Vector + LLM re-ranking search. | View → |
| cm-skill-chain | Compose skills into automated pipelines with progress tracking and auto-detection. | View → |
| cm-skill-mastery | Meta-skill — when to invoke skills, how to create new skills, and skill discovery. | View → |
| cm-safe-i18n | Mass i18n conversion with multi-pass batching, parallel dispatch, 8 audit gates. Battle-tested. | View → |
| cm-how-it-work | Complete guide to Cody Master — from idea to deploy. Read this first if you're new. | View → |
| cm-example | Template demonstrating the universal skill format compatible with all platforms. | View → |
Creating Your Own Skills
Every skill follows the universal format:
---
name: my-custom-skill
description: "One line — when to use this skill"
---
# Skill Name
> One-line summary
## When to Use
[Trigger conditions]
## Procedure
[Step-by-step instructions]
## Rules
[Do's and Don'ts]See cm-example for a complete template, and cm-skill-mastery for the meta-guide on skill creation and discovery.
Transparency
Every skill in this library is fully open. Click "View →" on any skill above to read its complete SKILL.md content — nothing is simplified, summarized, or hidden. We believe the best way to trust AI automation is to see exactly what instructions the AI follows.