admin-crud-scaffold

Scaffold admin CRUD features with API services, validation models, and pages.

1|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/spuneiartur/claude-agent-specs --skill admin-crud-scaffold
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: admin-crud-scaffold
Source: https://github.com/spuneiartur/claude-agent-specs/tree/main/next-js/skills/skills/admin-crud-scaffold
Command: npx skills add https://github.com/spuneiartur/claude-agent-specs --skill admin-crud-scaffold

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scaffold a complete admin CRUD feature with all required files: API service, validation models, table columns, admin pages (list/add/edit), admin components (header, table, filters, actions cell), and form components (shared form, add form, edit form). Use this skill whenever the user wants to add a new admin section, create CRUD pages, scaffold entity management, add an admin table, build admin forms for a new resource, or mentions "scaffold", "generate", "create admin pages for", "add management for", or "CRUD for [entity]". This is the most common development pattern in the project — trigger it proactively when the user describes any new entity that needs admin management.

Core Features & Use Cases

  • Generates API service, validation models, and filters for a new admin resource.
  • Creates admin pages (list, add, edit), admin components (header, table, filters, actions cell), and shared form components.
  • Applies a standardized pattern across multiple entities to accelerate development and data management.

Quick Start

Provide the entity name and required fields, then run the scaffold to generate a complete admin CRUD setup.

Frequently Asked Questions about admin-crud-scaffold

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

FAQPage Schema
How do I auto-generate an admin CRUD interface for a new entity?

To auto-generate an admin CRUD interface, provide the entity name and required fields to run the scaffold. This process creates the API service, validation models, table columns, admin pages, and shared form components needed for end-to-end entity management.

What files are generated when scaffolding CRUD pages for an admin panel?

Scaffolding CRUD pages generates files across api/, models/, data/, pages/, and components/ directories. These files include the API service, validation models, admin list and add/edit pages, table headers, filters, actions cells, and shared form components.

Does this CRUD code generation pattern work for NextJS admin sections?

Yes, this CRUD code generation pattern fits NextJS admin sections by generating standardized admin pages, components, and API services. It applies a consistent scaffold across multiple entities to accelerate development and data management within the project.

What's the best way to scaffold an admin table with filters and validation?

The best way to scaffold an admin table with filters and validation is to trigger the generation pattern for a new entity. It automatically produces validation models, table columns, filter components, and the required API service structure following project conventions.

When should I use an automated scaffold for admin entity management?

You should use an automated scaffold for admin entity management whenever you add a new admin section, build CRUD pages, or need entity management. It proactively generates the required API, tables, and forms to apply a standardized data management pattern.