dotnet/skills

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

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 50 minutes ago
Added to GitGenius on September 12th, 2026
Created on February 3rd, 2026
Open Issues & Pull Requests: 88 (-1)
GitHub issues: Enabled
Number of forks: 414
Total Stargazers: 5,413 (+1)
Total Subscribers: 38 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 5.7 hours
Mean response time: 5.6 days
90th percentile: 14.5 days
Tracked items: 159

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 63% of open issues come from outside the core team, a mix of external reports and the maintainers' own roadmap. Work labelled "Triaged" is answered fastest, typically in under an hour, while "infrastructure" waits about 4 days. 34% of tracked open issues have had no activity in three months. Only 8% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 76
New in 7 days: 14
Closed in 7 days: 10
Avg open age: 105 days
Stale 30+ days: 52
Stale 90+ days: 23

Recent activity

Opened in 7 days: 11
Closed in 7 days: 10
Comments in 7 days: 3
Events in 7 days: 6

Top labels

  • agentic-workflows (94)
  • Triaged (45)
  • skill (37)
  • infrastructure (24)
  • task (20)
  • area-ai (14)
  • area-msbuild (13)
  • area-dotnet (11)

Detailed Description

dotnet/skills is a collection of agent skills that enable AI coding agents to work with .NET and C# projects.

The repository addresses the need for AI agents to understand and interact with the .NET ecosystem by providing curated skills organized into specialized plugins. Each plugin encapsulates domain-specific knowledge for particular .NET tasks, from language server integration and build system management to testing, data access, and framework-specific development. The skills follow the Agent Skills standard, allowing them to be discovered and used by compatible coding agents.

Developers should adopt this tool if they are building or using AI coding agents that need to work with .NET projects. The collection suits teams working across various .NET scenarios: web development with ASP.NET Core and Blazor, cross-platform mobile development with MAUI, data access patterns with Entity Framework, package management with NuGet, test framework migration, performance diagnostics, and AI integration within .NET applications. The skills are designed to work with Copilot CLI, Claude Code, VS Code with Copilot Chat, and Cursor, making them accessible across multiple development environments.

The project maintains a Skill Value dashboard that tracks token usage, elapsed time, activation rates, and pass rates across different plugins, skills, executor models, and judge models, providing transparency into how each skill performs. Development activity shows consistent expansion of the skill set with new plugins being added to cover emerging .NET capabilities and frameworks. The repository demonstrates active maintenance through regular updates to existing plugins and the addition of specialized skill collections for new .NET features and versions.