Skills
25 slash commands that trigger complete workflows. Say a keyword or type /command — the engine handles the rest.
Workflow Skills
| Skill | Trigger | What It Does |
|---|---|---|
| /dev | dev | Kill port 3000, start pnpm dev, open Chrome |
| /build | build | pnpm build + TypeScript check + auto-fix |
| /quick | push | Lint, fix, commit, push |
| /deploy | deploy, ship | Vercel deploy with retry (max 5) |
Creation Skills
| Skill | Trigger | What It Does |
|---|---|---|
| /atom | atom [name] | Create/list/preview atom components |
| /template | template [name] | Create/list/preview page layouts |
| /block | block [name] | Create/refactor/audit with 100-point scoring |
| /saas | saas [feature] | Schema + actions + UI + pages |
Quality Skills
| Skill | Trigger | What It Does |
|---|---|---|
| /test | test [file] | Vitest + Playwright tests |
| /security | security | OWASP Top 10 + dependency scan |
| /performance | performance | Core Web Vitals + bundle + DB queries |
| /fix | fix | Auto-fix all TypeScript/lint/build errors |
Utility Skills
| Skill | Trigger | Purpose |
|---|---|---|
| /docs | docs | MDX, API docs, Storybook stories |
| /codebase | codebase | Browse/search/copy patterns |
| /repos | repos | Explore databayt repositories |
| /screenshot | screenshot | View recent screenshot |
| /motion | motion | Add Framer Motion animations |
| /handover | handover [block] | 5-pass production QA |
Business Skills
| Skill | Trigger | What It Does |
|---|---|---|
| /proposal | proposal [client] | Generate client proposal via revenue agent |
| /pricing | pricing [product] | Calculate pricing tiers with competitor comparison |
| /weekly | weekly [plan/check/review] | Captain's weekly review cycle |
Content Skills
| Skill | Trigger | What It Does |
|---|---|---|
| /translate | translate [file] | AR/EN translation with context preservation |
| /content-calendar | content-calendar | Weekly content schedule across pillars |
Ops Skills
| Skill | Trigger | What It Does |
|---|---|---|
| /monitor | monitor | Check deployments + costs + uptime across products |
| /costs | costs | API spend breakdown and optimization |
| /incident | incident [severity] | P0/P1/P2 incident response workflow |
Role Availability
| Role | Available Skills |
|---|---|
| engineer | All 25 |
| business | Core + business (proposal, pricing, weekly, docs, repos) |
| content | Core + content (translate, content-calendar, docs, repos) |
| ops | Core + 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 SchoolsThe skill loads its template, invokes the relevant agents and MCP servers, and produces the output.