-
Notifications
You must be signed in to change notification settings - Fork 380
dotnet-ai-ml #177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dotnet-ai-ml #177
Changes from all commits
123971e
2e42175
c9595ab
ae80b4b
9fad0f0
44e2632
31d3efe
1f853bd
b2a3703
1679a64
24c9705
fde29ed
e622b0f
f10159b
7cd14fb
a66e026
01aad99
a05d1b5
5095579
d62e993
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,43 @@ | ||
| { | ||
| "name": "dotnet-agent-skills", | ||
| "owner": { | ||
| "name": ".NET Team at Microsoft" | ||
| }, | ||
| "plugins": [ | ||
| { | ||
| "name": "dotnet", | ||
| "source": "./plugins/dotnet", | ||
| "description": "Collection of core .NET skills for handling common .NET coding tasks." | ||
| }, | ||
| { | ||
| "name": "dotnet-data", | ||
| "source": "./plugins/dotnet-data", | ||
| "description": "Skills for .NET data access and Entity Framework related tasks." | ||
| }, | ||
| { | ||
| "name": "dotnet-diag", | ||
| "source": "./plugins/dotnet-diag", | ||
| "description": "Skills for .NET performance investigations, debugging, and incident analysis." | ||
| }, | ||
| { | ||
| "name": "dotnet-msbuild", | ||
| "source": "./plugins/dotnet-msbuild", | ||
| "description": "Comprehensive MSBuild and .NET build skills: failure diagnosis, performance optimization, code quality, and modernization." | ||
| }, | ||
| { | ||
| "name": "dotnet-upgrade", | ||
| "source": "./plugins/dotnet-upgrade", | ||
| "description": "Skills for migrating and upgrading .NET projects across framework versions, language features, and compatibility targets." | ||
| }, | ||
| { | ||
| "name": "dotnet-maui", | ||
| "source": "./plugins/dotnet-maui", | ||
| "description": "Skills for .NET MAUI development: environment setup, diagnostics, and troubleshooting." | ||
| }, | ||
| { | ||
| "name": "dotnet-ai", | ||
| "source": "./plugins/dotnet-ai", | ||
| "description": "AI and ML skills for .NET: technology selection, LLM integration, agentic workflows, RAG pipelines, MCP, and classic ML with ML.NET." | ||
| } | ||
| ] | ||
| } |
| Original file line number | Diff line number | Diff line change | ||
|---|---|---|---|---|
|
|
@@ -58,6 +58,11 @@ | |||
|
|
||||
| /plugins/dotnet-diag/agents/optimizing-dotnet-performance.agent.md @dotnet/appmodel | ||||
|
|
||||
| /plugins/dotnet/agents/optimizing-dotnet-performance.agent.md @dotnet/appmodel | ||||
|
|
||||
|
Comment on lines
+61
to
+62
|
||||
| /plugins/dotnet/agents/optimizing-dotnet-performance.agent.md @dotnet/appmodel |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| { | ||
| "name": "dotnet-ai", | ||
| "version": "0.1.0", | ||
| "description": "AI and ML skills for .NET: technology selection, LLM integration, agentic workflows, RAG pipelines, MCP, and classic ML with ML.NET.", | ||
| "skills": "./skills/" | ||
| } |
Uh oh!
There was an error while loading. Please reload this page.