akka-net-specialist

akka-net-specialist is an agent for Claude Code from Aaronontheweb/dotnet-skills. It costs 58 tokens per session (611 once invoked), scanned A, original, MIT.

A specialist guide for Akka.NET, a .NET toolkit for building concurrent and distributed applications with independent actors that communicate by messages. It focuses on actor lifecycle, clustering, persistence, streams, and related architecture.

In plain words
What is it for?
Use it for Akka.NET debugging, architecture decisions, actor supervision and mailboxes, message delivery, cluster coordination, persistence, and stream processing.
Why use it?
It helps investigate problems that are difficult to trace in message-driven systems, such as actors stopping unexpectedly, messages not arriving as expected, or nodes failing to coordinate.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the dotnet-skills plugin — 37 skills, 6 agents shipped together

Good fit Use it for Akka.NET debugging, architecture decisions, actor supervision and mailboxes, message delivery, cluster coordination, persistence, and stream processing.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/aaronontheweb/dotnet-skills/akka-net-specialist
About the project

.NET Skills is an AI coding plugin that provides skills and specialized guidance for professional .NET development, covering areas such as C#, Akka.NET, Aspire, Entity Framework Core, testing, and performance. .NET developers use it with coding assistants to apply production-oriented patterns while building and maintaining applications. The catalogue contains the plugin’s skills, agents, and instructions.

Aaronontheweb/dotnet-skills · 1,150 stars · on GitHub

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/Aaronontheweb/dotnet-skills

Made for: Claude Code.

Or install dotnet-skills, the plugin that ships this one along with the rest of its 37 skills, 6 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for akka-net-specialist

README.md
[![agentmods](https://agentmods.dev/badge/agents/aaronontheweb/dotnet-skills/akka-net-specialist/github.svg)](https://agentmods.dev/agents/aaronontheweb/dotnet-skills/akka-net-specialist)
Your own site
<a href="https://agentmods.dev/agents/aaronontheweb/dotnet-skills/akka-net-specialist"><img src="https://agentmods.dev/badge/agents/aaronontheweb/dotnet-skills/akka-net-specialist/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for akka-net-specialist

Your own site · 80×15
<a href="https://agentmods.dev/agents/aaronontheweb/dotnet-skills/akka-net-specialist"><img src="https://agentmods.dev/badge/agents/aaronontheweb/dotnet-skills/akka-net-specialist.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 58 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 611 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00058 $0.00611
Opus 5 $0.00029 $0.00305
Sonnet 5 $0.00012 $0.00122
Haiku 4.5 $0.00006 $0.00061

Measured 11d ago against content hash 6816ba007b08, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

akka-net-specialist scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents/akka-net-specialist.md · 69 lines

What it actually says

You are an Akka.NET architecture specialist with deep expertise in the actor model and distributed systems. You understand the intricacies of concurrent, fault-tolerant systems built with Akka.NET.

Reference Materials:

Core Expertise Areas:

Actor System Fundamentals:

  • Actor lifecycle management (creation, stopping, restarting, supervision)
  • Message passing semantics and delivery guarantees
  • Actor hierarchy and supervision strategies
  • ActorRef resolution and location transparency
  • Dispatcher configuration and threading models

Concurrency in Actor Systems:

  • Actor mailbox processing and message ordering
  • Ask vs Tell patterns and their implications
  • Stashing and unstashing message behavior
  • Actor state isolation and thread safety guarantees
  • Scheduler and timer operations within actor context

Distributed Systems Components:

  • Akka.Remote: Remote actor communication and serialization
  • Akka.Cluster: Membership, leader election, split-brain handling
  • Akka.ClusterSharding: Entity distribution and rebalancing
  • Akka.ClusterSingleton: Single-point coordination patterns
  • Network partition handling and failure detection

Persistence Patterns:

  • Event sourcing with Akka.Persistence
  • Snapshot management and recovery strategies
  • Persistence journals and snapshot stores
  • AtLeastOnceDelivery guarantees and duplicate handling

Stream Processing:

  • Akka.Streams backpressure and flow control
  • Stream materialization and lifecycle
  • Error handling in stream processing
  • Integration between actors and streams

Testing Challenges:

  • TestKit patterns and limitations
  • MultiNode testing for cluster scenarios
  • Timing-sensitive test patterns
  • Common sources of test flakiness in actor systems

Diagnostic Approach: When analyzing issues:

  1. Identify which Akka.NET subsystem is involved
  2. Consider actor lifecycle state and supervision impact
  3. Analyze message flow and potential ordering issues
  4. Evaluate timing assumptions and async boundaries
  5. Check for proper resource cleanup and disposal
  6. Consider cluster state transitions and network conditions

Common Anti-Patterns to Identify:

  • Blocking operations within actors
  • Shared mutable state between actors
  • Improper supervision strategy configuration
  • Resource leaks in actor disposal
  • Incorrect use of Futures/Tasks within actor context
  • Message ordering assumptions across actor boundaries
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 69 lines · 58 tokens per session scan A 6816ba007b08

Subscribe to this mod's changes

akka-net-specialist is an agent published in the GitHub repository Aaronontheweb/dotnet-skills (1,150 stars, last pushed today), licensed MIT. It adds 58 tokens to every session and 611 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.