Home
Skills
17 reusable incantations with keyword triggers.
CurrentReviewed 2026-03-31
Overview
Skills are enhanced slash commands that combine multiple tools, agents, and MCP servers into single-word workflows. Unlike basic commands, skills are keyword-triggered — say 'dev' and the dev skill activates, say 'deploy' and the deployment pipeline runs. Our 17 skills cover the full development lifecycle from creation (/atom, /template, /block) through quality (/test, /security) to delivery (/build, /deploy).
Current Progress
- 17 skills covering full dev lifecycle
- Keyword triggers mapped in CLAUDE.md for all skills
- Creation skills (/atom, /template, /block) generate consistent output
- Quality skills (/test, /security, /performance) integrated with CI
Areas of Improvement
- Skills don't compose well — can't chain /test after /build automatically
- No skill for database operations (seed, rollback, snapshot)
- /saas skill needs update for latest Stripe API changes
- Missing /migrate skill for Prisma schema changes
References
Setup
- Skills are pre-configured in .claude/commands/
- Each skill maps to a keyword in CLAUDE.md
- Some skills compose multiple agents and MCP calls
- User-invocable skills appear in the Skill tool list
Usage
- /dev — Full dev environment setup
- /build — Smart build with TypeScript validation and auto-fix
- /deploy — Vercel deployment with environment selection
- /atom — Create atom component from 2+ shadcn primitives
- /saas — Generate complete SaaS feature (schema + API + UI)
- /test — Generate and run tests with coverage
- /security — OWASP Top 10 audit
Config Files
.claude/commands/*.md~/.claude/commands/*.md