Aaronontheweb

57 mods across 3 repositories, 1.4k stars between them.

dotnet-skills

01

Aaronontheweb/dotnet-skills

Plugin Claude Code

Official Claude Code Marketplace for .NET development - C#, F#, Akka.NET, Aspire, testing frameworks, and specialized tools.

1.1k 24d ago A tokens not measured original MIT

dotnet-skills

02

Aaronontheweb/dotnet-skills

Plugin Claude Code

Comprehensive .NET development skills and agents for Claude Code - covering C#, F#, Akka.NET, Aspire, testing frameworks, and specialized tools.

1.1k 24d ago A tokens not measured original MIT

Aaronontheweb/dotnet-skills

Instructions file CodexOpenCode

Instructions for Aaronontheweb/dotnet-skills, covering agents.md, repository purpose, structure, skill naming convention and file formats.

1.1k 24d ago A 1,291 tokens original MIT

Aaronontheweb/dotnet-skills

Instructions file

Instructions for Aaronontheweb/dotnet-skills, a project described as: Claude Code skills and sub-agents for .NET Developers.

1.1k 24d ago A 3 tokens copy · 100% MIT

akka-net-specialist

05

Aaronontheweb/dotnet-skills

Agent

Expert in Akka.NET architecture, actor systems, and distributed computing patterns. Specializes in analyzing actor lifecycle issues, message passing problems, cluster coordination, persistence, and stream processing. Use for Akka.NET-specific debugging, architecture decisions, and understanding actor system behavior.

1.1k 24d ago A 58 tokens original MIT

docfx-specialist

06

Aaronontheweb/dotnet-skills

Agent

Expert in DocFX documentation system, markdown formatting, and Akka.NET documentation standards. Handles DocFX-specific syntax, API references, build validation, and compliance with project documentation guidelines. Integrates markdownlint and DocFX compilation checks.

1.1k 24d ago A 51 tokens original MIT

Aaronontheweb/dotnet-skills

Agent

Expert in designing effective .NET performance benchmarks and instrumentation. Specializes in BenchmarkDotNet patterns, custom benchmark design, profiling setup, and choosing the right measurement approach for different scenarios. Knows when BenchmarkDotNet isn't suitable and custom benchmarks are needed.

1.1k 24d ago A 57 tokens original MIT

Aaronontheweb/dotnet-skills

Agent

Expert in .NET concurrency, threading, and race condition analysis. Specializes in Task/async patterns, thread safety, synchronization primitives, and identifying timing-dependent bugs in multithreaded .NET applications. Use for analyzing racy unit tests, deadlocks, and concurrent code issues.

1.1k 24d ago A 64 tokens original MIT

Aaronontheweb/dotnet-skills

Agent

Expert in analyzing .NET application performance data, profiling results, and benchmark comparisons. Specializes in JetBrains profiler analysis, BenchmarkDotNet result interpretation, baseline comparisons, regression detection, and performance bottleneck identification.

1.1k 24d ago A 49 tokens original MIT

Aaronontheweb/dotnet-skills

Skill Claude CodeCodex

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.

1.1k 24d ago A 43 tokens original MIT

Aaronontheweb/dotnet-skills

Skill Claude CodeCodex

Critical 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.

1.1k 24d ago A 46 tokens original MIT

Aaronontheweb/dotnet-skills

Skill Claude CodeCodex

Patterns 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.

1.1k 24d ago A 51 tokens original MIT

akka-net-management

14

Aaronontheweb/dotnet-skills

Skill Claude CodeCodex

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

1.1k 24d ago A 35 tokens original MIT

Aaronontheweb/dotnet-skills

Skill Claude CodeCodex

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. Includes guidance on when to use traditional TestKit.

1.1k 24d ago A 51 tokens original MIT

Aaronontheweb/dotnet-skills

Skill Claude CodeCodex

Configure Aspire AppHost to emit explicit app config via environment variables; keep app code free of Aspire clients and service discovery.

1.1k 24d ago A 29 tokens original MIT

Aaronontheweb/dotnet-skills

Skill Claude CodeCodex

Write 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.

1.1k 24d ago A 43 tokens original MIT

mailpit-integration

18

Aaronontheweb/dotnet-skills

Skill Claude CodeCodex

Test 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.

1.1k 24d ago A 40 tokens original MIT

Aaronontheweb/dotnet-skills

Skill Claude CodeCodex

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

1.1k 24d ago A 34 tokens original MIT

crap-analysis

20

Aaronontheweb/dotnet-skills

Skill Claude CodeCodex

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 code paths.

1.1k 24d ago C 45 tokens original MIT

api-design

21

Aaronontheweb/dotnet-skills

Skill Claude CodeCodex

Design stable, compatible public APIs using extend-only design principles. Manage API compatibility, wire compatibility, and versioning for NuGet packages and distributed systems.

1.1k 24d ago A 33 tokens original MIT

Aaronontheweb/dotnet-skills

Skill Claude CodeCodex

Write modern, high-performance C# code using records, pattern matching, value objects, async/await, Span /Memory , and best-practice API design patterns. Emphasizes functional-style programming with C# 12+ features.

1.1k 24d ago A 58 tokens original MIT

Aaronontheweb/dotnet-skills

Skill Claude CodeCodex

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 unless absolutely necessary.

1.1k 24d ago A 48 tokens original MIT

Aaronontheweb/dotnet-skills

Skill Claude CodeCodex

Guidelines for introducing and using nullable reference types (NRT) and System.Diagnostics.CodeAnalysis nullable attributes in C# / .NET codebases. Covers the nullability model, flow analysis, the null-forgiving operator, API design rules, the full attribute catalog (AllowNull, DisallowNull, MaybeNull, NotNull…

1.1k 24d ago A 126 tokens original MIT