[dotnet-ai] Technology selection (router)#246
Draft
luisquintanilla wants to merge 2 commits intodotnet:mainfrom
Draft
[dotnet-ai] Technology selection (router)#246luisquintanilla wants to merge 2 commits intodotnet:mainfrom
luisquintanilla wants to merge 2 commits intodotnet:mainfrom
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>
Member
|
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 file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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