akka-net-testing-patterns

akka-net-testing-patterns is a skill for Claude Code, Codex from F-U-S-E-E/FuseDevelopmentGroup. It costs 51 tokens per session (2,114 once invoked), scanned A, original, AGPL-3.0.

Testing guidance for Akka.NET actors, including unit tests that check one part and integration tests that check parts working together, using Akka.Hosting.TestKit.

In plain words
What is it for?
Use it to write actor tests with dependency injection, TestProbes, persistence checks, and guidance on when to use the older TestKit approach.
Why use it?
It provides patterns for testing actor messages, dependencies, saved state, and interactions without relying on ad hoc test setup.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/f-u-s-e-e/fusedevelopmentgroup/akka-testing-patterns
Any agent
npx skills add F-U-S-E-E/FuseDevelopmentGroup --skill akka-testing-patterns
Clone the repo
git clone --depth 1 https://github.com/F-U-S-E-E/FuseDevelopmentGroup

Made for: Claude Code, Codex.

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-testing-patterns

README.md
[![agentmods](https://agentmods.dev/badge/skills/f-u-s-e-e/fusedevelopmentgroup/akka-testing-patterns.svg)](https://agentmods.dev/skills/f-u-s-e-e/fusedevelopmentgroup/akka-testing-patterns)
Your own site
<a href="https://agentmods.dev/skills/f-u-s-e-e/fusedevelopmentgroup/akka-testing-patterns"><img src="https://agentmods.dev/badge/skills/f-u-s-e-e/fusedevelopmentgroup/akka-testing-patterns.svg" alt="Measured on agentmods" height="20"></a>
Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,114 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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 $0.00051 $0.02114
Opus 5 $0.00026 $0.01057
Sonnet 5 $0.00010 $0.00423
Haiku 4.5 $0.00005 $0.00211

Measured 3d ago against content hash ef802f77912b, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

akka-net-testing-patterns 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 3d 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.

.claude/skills/akka-testing-patterns/SKILL.md · 254 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 3d ago First seen · 254 lines · 51 tokens per session scan A ef802f77912b

Subscribe to this mod's changes

akka-net-testing-patterns is a skill published in the GitHub repository F-U-S-E-E/FuseDevelopmentGroup (21 stars, last pushed 10d ago), licensed AGPL-3.0. It adds 51 tokens to every session and 2,114 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.

Related

Other skills, from other repositories

nunit-testing

Use when writing or modifying tests in NUnit's own test projects, or when making a behavioral change to production code that needs test coverage. Covers test structure, attribute choice, helper visibility, platform guards, and which test projects are real.

nunit/nunit · 51 tokens

nunit-threading-and-async

Use when writing or modifying async code in NUnit — async test lifecycle (setup/teardown), TestExecutionContext, AsyncLocal, Task/ValueTask continuations, blocking vs non-blocking waits, or conditional Thread.Abort code. Covers the threading/async conventions the NUnit runtime depends on.

nunit/nunit · 75 tokens

dotnet-test

This skill should be used when running .NET tests selectively with a build-first, test-targeted workflow. Use it for running tests with xUnit focus.

NikiforovAll/claude-code-rules · 35 tokens

et-test-write

ET test authoring workflow for WOW. Use when writing or modifying ATestHandler tests, choosing test package placement, naming test classes, creating test-only model types, preparing deterministic coroutine-style assertions, handling ObjectWait, constructing test config data, and enforcing EntityRef safety in tests.

FlameskyDexive/Legends-Of-Heroes · 60 tokens

dotnet-test

Generates C# backend unit and integration tests for EF Core DbContext repositories, domain services, and vertical slice handlers using xUnit / NUnit. Use when the user asks to "write unit tests for C#", "test ef core context", "write integration tests for dotnet", or mentions xUnit backend tests.

AI-Unified-Process/marketplace · 67 tokens

bunit-test-migration

Migrate bUnit test files from deprecated beta API (1.0.0-beta-10) to bUnit 2.x stable API. Use this when working on .razor test files in BlazorWebFormsComponents.Test that contain old patterns like TestComponentBase, Fixture, or SnapshotTest.

FritzAndFriends/BlazorWebFormsComponents · 67 tokens