dotnet-skills
Modern .NET guidance for builds, testing, Blazor, MAUI, and upgrades
All Skills in This Repository (63)
Pure Emerald Level Indicatorsdotnet-code-analysis
Configure .NET projects with Roslyn analyzers and .editorconfig rules.
dotnet-microsoft-extensions-ai
Integrate provider-agnostic AI abstractions into .NET applications.
dotnet-analyzer-config
Create a repository-wide .editorconfig file configuring .NET analyzer and style rules.
dotnet-wcf
Configure, maintain, and migrate Windows Communication Foundation (WCF) services.
dotnet-coverlet
Configure Coverlet code coverage for .NET projects and CI/CD pipelines.
dotnet-project-setup
Create .NET solutions with centralized MSBuild settings and package management.
dotnet-signalr
Implement and review real-time features in ASP.NET Core applications using SignalR.
dotnet-cloc
Measure lines of code and language mix in .NET repositories with cloc.
dotnet-managedcode-communication
Implement explicit result objects and structured errors in .NET service boundaries.
dotnet-quality-ci
Configure .NET code-quality gates for CI pipelines.
dotnet-entity-framework-core
Guide Entity Framework Core data modeling, query optimization, and migrations for .NET applications.
dotnet-netarchtest
Enforce .NET architectural rules with NetArchTest.Rules in unit tests.
Frequently Asked Questions
FAQPage SchemaHow to install dotnet-skills?โผ
Run `npx skills add managedcode/dotnet-skills --all -g -y` in your terminal to install the full .NET skill catalog globally.
What problems does dotnet-skills solve?โผ
It stops AI agents from generating outdated .NET code, such as EF6 patterns in modern projects, wrong Blazor render modes, or legacy MSBuild setups. Each skill encodes current official guidance for a specific .NET framework, tool, or workflow.
Which .NET areas does the catalog cover?โผ
It covers ASP.NET Core, Blazor, MAUI, Entity Framework Core, MSBuild and build performance, unit testing and test migrations, .NET version upgrades, templates, and AI libraries like Semantic Kernel and Microsoft Agent Framework.
Does dotnet-skills work with Claude Code and other agents?โผ
Yes. All skills follow the universal SKILL.md standard and work in Claude Code, GitHub Copilot, Codex, Gemini, Cursor, and other compatible agents.
Can I install only the skills my project needs?โผ
Yes. You can install individual skills or focused bundles (for example quality, frontend, or Orleans) instead of the whole catalog, and the tooling can auto-detect relevant skills from your project files.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core