akka-net-aspire-configuration

Configure Akka.NET applications with .NET Aspire orchestration.

57|7|Updated Aug 6, 2025
One-click install
npx skills add https://github.com/seiggy/lucia-dotnet --skill akka-net-aspire-configuration-seiggy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: akka-net-aspire-configuration
Source: https://github.com/seiggy/lucia-dotnet/tree/main/.github/skills/akka-aspire-configuration
Command: npx skills add https://github.com/seiggy/lucia-dotnet --skill akka-net-aspire-configuration-seiggy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the complex process of configuring Akka.NET applications for both local development and production deployments when orchestrated by .NET Aspire.

Core Features & Use Cases

  • Akka.NET Setup: Guides through actor system initialization, clustering, and persistence.
  • Aspire Integration: Demonstrates how to leverage .NET Aspire for service orchestration, discovery, and environment management.
  • Production Readiness: Covers Akka.Management, health checks, and deployment patterns.
  • Use Case: You are starting a new microservices project using Akka.NET and want to use .NET Aspire for managing your distributed system. This Skill provides the exact configuration steps and code examples to get you started quickly.

Quick Start

Use the akka-net-aspire-configuration skill to set up a new Akka.NET project with .NET Aspire, including cluster bootstrapping and SQL Server persistence.

Frequently Asked Questions about akka-net-aspire-configuration

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure Akka.NET clustering with .NET Aspire orchestration?

Configuring Akka.NET clustering with .NET Aspire requires specific NuGet packages and configuration models for actor system setup, cluster bootstrapping, and service discovery. This integration provides exact steps for both local development and production deployments.

What is the best way to set up Akka.NET persistence using SQL Server in an Aspire environment?

The best way to set up Akka.NET persistence with SQL Server in Aspire involves configuring specific persistence models and connection strings within the Aspire orchestration environment. This approach ensures seamless integration for local development and production deployments.

Does .NET Aspire work with Akka.Management for production readiness?

Yes, .NET Aspire works with Akka.Management to provide production readiness through health checks, deployment patterns, and cluster bootstrapping. This integration supports managing distributed systems across local development and production environments.

Can I use .NET Aspire for local development of Akka.NET microservices?

Yes, you can use .NET Aspire for local development of Akka.NET microservices by leveraging its service orchestration, discovery, and environment management capabilities. This setup guides actor system initialization, clustering, and persistence configuration.

How do I bootstrap an Akka.NET actor system in a .NET Aspire distributed project?

Bootstrapping an Akka.NET actor system in .NET Aspire requires initializing the actor system, configuring clustering, and integrating persistence models. This Skill provides code examples and configuration steps for seamless microservices orchestration.