Use a repo-root `.editorconfig` to configure free .NET analyzer and style rules. Use when a .NET repo needs rule...
find ~/managedcode/ -name "*.skill"
Design or review .NET solution architecture across modular monoliths, clean architecture, vertical slices,...
Use the open-source free `ArchUnitNET` library for architecture rules in .NET tests. Use when a repo needs richer...
Use .NET Aspire to orchestrate distributed .NET applications locally with service discovery, telemetry, dashboards,...
Build, debug, modernize, or review ASP.NET Core applications with correct hosting, middleware, security,...
Build, review, or migrate Azure Functions in .NET with correct execution model, isolated worker setup, bindings, DI,...
Build and review Blazor applications across server, WebAssembly, web app, and hybrid scenarios with correct...
Use the open-source free `cloc` tool for line-count, language-mix, and diff statistics in .NET repositories. Use...
Use the free built-in .NET SDK analyzers and analysis levels. Use when a .NET repo needs first-party code analysis,...
Review .NET changes for bugs, regressions, architectural drift, missing tests, incorrect async or disposal behavior,...
Use the open-source CodeQL ecosystem for .NET security analysis. Use when a repo needs CodeQL query packs, CLI-based...
Use free built-in .NET maintainability analyzers and code metrics configuration to find overly complex methods and...
Use the open-source free `coverlet` toolchain for .NET code coverage. Use when a repo needs line and branch...
Use the open-source free `CSharpier` formatter for C# and XML. Use when a .NET repo intentionally wants one...
Design, tune, or review EF Core data access with proper modeling, migrations, query translation, performance, and...
Maintain or migrate EF6-based applications with realistic guidance on what to keep, what to modernize, and when EF...
Use the free first-party `dotnet format` CLI for .NET formatting and analyzer fixes. Use when a .NET repo needs...
Build or review gRPC services and clients in .NET with correct contract-first design, streaming behavior, transport...
Maintain classic ASP.NET applications on .NET Framework, including Web Forms, older MVC, and legacy hosting...
Use ManagedCode.Communication when a .NET application needs explicit result objects, structured errors, and...