dotnet-scaffold

Installation
SKILL.md

.NET Scaffolding

Use this workflow to create a complete, working .NET solution, project, or feature. This skill owns the scaffolding workflow; when the dotnet skill is available, apply its general .NET engineering guidance rather than duplicating it here.

Scope

First determine what is being scaffolded:

  1. New solution/repository — establish the solution and required projects.
  2. New project — add a project to an existing solution/repository.
  3. New feature/entity — add a complete vertical slice or feature to an existing project.

Do not turn a feature-scaffolding request into a broader solution redesign. Do not impose a project template, architecture, mediator, mapper, validation library, or other dependency before inspecting requirements and the repository.

Workflow

1. Understand the request

Identify the minimum information needed to scaffold correctly:

Installs
4
First Seen
9 days ago
dotnet-scaffold — timyvillarmia/dotfiles