Comprehensive .NET development guidelines covering DDD, SOLID principles, ASP.NET Core REST APIs, and C# best practices. Use when working with: (1) C# code files (.cs), (2) .NET project files (.csproj, .sln), (3) ASP.NET Core applications, (4) Domain-Driven Design implementations, (5) REST API development, (6) Entity Framework Core, (7) Unit/integration testing in .NET. Specifically triggers for: classes inheriting AggregateRoot/Entity, services with IRepository dependencies, controllers inheriting ControllerBase, or files in Domain/Application/Infrastructure folders.
$npx -y skills add ibutters/claudecodeplugins --skill dotnet-developmentInstalls into the current project.
Run `npx skills use "https://github.com/ibutters/claudecodeplugins" --skill "ibutters/claudecodeplugins/dotnet-development"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/ibutters/claudecodeplugins" that are relevant to the current task. Run `npx skills add "https://github.com/ibutters/claudecodeplugins"` and select the relevant skills, then follow their instructions.