·akka-hosting-actor-patterns
</>

akka-hosting-actor-patterns

aaronontheweb/dotnet-skills

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.

18Installs·1Trend·@aaronontheweb

Installation

$npx skills add https://github.com/aaronontheweb/dotnet-skills --skill akka-hosting-actor-patterns

SKILL.md

A lightweight parent actor that routes messages to child entities, mimicking cluster sharding semantics without requiring a cluster:

Create extractors that implement IMessageExtractor from Akka.Cluster.Sharding:

Register the ActorSystem's Scheduler as an ITimeProvider for testable time-based logic:

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. Source: aaronontheweb/dotnet-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/aaronontheweb/dotnet-skills --skill akka-hosting-actor-patterns
Category
</>Dev Tools
Verified
First Seen
2026-02-05
Updated
2026-02-18

Quick answers

What is akka-hosting-actor-patterns?

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. Source: aaronontheweb/dotnet-skills.

How do I install akka-hosting-actor-patterns?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/aaronontheweb/dotnet-skills --skill akka-hosting-actor-patterns Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/aaronontheweb/dotnet-skills