Agent Skills by Nick Zdanovych
Showing 16 vetted skills indexed across 1 GitHub repositories.
convention-learner
Detect repository conventions and generate matching .NET code.
error-handling
Standardize .NET API error handling with typed results and ProblemDetails.
modern-csharp
Refactor .NET 8+ C# classes using C# 12–14 language features.
vertical-slice
Structure .NET API features into slices with endpoints, DTOs, validators, and handlers.
opentelemetry
Configure OpenTelemetry SDK tracing and metrics for ASP.NET Core services.
ddd
Standardize Domain-Driven Design modeling in .NET with aggregate roots, value objects, and domain events.
testing-dotnet
Generate maintainable xUnit unit and integration tests for .NET projects.
ef-core-patterns
Guide EF Core migrations, Fluent API configurations, and query optimization in .NET.
dotnet-project-init
Discover .NET solution structure, frameworks, and EF Core contexts.
resilience
Implement .NET fault-tolerant operations with Polly v8 resilience pipelines.
aspnet-api-patterns
Define ASP.NET Core API patterns for controllers, minimal APIs, middleware, and JWT authentication.
clean-architecture
Validate .NET project references and DI registrations against clean architecture layer rules.
caching
Guide HybridCache, output cache, and IMemoryCache usage with tag-based invalidation.
authentication
Implement JWT, Identity, and OIDC authentication with policy-based authorization for ASP.NET Core APIs.
logging
Standardize Serilog structured logging in ASP.NET Core applications.
blazor-patterns
Standardize Blazor component patterns for render modes, state, and interop.