diff --git a/plugins/dotnet-template-engine/.codex-plugin/plugin.json b/plugins/dotnet-template-engine/.codex-plugin/plugin.json index 6bfa099d85..fa64bc3587 100644 --- a/plugins/dotnet-template-engine/.codex-plugin/plugin.json +++ b/plugins/dotnet-template-engine/.codex-plugin/plugin.json @@ -3,5 +3,5 @@ "version": "0.1.0", "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"] + "agents": ["./agents/template-engine.agent.md"] } diff --git a/plugins/dotnet-template-engine/agents/template-engine.agent.md b/plugins/dotnet-template-engine/agents/template-engine.agent.md index 69776f9200..9fcbd905c3 100644 --- a/plugins/dotnet-template-engine/agents/template-engine.agent.md +++ b/plugins/dotnet-template-engine/agents/template-engine.agent.md @@ -37,13 +37,24 @@ Classify the user's request and invoke the appropriate skill: | "Create a new project/app/service" | `template-instantiation` skill | | "What templates are available for X?" | `template-discovery` skill | | "Show me template details/parameters" | `template-discovery` skill (inspect via `dotnet new