Copy the command definition below into:
~/.claude/commands/shipwright-stacks.md---
name: shipwright-stacks
description: List supported Shipwright tech stacks
category: deployment
---
# /shipwright-stacks
List all tech stacks supported by Shipwright and their recommended use cases.
## Stacks
| Stack | Best For |
|---|---|
| Next.js + Supabase | Data-heavy apps with auth, real-time, and edge functions |
| Next.js + Prisma | API-first apps with complex data models and type safety |
| SvelteKit | Lightweight interactive apps with minimal boilerplate |
| Astro | Content sites, blogs, marketing pages, and documentation |