[dotnet-ai] Technology selection (router) - #246
Conversation
Adds the technology-selection meta/router skill with a 13-route decision tree that directs developers to the correct skill based on their task. Includes anti-patterns and the 4-layer library stack reference. Fixes dotnet#234 Part of dotnet#225 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
.NET 10 is the current LTS (released Nov 2025). .NET 8 reaches end-of-support Nov 2026. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
to ensure we are able to eval these skills, I recommend pushing a single PR. Also this pattern of skills referring to other skills would need to be verified. another pattern is the reference model - https://github.com/dotnet/skills/tree/main/plugins/dotnet-diag/skills/analyzing-dotnet-performance |
|
This pull request has been automatically closed because it has been open for more than 30 days with no recent activity. If you believe this work is still relevant, please feel free to reopen or create a new pull request. Thank you for your contribution! Warning Firewall blocked 1 domainThe following domain was blocked by the firewall during workflow execution:
network:
allowed:
- defaults
- "awmgmcpg"See Network Configuration for more information.
|
Fixes #234
Part of #225
Dependencies
Summary
Adds the
technology-selectionmeta/router skill a decision tree that directs developers to the correctdotnet-aiskill based on their task. Contains 13 decision routes, 4 anti-patterns, and a 4-layer library stack reference.This skill is the entry point for the plugin. When a developer asks "how do I add AI to my .NET app?", this skill routes them to the right place.
Changes
plugins/dotnet-ai/skills/technology-selection/SKILL.mdtests/dotnet-ai/technology-selection/eval.yamlValidation