Dotnet Template Engine

.NET Template Engine skills: template discovery, project scaffolding, and template authoring.

autohandai Updated

File contents

dotnet-template-engine

Overview

Use this skill for .NET Template Engine work, including template discovery, dotnet new scaffolding, template authoring, symbols, constraints, and template package validation using dotnet/skills.

Workflow

  1. Inspect existing templates, .template.config, symbols, sources, constraints, and packaging metadata.
  2. Scaffold or modify templates in a way that matches repository conventions.
  3. Validate generated output, not only the template source.
  4. Document installation, invocation, and parameter behavior.

Guardrails

  • Do not break existing template short names, identities, or package IDs without a migration note.
  • Avoid embedding local absolute paths or secrets in generated output.
  • Keep generated projects buildable with the advertised SDK and workloads.

Expected Output

Return template changes or guidance with sample invocation and generated-output validation.

autohandai/community-skills/tree/main/dotnet-template-engine commit 82097d2ae6

Frequently asked questions

npx skillmds@latest add autohandai-community-skills/dotnet-template-engine