create-crud-app-template

Installation
SKILL.md

Prerequisite: This skill requires a schema0 template project. Before using, ensure CLAUDE.md exists in the project root and read it for project rules and conventions.

Create CRUD App Template

Web only. This skill generates files into apps/web/. Do NOT use if apps/web/ does not exist.

Orchestrates sub-skills to generate a complete CRUD feature. All schemas are defined in packages/db/src/schema/ using drizzle-zod and imported into routers, collections, and forms. See packages/db/CLAUDE.md for the schema architecture.

Execution Order

flowchart TD
    A[create-crud-app-template] --> B[schema-gen]
    B --> C[api-router]
    B --> D[query-collections]
    B --> E[table-customization]
    C --> F[handle-views]
    D --> F
Related skills
Installs
2
First Seen
Mar 30, 2026