back to home

dotnet / skills

Repository for skills to assist AI coding agents with .NET and C#

545 stars
50 forks
89 issues
C#PowerShellJavaScript

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing dotnet/skills in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Source files are only loaded when you start an analysis to optimize performance.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind.in/repo/dotnet/skills)
Preview:Analyzed by RepoMind

Repository Overview (README excerpt)

Crawler view

.NET Agent 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. What's Included | Plugin | Description | |--------|-------------| | 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-msbuild | Comprehensive MSBuild and .NET build skills: failure diagnosis, performance optimization, code quality, and modernization. | | dotnet-upgrade | Skills for migrating and upgrading .NET projects across framework versions, language features, and compatibility targets. | | dotnet-maui | Skills for .NET MAUI development: environment setup, diagnostics, and troubleshooting. | | dotnet-ai | AI and ML skills for .NET: technology selection, LLM integration, agentic workflows, RAG pipelines, MCP, and classic ML with ML.NET. | | dotnet-test | Skills for running, diagnosing, and migrating .NET tests: test execution, filtering, platform detection, and MSTest workflows. | Installation 🚀 Plugins - Copilot CLI / Claude Code • Launch Copilot CLI or Claude Code • Add the marketplace: • Install a plugin: • Restart to load the new plugins • View available skills: • View available agents: • Update plugin (on demand): 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. Once configured, type in Copilot Chat or use the filter in Extensions to browse and install plugins from the marketplace. ⚡ Agentic Workflows Some plugins include GitHub Agentic Workflow templates for CI/CD automation: • Install the CLI extension • Copy the desired workflow files and the directory to your repository's • Compile and commit: • Commit both the and generated files Contributing See CONTRIBUTING.md for contribution guidelines and how to add a new plugin. License See LICENSE for details.