25 reusable skills with keyword triggers

Skills

25 slash commands that trigger complete workflows. Say a keyword or type /command — the engine handles the rest.

Workflow Skills

SkillTriggerWhat It Does
/devdevKill port 3000, start pnpm dev, open Chrome
/buildbuildpnpm build + TypeScript check + auto-fix
/quickpushLint, fix, commit, push
/deploydeploy, shipVercel deploy with retry (max 5)

Creation Skills

SkillTriggerWhat It Does
/atomatom [name]Create/list/preview atom components
/templatetemplate [name]Create/list/preview page layouts
/blockblock [name]Create/refactor/audit with 100-point scoring
/saassaas [feature]Schema + actions + UI + pages

Quality Skills

SkillTriggerWhat It Does
/testtest [file]Vitest + Playwright tests
/securitysecurityOWASP Top 10 + dependency scan
/performanceperformanceCore Web Vitals + bundle + DB queries
/fixfixAuto-fix all TypeScript/lint/build errors

Utility Skills

SkillTriggerPurpose
/docsdocsMDX, API docs, Storybook stories
/codebasecodebaseBrowse/search/copy patterns
/reposreposExplore databayt repositories
/screenshotscreenshotView recent screenshot
/motionmotionAdd Framer Motion animations
/handoverhandover [block]5-pass production QA

Business Skills

SkillTriggerWhat It Does
/proposalproposal [client]Generate client proposal via revenue agent
/pricingpricing [product]Calculate pricing tiers with competitor comparison
/weeklyweekly [plan/check/review]Captain's weekly review cycle

Content Skills

SkillTriggerWhat It Does
/translatetranslate [file]AR/EN translation with context preservation
/content-calendarcontent-calendarWeekly content schedule across pillars

Ops Skills

SkillTriggerWhat It Does
/monitormonitorCheck deployments + costs + uptime across products
/costscostsAPI spend breakdown and optimization
/incidentincident [severity]P0/P1/P2 incident response workflow

Role Availability

RoleAvailable Skills
engineerAll 25
businessCore + business (proposal, pricing, weekly, docs, repos)
contentCore + content (translate, content-calendar, docs, repos)
opsCore + ops (monitor, costs, incident, docs, repos)

How Skills Work

Skills are markdown files in ~/.claude/commands/ that expand into full prompts when invoked:

# Type in Claude Code
/proposal "King Fahad Schools"
 
# Or say the keyword
proposal King Fahad Schools

The skill loads its template, invokes the relevant agents and MCP servers, and produces the output.