Files
dotnet__skills/plugins/dotnet-template-engine/.codex-plugin/plugin.json
T
2026-08-03 10:19:29 +00:00

8 lines
469 B
JSON

{
"name": "dotnet-template-engine",
"version": "0.1.3",
"description": ".NET Template Engine skills for dotnet new: create projects (console app, class library, web API, Blazor, MAUI), discover and search templates, inspect template parameters and frameworks (net8.0, net9.0, net10.0), scaffold solutions, author and validate custom templates, install template packages from NuGet.",
"skills": ["./skills/"],
"agents": ["./agents/template-engine.agent.md"]
}