#141 · Primary category: AI Coding Assistants
skills
Repository for skills to assist AI coding agents with .NET and C#
Project last updated:08/29/26
GitHub Stars
5.3K
Forks
402
Contributors
62
License
MIT
Why we included this project
Because it comes from the .NET team itself, this repo is about as close to an official answer as you'll get when you want an AI coding agent to work well with C#. Rather than one plugin, it bundles focused skills for specific jobs: the C# language server plugin gives agents editor-grade IntelliSense, and separate bundles cover Entity Framework and data access, performance debugging, MSBuild failures, NuGet dependency management, test generation and migration, and MAUI troubleshooting. Teams modernizing older frameworks will find the upgrade plugin useful, and the dotnet-ai bundle covers LLM integration and agentic workflows for people building AI features in .NET. Since the same team maintains both the platform and these skills, they tend to track current .NET versions closely. For a developer or lead deciding what their agents should know about .NET, this saves you from assembling that knowledge yourself.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.