dotnet/skills: Curated .NET Agent Skills for AI Coding Agents
This repository profile is provided by osrepos.com, an open source repository discovery platform.

Summary
The dotnet/skills repository provides a curated collection of core skills and custom agents designed to assist AI coding agents with .NET and C# development. It offers a comprehensive set of plugins covering various aspects of the .NET ecosystem, from data access and diagnostics to AI integration and project upgrades. This resource empowers developers to enhance their AI-driven coding workflows with specialized .NET capabilities.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
The dotnet/skills repository is a pivotal resource from the .NET team, offering a curated set of core skills and custom agents specifically designed for AI coding agents. This initiative aims to enhance the capabilities of AI in assisting with .NET and C# development tasks. Adhering to the Agent Skills standard, this repository provides a robust framework for integrating specialized .NET knowledge into AI workflows.
Installation
The dotnet/skills repository supports various platforms for installing its plugins.
? Plugins - Copilot CLI / Claude Code
- Launch Copilot CLI or Claude Code
- Add the marketplace:
/plugin marketplace add dotnet/skills - Install a plugin:
/plugin install <plugin>@dotnet-agent-skills - Restart to load the new plugins
- View available skills:
/skills - View available agents:
/agents - 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.
// 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:
- Open the marketplace panel in Cursor
- Search for
.NETor browse cursor.com/marketplace - Install the desired plugins
For local development or unpublished changes, import plugins from a local checkout:
- Copy or symlink your local checkout to
~/.cursor/plugins/local/dotnet-agent-skills - 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.
Install individual skills using the skill-installer CLI with the GitHub URL:
$ skill-installer install https://github.com/dotnet/skills/tree/main/plugins/<plugin>/skills/<skill-name>
Examples
The repository includes a wide array of plugins, each designed to address specific .NET development needs. Here are a few examples of the specialized skills available:
- dotnet: Collection of core .NET skills for handling common .NET coding tasks.
- dotnet-data: Skills for .NET data access and Entity Framework related tasks.
- dotnet-diag: Skills for .NET performance investigations, debugging, and incident analysis.
- dotnet-ai: AI and ML skills for .NET, including technology selection, LLM integration, and RAG pipelines.
- dotnet-upgrade: Skills for migrating and upgrading .NET projects across framework versions, language features, and compatibility targets.
Why Use It
Leveraging the dotnet/skills repository offers significant advantages for developers working with AI coding agents. It provides access to a rich, curated set of Microsoft-backed skills, ensuring high quality and relevance for .NET and C# projects. By integrating these skills, AI agents can perform more accurate diagnostics, streamline development workflows, assist with complex upgrades, and even guide AI/ML integration within .NET applications. This ultimately leads to increased efficiency, reduced manual effort, and more reliable AI assistance in coding.
Links
Related repositories
Similar repositories that may be relevant next.

book-to-skill: Transform Technical Books into AI Agent Skills
August 27, 2026
book-to-skill is a Python project that converts technical books, documents, or source collections into structured agent skills. It allows AI agents like GitHub Copilot CLI or Claude Code to load content on demand, providing accurate answers without hallucination. This tool optimizes learning and reference by distilling complex information into an easily queryable format.
awesome-agent-skills: A Curated Collection of 1000+ AI Agent Skills
August 22, 2026
VoltAgent's awesome-agent-skills is a comprehensive repository featuring over 1000 hand-picked AI agent skills from official development teams and the community. This valuable resource supports various AI coding assistants like Claude Code, Codex, Gemini CLI, and Cursor. It stands out for its focus on real-world, non-AI-generated skills, making it an essential toolkit for developers building intelligent agents.
Awesome Agent Skills: A Curated Directory for AI Coding Agents
August 20, 2026
Awesome Agent Skills is a comprehensive directory of skills, tools, and plugins designed for AI coding agents. It stands out by covering various agent skill ecosystems, including Agent Skills (SKILL.md), MCP servers, Cursor rules, and more, all in one centralized location. This resource helps developers and AI enthusiasts discover and implement capabilities across different AI agent platforms.

AgentSkills: A Curated Collection for LLM Agent Skills and Resources
August 20, 2026
AgentSkills is an extensive curated collection of resources, papers, tools, projects, and frameworks focused on building and deploying skills for large language models. This repository serves as a central hub for understanding the LLM skills ecosystem, from Anthropic's official systems to academic research and open-source agent frameworks. It is an invaluable resource for anyone exploring the rapidly evolving field of AI agents.
Source repository
Open the original repository on GitHub.
27 counted GitHub visits