Wardn HubTrusted MCP server directory.

Registry

  • MCP Servers
  • Skills
  • Categories

Resources

  • API docs
  • Score method

Contribute

  • Submit server
  • Advertise
© 2026 Wardn Hub
Wardn Hub
MCP ServersSkillsCategoriesAPI docsSubmit server
Submit server
skills/Aaronontheweb/dotnet-skills
Source

Aaronontheweb/dotnet-skills

Skills
34
#SkillSourceInstalls
1akka-hosting-actor-patternsS · 99Patterns for building entity actors with Akka.Hosting - GenericChildPerEntityParent, message extractors, cluster sharding abstraction, akka-reminders, and ITimeProvider. Supports both local testing and clustered production modes.Coding AgentsAaronontheweb/dotnet-skills · 0 installsAaronontheweb/dotnet-skills02akka-net-aspire-configurationB- · 29
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.
Developer Tools
Aaronontheweb/dotnet-skills · 0 installs
Aaronontheweb/dotnet-skills
0
3akka-net-best-practicesA · 79Critical Akka.NET best practices including EventStream vs DistributedPubSub, supervision strategies, error handling, Props vs DependencyResolver, work distribution patterns, and cluster/local mode abstractions for testability.Coding AgentsAaronontheweb/dotnet-skills · 0 installsAaronontheweb/dotnet-skills0
4akka-net-managementA+ · 95Akka.Management for cluster bootstrapping, service discovery (Kubernetes, Azure, Config), health checks, and dynamic cluster formation without static seed nodes.Cloud PlatformsAaronontheweb/dotnet-skills · 0 installsAaronontheweb/dotnet-skills0
5akka-net-testing-patternsA+ · 98Write unit and integration tests for Akka.NET actors using modern Akka.Hosting.TestKit patterns. Covers dependency injection, TestProbes, persistence testing, and actor interaction verification. Includes guidance on when to use traditional TestKit.Developer ToolsAaronontheweb/dotnet-skills · 0 installsAaronontheweb/dotnet-skills0
6api-designS · 99Design stable, compatible public APIs using extend-only design principles. Manage API compatibility, wire compatibility, and versioning for NuGet packages and distributed systems.Coding AgentsAaronontheweb/dotnet-skills · 0 installsAaronontheweb/dotnet-skills0
7aspire-integration-testingA- · 74Write integration tests using .NET Aspire's testing facilities with xUnit. Covers test fixtures, distributed application setup, endpoint discovery, and patterns for testing ASP.NET Core apps with real dependencies.Developer ToolsAaronontheweb/dotnet-skills · 0 installsAaronontheweb/dotnet-skills0
8aspire-service-defaultsA+ · 95Create a shared ServiceDefaults project for Aspire applications. Centralizes OpenTelemetry, health checks, resilience, and service discovery configuration across all services.Developer ToolsAaronontheweb/dotnet-skills · 0 installsAaronontheweb/dotnet-skills0
9crap-analysisA+ · 95Analyze 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 code paths.Developer ToolsAaronontheweb/dotnet-skills · 0 installsAaronontheweb/dotnet-skills0
10csharp-concurrency-patternsA+ · 98Choosing 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 unless absolutely necessary.Coding AgentsAaronontheweb/dotnet-skills · 0 installsAaronontheweb/dotnet-skills0
11database-performanceA+ · 95Database access patterns for performance. Separate read/write models, avoid N+1 queries, use AsNoTracking, apply row limits, and never do application-side joins. Works with EF Core and Dapper.DatabasesAaronontheweb/dotnet-skills · 0 installsAaronontheweb/dotnet-skills0
12dependency-injection-patternsS · 99Organize DI registrations using IServiceCollection extension methods. Group related services into composable Add* methods for clean Program.cs and reusable configuration in tests.Developer ToolsAaronontheweb/dotnet-skills · 0 installsAaronontheweb/dotnet-skills0
13dotnet-devcert-trustA+ · 95Diagnose 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, Arch, and WSL2.CryptographyAaronontheweb/dotnet-skills · 0 installsAaronontheweb/dotnet-skills0
14dotnet-local-toolsA · 79Managing local .NET tools with dotnet-tools.json for consistent tooling across development environments and CI/CD pipelines.Developer ToolsAaronontheweb/dotnet-skills · 0 installsAaronontheweb/dotnet-skills0
15dotnet-project-structureA+ · 95Modern .NET project structure including .slnx solution format, Directory.Build.props, central package management, SourceLink, version management with RELEASE_NOTES.md, and SDK pinning with global.json.Developer ToolsAaronontheweb/dotnet-skills · 0 installsAaronontheweb/dotnet-skills0
16dotnet-slopwatchA · 79Use 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 problems.Coding AgentsAaronontheweb/dotnet-skills · 0 installsAaronontheweb/dotnet-skills0
17efcore-patternsS · 99Entity Framework Core best practices including NoTracking by default, query splitting for navigation collections, migration management, dedicated migration services, and common pitfalls to avoid.DatabasesAaronontheweb/dotnet-skills · 0 installsAaronontheweb/dotnet-skills0
18ilspy-decompileA · 79Understand 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 understand compiled .NET binaries.Developer ToolsAaronontheweb/dotnet-skills · 0 installsAaronontheweb/dotnet-skills0
19mailpit-integrationA · 79Test email sending locally using Mailpit with .NET Aspire. Captures all outgoing emails without sending them. View rendered HTML, inspect headers, and verify delivery in integration tests.Developer ToolsAaronontheweb/dotnet-skills · 0 installsAaronontheweb/dotnet-skills0
20marketplace-publishingA+ · 95Workflow for publishing skills and agents to the dotnet-skills Claude Code marketplace. Covers adding new content, updating plugin.json, validation, and release tagging.Developer ToolsAaronontheweb/dotnet-skills · 0 installsAaronontheweb/dotnet-skills0
21microsoft-extensions-configurationS · 99Microsoft.Extensions.Options patterns including IValidateOptions, strongly-typed settings, validation on startup, and the Options pattern for clean configuration management.Developer ToolsAaronontheweb/dotnet-skills · 0 installsAaronontheweb/dotnet-skills0
22mjml-email-templatesA+ · 95Build 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 substitution.CommunicationAaronontheweb/dotnet-skills · 0 installsAaronontheweb/dotnet-skills0
23modern-csharp-coding-standardsA+ · 97Write 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 with C# 12+ features.Coding AgentsAaronontheweb/dotnet-skills · 0 installsAaronontheweb/dotnet-skills0
24opentelemetry-net-instrumentationA+ · 96Provides guidance for implementing OpenTelemetry instrumentation in .NET codebases, covering tracing (Activities/Spans), metrics, logs, naming conventions, error handling, performance, SDK setup, resources, context propagation, and API design best practices.MonitoringAaronontheweb/dotnet-skills · 0 installsAaronontheweb/dotnet-skills0
25package-managementA · 75Manage NuGet packages using Central Package Management (CPM) and dotnet CLI commands. Never edit XML directly - use dotnet add/remove/list commands. Use shared version variables for related packages.Developer ToolsAaronontheweb/dotnet-skills · 0 installsAaronontheweb/dotnet-skills0
26playwright-blazor-testingA · 79Write UI tests for Blazor applications (Server or WebAssembly) using Playwright. Covers navigation, interaction, authentication, selectors, and common Blazor-specific patterns.Developer ToolsAaronontheweb/dotnet-skills · 0 installsAaronontheweb/dotnet-skills0
27playwright-ci-cachingA · 79Cache Playwright browser binaries in CI/CD pipelines (GitHub Actions, Azure DevOps) to avoid 1-2 minute download overhead on every build.Developer ToolsAaronontheweb/dotnet-skills · 0 installsAaronontheweb/dotnet-skills0
28r3-reactive-extensionsA+ · 98Build reactive/event-driven C# with R3 (Cysharp's modern reimplementation of Reactive Extensions). Covers the Observable<T>/Observer<T> model, the OnErrorResume error contract, async dispatch with AwaitOperation, Task/IAsyncEnumerable integration, TimeProvider/FrameProvider scheduling, the concurrency contract, and how R3 differs from System.Reactive (Rx.NET).Coding AgentsAaronontheweb/dotnet-skills · 0 installsAaronontheweb/dotnet-skills0
29serializationS · 99Choose the right serialization format for .NET applications. Prefer schema-based formats (Protobuf, MessagePack) over reflection-based (Newtonsoft.Json). Use System.Text.Json with AOT source generators for JSON scenarios.Developer ToolsAaronontheweb/dotnet-skills · 0 installsAaronontheweb/dotnet-skills0
30skills-index-snippetsA+ · 95Create and maintain AGENTS.md / CLAUDE.md snippet indexes that route tasks to the correct dotnet-skills skills and agents (including compressed Vercel-style indexes).Coding AgentsAaronontheweb/dotnet-skills · 0 installsAaronontheweb/dotnet-skills0
31snapshot-testingS · 99Use Verify for snapshot testing in .NET. Approve API surfaces, HTTP responses, rendered emails, and serialized outputs. Detect unintended changes through human-reviewed baseline files.Developer ToolsAaronontheweb/dotnet-skills · 0 installsAaronontheweb/dotnet-skills0
32testcontainers-integration-testsA · 79Write integration tests using TestContainers for .NET with xUnit. Covers infrastructure testing with real databases, message queues, and caches in Docker containers instead of mocks.Developer ToolsAaronontheweb/dotnet-skills · 0 installsAaronontheweb/dotnet-skills0
33type-design-performanceS · 99Design .NET types for performance. Seal classes, use readonly structs, prefer static pure functions, avoid premature enumeration, and choose the right collection types.Developer ToolsAaronontheweb/dotnet-skills · 0 installsAaronontheweb/dotnet-skills0
34verify-email-snapshotsA+ · 95Snapshot test email templates using Verify to catch regressions. Validates rendered HTML output matches approved baseline. Works with MJML templates and any email renderer.Developer ToolsAaronontheweb/dotnet-skills · 0 installsAaronontheweb/dotnet-skills0
Source repository