scaffolding

Generate .NET feature slices with endpoints, handlers, validators, DTOs, EF configurations, and tests.

640|145|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/codewithmukesh/dotnet-claude-kit --skill scaffolding-codewithmukesh
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: scaffolding
Source: https://github.com/codewithmukesh/dotnet-claude-kit/tree/main/skills/scaffolding
Command: npx skills add https://github.com/codewithmukesh/dotnet-claude-kit --skill scaffolding-codewithmukesh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates comprehensive feature scaffolding for .NET projects, enabling rapid creation of complete feature slices with architecture-aware structure and tests.

Core Features & Use Cases

  • Generates full vertical slices including endpoint, handler, validation, DTOs, EF configuration, and tests.
  • Enforces an architecture-aware approach (VSA, CA, DDD, Modular Monolith) and a mandatory scaffold checklist.
  • Supports consistent patterns across projects and reduces boilerplate when adding new features.

Quick Start

Provide a complete scaffold for a new feature using the project's architecture.

Frequently Asked Questions about scaffolding

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

FAQPage Schema
How do I generate complete .NET feature slices with endpoints and tests?▼

To generate .NET feature slices, you need end-to-end scaffolding that creates endpoints, handlers, validators, DTOs, EF configurations, and integration tests. This automation enforces consistent architecture-aware patterns across your project while reducing boilerplate.

Can I use scaffolding for Vertical Slice Architecture and DDD in .NET?▼

Yes, scaffolding supports Vertical Slice Architecture (VSA), Clean Architecture (CA), Domain-Driven Design (DDD), and Modular Monolith architectures. It applies architecture-aware patterns to generate feature slices that match your specific structural design.

What is included in an end-to-end .NET feature scaffold?▼

An end-to-end .NET feature scaffold includes endpoints, handlers, validators, DTOs, EF configurations, integration tests, and OpenAPI metadata. It enforces a mandatory scaffold checklist to ensure all necessary components are generated.

Does .NET scaffolding enforce validation and OpenAPI metadata generation?▼

Yes, .NET feature scaffolding enforces the generation of validation components and OpenAPI metadata. It applies a mandatory scaffold checklist to ensure integration tests and API documentation are consistently included in the output.

What's the best way to reduce boilerplate when adding new features to a .NET project?▼

The best way to reduce boilerplate is using end-to-end feature scaffolding that automates the creation of complete vertical slices. It enforces consistent patterns across projects, handling everything from handlers to EF configurations automatically.

Do I need an existing architecture pattern before using .NET feature scaffolding?▼

Yes, you need an existing architecture pattern like VSA, CA, DDD, or Modular Monolith. The scaffolding tool applies architecture-aware patterns to generate the appropriate feature structure for your specific project design.