Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
66 changes: 66 additions & 0 deletions .cursor-plugin/marketplace.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
{
"name": "dotnet-agent-skills",
"owner": {
"name": ".NET Team at Microsoft"
},
"metadata": {
"description": "Curated .NET agent skills and custom agents from the .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-nuget",
"source": "plugins/dotnet-nuget",
"description": "NuGet and .NET package management: dependency management 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, troubleshooting, navigation, data binding, dependency injection, layout, and theming."
},
{
"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."
},
{
"name": "dotnet-template-engine",
"source": "plugins/dotnet-template-engine",
"description": ".NET Template Engine skills: template discovery, project scaffolding, and template authoring."
},
{
"name": "dotnet-test",
"source": "plugins/dotnet-test",
"description": "Skills for running, diagnosing, and migrating .NET tests: test execution, filtering, platform detection, and MSTest workflows."
},
{
"name": "dotnet-aspnet",
"source": "plugins/dotnet-aspnet",
Comment thread
Evangelink marked this conversation as resolved.
Outdated
"description": "ASP.NET Core web development skills including middleware, endpoints, real-time communication, and API patterns."
}
]
}
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,20 @@ This repository contains the .NET team's curated set of core skills and custom a

Once configured, type `/plugins` in Copilot Chat or use the `@agentPlugins` filter in Extensions to browse and install plugins from the marketplace.

### Cursor

This repository is a [Cursor plugin marketplace](https://cursor.com/docs/plugins). Install plugins directly from the Cursor IDE:

1. Open the marketplace panel in Cursor
2. Search for `.NET` or browse [cursor.com/marketplace](https://cursor.com/marketplace)
3. Install the desired plugins

Alternatively, load plugins locally:

Comment thread
Evangelink marked this conversation as resolved.
Outdated
1. Clone this repository
2. Copy or symlink to `~/.cursor/plugins/local/dotnet-agent-skills`
3. Restart Cursor or run **Developer: Reload Window**
Comment thread
Evangelink marked this conversation as resolved.
Outdated

### Codex CLI

Skills in this repository follow the [agentskills.io](https://agentskills.io) open standard
Expand Down