crud

Generate CRUD endpoints with validation, authorization, and tests for Next.js, Prisma, Drizzle, or Express projects.

39|46|Updated May 29, 2026
One-click install
npx skills add https://github.com/maxwell2732/claudecode-research-harness-workflow --skill crud-maxwell2732
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: crud
Source: https://github.com/maxwell2732/claudecode-research-harness-workflow/tree/main/skills/crud
Command: npx skills add https://github.com/maxwell2732/claudecode-research-harness-workflow --skill crud-maxwell2732

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates creation of complete CRUD scaffolding for specified entities (tables) at production-ready quality, including validation, authorization, tests, and structured output.

Core Features & Use Cases

  • Auto-generates CRUD endpoints (create, read, update, delete) with validation and authorization
  • Supports relations, pagination, search, and filters
  • Produces tests and code that aligns with existing DB/schema for easy integration

Quick Start

Provide the entity name to scaffold its CRUD endpoints with validation and authorization in your project.

Frequently Asked Questions about crud

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate CRUD endpoints with validation and authorization for a Next.js API?

You can generate production-ready CRUD endpoints with validation and authorization for a Next.js API by providing an entity name to scaffold models, API routes, and tests automatically.

Can I scaffold CRUD operations using Prisma or Drizzle with Express?

Yes, you can scaffold CRUD operations using Prisma, Drizzle, or Express by providing an entity name to auto-generate matching schemas, validation rules, and API routes.

What's the best way to create API routes that support pagination, search, and filters?

The best way to create API routes that support pagination, search, and filters is to scaffold complete CRUD endpoints from a specified entity, which includes these features by default.

Does CRUD scaffolding work with existing database schemas?

Yes, CRUD scaffolding works with existing database schemas by generating code and tests that align with your current DB setup for straightforward integration.

How do I add authorization rules and test scaffolding to my backend project?

You can add authorization rules and test scaffolding to your backend project by generating complete CRUD endpoints for a specified entity, which includes both features in the output.