BeClaude

dotnet-aspnet

New
2.4kCommunity RegistryGeneralby .NET Team at Microsoft

ASP.NET Core web development skills including middleware, endpoints, real-time communication, and API patterns.

First seen 5/22/2026

Overview

![Dashboard](https://dotnet.github.io/skills/)

This repository contains the .NET team's curated set of core skills and custom agents for coding agents. For information about the Agent Skills standard, see agentskills.io.

**📊 Dashboard** - Accuracy and efficiency scoring trends for contained plugins (https://dotnet.github.io/skills/)

What's Included

PluginDescription
dotnetCollection of core .NET skills for handling common .NET coding tasks.
dotnet-dataSkills for .NET data access and Entity Framework related tasks.
dotnet-diagSkills for .NET performance investigations, debugging, and incident analysis.
dotnet-msbuildComprehensive MSBuild and .NET build skills: failure diagnosis, performance optimization, code quality, and modernization.
dotnet-nugetNuGet and .NET package management: dependency management and modernization.
dotnet-upgradeSkills for migrating and upgrading .NET projects across framework versions, language features, and compatibility targets.
dotnet-mauiSkills for .NET MAUI development: environment setup, diagnostics, and troubleshooting.
dotnet-aiAI and ML skills for .NET: technology selection, LLM integration, agentic workflows, RAG pipelines, MCP, and classic ML with ML.NET.
dotnet-template-engine.NET Template Engine skills: template discovery, project scaffolding, and template authoring.
dotnet-testSkills for running, diagnosing, and migrating .NET tests: test execution, filtering, platform detection, and MSTest workflows.
dotnet-aspnetcoreASP.NET Core web development skills including middleware, endpoints, real-time communication, and API patterns.
dotnet-blazorSkills for Blazor development: component authoring, interactivity, and web application patterns.
dotnet11Skills for new .NET 11 APIs and language features.

Installation

🚀 Plugins - Copilot CLI / Claude Code

  1. Launch Copilot CLI or Claude Code
  2. Add the marketplace:

`` /plugin marketplace add dotnet/skills ``

  1. Install a plugin:

`` /plugin install <plugin>@dotnet-agent-skills ``

  1. Restart to load the new plugins
  2. View available skills:

`` /skills ``

  1. View available agents:

`` /agents ``

  1. Update plugin (on demand):

`` /plugin update <plugin>@dotnet-agent-skills ``

VS Code / VS Code Insiders (Preview)

[!IMPORTANT]

VS Code plugin support is a preview feature and subject to change. You may need to enable it first.

jsonc
// settings.json
{
  "chat.plugins.enabled": true,
  "chat.plugins.marketplaces": ["dotnet/skills"]
}

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. You can discover and install published plugins directly in Cursor:

  1. Open the marketplace panel in Cursor
  2. Search for .NET or browse cursor.com/marketplace
  3. Install the desired plugins

For local development or unpublished changes, import plugins from a local checkout:

  1. Copy or symlink your local checkout to ~/.cursor/plugins/local/dotnet-agent-skills
  2. Restart Cursor or run Developer: Reload Window

Codex CLI

Skills in this repository follow the agentskills.io open standard and are compatible with OpenAI Codex.

Codex CLI v0.121.0 and later supports a plugin marketplace. This repository ships a Codex-native marketplace manifest at .agents/plugins/marketplace.json, so you can register dotnet/skills as a marketplace and install plugins from it directly.

  1. Add the marketplace:

``bash codex plugin marketplace add dotnet/skills ``

  1. Launch Codex and open the plugin browser:

`` /plugins ``

  1. Browse the dotnet-agent-skills tab and install the desired plugins.
  2. Update plugins on demand:

``bash codex plugin marketplace upgrade dotnet-agent-skills ``

You can also install individual skills using the skill-installer CLI with the GitHub URL:

bash
$ skill-installer install https://github.com/dotnet/skills/tree/main/plugins/<plugin>/skills/<skill-name>

Contributing

See CONTRIBUTING.md for contribution guidelines and how to add a new plugin.

License

See LICENSE for details.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/dotnet-aspnet.md https://raw.githubusercontent.com/dotnet/skills/main/SKILL.md
3
Invoke in Claude Code
/dotnet-aspnet
View source on GitHub
api

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is dotnet-aspnet?

ASP.NET Core web development skills including middleware, endpoints, real-time communication, and API patterns.

How to install dotnet-aspnet?

To install dotnet-aspnet: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/dotnet-aspnet.md https://raw.githubusercontent.com/dotnet/skills/main/SKILL.md. Finally, /dotnet-aspnet in Claude Code.

What is dotnet-aspnet best for?

dotnet-aspnet is a skill categorized under General. It is designed for: api. Created by .NET Team at Microsoft.