Template Discovery This skill helps an agent find, inspect, and select the right dotnet new template for a given task using dotnet new CLI commands for search, listing, and parameter inspection. When to Use User asks "What templates are available for X?" User describes a project in natural language ("I need a web API with authentication") User wants to compare templates or understand parameters before creating a project User needs to know what a template produces (files, structure) before committing When Not to Use User wants to create a project — route to template-instantiation skill User wants to author or validate a custom template — route to template-authoring skill User wants a detailed side-by-side comparison of templates — route to template-comparison skill User wants smart cross-parameter defaults during creation — route to template-smart-defaults skill User is troubleshooting build issues — route to dotnet-msbuild plugin Show more Installs 850 Repository dotnet/skills GitHub Stars 5.1K First Seen Mar 19, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Warn
template-discovery
安装
npx skills add https://github.com/dotnet/skills --skill template-discovery