Create CRUD
When to use this skill:
- •Creating standard CRUD operations for an entity
- •Adding create, read, update, delete functionality
- •Building database-backed resources
What this skill does:
- •Creates CQRS command handlers (create, update, delete)
- •Creates CQRS query handlers (get, list)
- •Generates repository with transaction support
- •Creates Zod validation schemas
- •Adds tRPC router
- •Writes unit tests with 80% coverage
- •Writes integration tests using Testcontainers
Usage:
code
"Create CRUD for Product with fields: name:string, price:number, description:text"