askill
Aaronontheweb

Aaronontheweb

Publisher on askill

8.6k total stars
Skills25
Updated 2/21/2026
GitHub
microsoft-extensions-configuration
microsoft-extensions-configuration
Aaronontheweb2/21/2026

Microsoft.Extensions.Options patterns including IValidateOptions, strongly-typed settings, validation on startup, and the Options pattern for clean configuration management.

412
crap-analysis
crap-analysis
Aaronontheweb2/21/2026

Analyze code coverage and CRAP (Change Risk Anti-Patterns) scores to identify high-risk code. Use OpenCover format with ReportGenerator for Risk Hotspots showing cyclomatic complexity and untested cod...

403
AI 92
mjml-email-templates
mjml-email-templates
Aaronontheweb2/21/2026

Build responsive email templates using MJML markup language. Compiles to cross-client HTML that works in Outlook, Gmail, and Apple Mail. Includes template renderer, layout patterns, and variable subst...

403
AI 90
ilspy-decompile
ilspy-decompile
Aaronontheweb2/21/2026

Understand implementation details of .NET code by decompiling assemblies. Use when you want to see how a .NET API works internally, inspect NuGet package source, view framework implementation, or unde...

403
AI 88
akka-net-best-practices
akka-net-best-practices
Aaronontheweb2/21/2026

Critical Akka.NET best practices including EventStream vs DistributedPubSub, supervision strategies, error handling, Props vs DependencyResolver, work distribution patterns, and cluster/local mode abs...

403
AI 88
akka-net-testing-patterns
akka-net-testing-patterns
Aaronontheweb2/21/2026

Write unit and integration tests for Akka.NET actors using modern Akka.Hosting.TestKit patterns. Covers dependency injection, TestProbes, persistence testing, and actor interaction verification. Inclu...

403
AI 84
modern-csharp-coding-standards
modern-csharp-coding-standards
Aaronontheweb2/21/2026

Write modern, high-performance C# code using records, pattern matching, value objects, async/await, Span<T>/Memory<T>, and best-practice API design patterns. Emphasizes functional-style programming wi...

403
aspire-service-defaults
aspire-service-defaults
Aaronontheweb2/21/2026

Create a shared ServiceDefaults project for Aspire applications. Centralizes OpenTelemetry, health checks, resilience, and service discovery configuration across all services.

403
testcontainers-integration-tests
testcontainers-integration-tests
Aaronontheweb2/21/2026

Write integration tests using TestContainers for .NET with xUnit. Covers infrastructure testing with real databases, message queues, and caches in Docker containers instead of mocks.

400
AI 95
csharp-concurrency-patterns
csharp-concurrency-patterns
Aaronontheweb2/21/2026

Choosing the right concurrency abstraction in .NET - from async/await for I/O to Channels for producer/consumer to Akka.NET for stateful entity management. Avoid locks and manual synchronization unles...

400
AI 88
akka-net-management
akka-net-management
Aaronontheweb2/21/2026

Akka.Management for cluster bootstrapping, service discovery (Kubernetes, Azure, Config), health checks, and dynamic cluster formation without static seed nodes.

400
AI 88
dependency-injection-patterns
dependency-injection-patterns
Aaronontheweb2/21/2026

Organize DI registrations using IServiceCollection extension methods. Group related services into composable Add* methods for clean Program.cs and reusable configuration in tests.

400
snapshot-testing
snapshot-testing
Aaronontheweb2/13/2026

Use Verify for snapshot testing in .NET. Approve API surfaces, HTTP responses, rendered emails, and serialized outputs. Detect unintended changes through human-reviewed baseline files.

328
AI 95
verify-email-snapshots
verify-email-snapshots
Aaronontheweb2/13/2026

Snapshot test email templates using Verify to catch regressions. Validates rendered HTML output matches approved baseline. Works with MJML templates and any email renderer.

328
AI 92
akka-net-aspire-configuration
akka-net-aspire-configuration
Aaronontheweb2/13/2026

Configure Akka.NET with .NET Aspire for local development and production deployments. Covers actor system setup, clustering, persistence, Akka.Management integration, and Aspire orchestration patterns...

328
AI 82
dotnet-slopwatch
dotnet-slopwatch
Aaronontheweb2/13/2026

Use Slopwatch to detect LLM reward hacking in .NET code changes. Run after every code modification to catch disabled tests, suppressed warnings, empty catch blocks, and other shortcuts that mask real...

328
AI 82
dotnet-devcert-trust
dotnet-devcert-trust
Aaronontheweb2/13/2026

Diagnose and fix .NET HTTPS dev certificate trust issues on Linux. Covers the full certificate lifecycle from generation to system CA bundle inclusion, with distro-specific guidance for Ubuntu, Fedora...

328
AI 82
marketplace-publishing
marketplace-publishing
Aaronontheweb2/13/2026

Workflow for publishing skills and agents to the dotnet-skills Claude Code marketplace. Covers adding new content, updating plugin.json, validation, and release tagging.

328

Showing 18 of 25