What problem does it solve?
This Skill solves the problem of repeatedly writing incomplete .NET feature code that misses architectural conventions, validation, error handling, and test coverage.
Core Features & Use Cases
It generates end-to-end .NET 10 scaffolding guidance for building features as vertical slices, clean architecture layers, DDD aggregates, and modular-monolith modules. It ensures scaffolds include the project’s required result/HTTP mapping pattern, FluentValidation wiring, OpenAPI metadata, pagination on list endpoints, a global exception handler check, and integration tests using WebApplicationFactory with Testcontainers. It also supports entity scaffolding by pairing domain entities with EF Core IEntityTypeConfiguration and migration steps, reducing schema drift and inconsistent data annotations.
Quick Start
Use the scaffolding skill to scaffold a new endpoint-driven feature with validation, OpenAPI metadata, and an integration test in the architecture pattern your project uses.