skills
Official .NET skills for AI coding agents: build, test, migrate, diagnose
All Skills in This Repository (103)
Pure Emerald Level Indicatorssample-skill
Generate time-appropriate greetings that include the recipient's name.
no-eval-skill
Test skill discovery and validation for entries lacking an eval.yaml file.
optimizing-ef-core-queries
Optimize Entity Framework Core LINQ queries by resolving N+1 problems and configuring tracking.
technology-selection
Guide .NET 8+ AI/ML technology selection across ML.NET, MEAI, MAF, and ONNX Runtime.
dotnet-maui-doctor
Diagnose and fix .NET MAUI environment configuration issues across platforms.
dotnet-aot-compat
Fix .NET Native AOT and trimming IL analyzer warnings.
migrate-nullable-references
Migrate .NET projects to C# Nullable Reference Types and resolve CS86xx warnings.
migrate-dotnet10-to-dotnet11
Migrate .NET 10 projects to .NET 11 by updating target frameworks and resolving breaking changes.
migrate-dotnet9-to-dotnet10
Migrate .NET 9 projects to .NET 10 and resolve breaking changes.
migrate-dotnet8-to-dotnet9
Migrate .NET 8 projects to .NET 9 by updating target framework and dependencies.
thread-abort-migration
Migrate .NET Framework Thread.Abort code to CancellationToken-based cooperative cancellation.
msbuild-antipatterns
Identify and fix anti-patterns in MSBuild project files.
Frequently Asked Questions
FAQPage SchemaHow to install dotnet/skills?โผ
Run `npx skills add dotnet/skills --all -g -y` in your terminal to install all .NET skill plugins globally for your AI agent.
What can .NET agent skills do?โผ
They guide AI agents through real .NET tasks: diagnosing slow MSBuild builds, migrating between .NET versions, writing Blazor and Web API code, fixing EF Core performance, and analyzing crash dumps.
Do these skills work with Claude Code and Copilot CLI?โผ
Yes. The plugins follow the open agentskills.io standard and install via plugin marketplaces in Claude Code, Copilot CLI, Cursor, VS Code, and Codex CLI.
Can AI agents migrate my project to a newer .NET version?โผ
Yes. The dotnet-upgrade plugin walks agents through version-to-version migrations, resolving every breaking change in the compiler, runtime, ASP.NET Core, and EF Core.
How do agents diagnose slow .NET builds?โผ
The dotnet-msbuild plugin teaches agents to capture binary logs, find bottlenecks like slow analyzers or broken incremental builds, and apply targeted fixes.
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