Template Instantiation

Skill for creating .NET projects from templates with correct parameters, smart defaults, and constraint validation. Use when a user wants to scaffold a new project, solution, or item from a dotnet new template. Covers parameter selection, dry-run preview, multi-template orchestration, and post-creation verification. DO NOT use for template authoring, build failures, or NuGet package management.

ViktorHofer 5b533fc 4.6 KB Updated

File contents

ViktorHofer/dotnet-skills/tree/main/src/template-engine-skills/skills/template-instantiation commit 5b533fcd9f

Frequently asked questions

npx skillmds add viktorhofer/template-instantiation