scaffold-route
Installation
SKILL.md
Scaffold Route
Create a complete vertical slice for a new feature: page, API, and validation.
What gets created
app/[feature]/
├── page.tsx # Server component
├── loading.tsx # Skeleton loader
├── error.tsx # Error boundary
└── components/
└── index.ts # Barrel export
server/api/routers/[feature]/
└── index.ts # tRPC router with CRUD procedures