aspire-run

Orchestrate startup of a multi-service .NET Aspire application with AppHost.

1|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/mamu7211/feirb-mailclient --skill aspire-run
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aspire-run
Source: https://github.com/mamu7211/feirb-mailclient/tree/main/.claude/skills/aspire-run
Command: npx skills add https://github.com/mamu7211/feirb-mailclient --skill aspire-run

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill simplifies the complex process of starting a multi-service .NET Aspire application, ensuring all backend, frontend, and infrastructure components are correctly initialized.

Core Features & Use Cases

  • Unified Orchestration: Launches the entire Feirb stack including the Blazor frontend, API backend, and required containers.
  • Health Monitoring: Provides immediate access to the Aspire dashboard for distributed tracing and service health checks.
  • Use Case: Developers can use this to quickly spin up the full local development environment, including the Ollama AI service and GreenMail, with a single command.

Quick Start

Execute the aspire-run skill to start the Feirb application and initialize all required services.

Frequently Asked Questions about aspire-run

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

FAQPage Schema
How do I start a multi-service .NET Aspire application locally?

To start a multi-service .NET Aspire application locally, you execute the orchestration skill to launch the AppHost project, which provisions the Blazor frontend, API backend, and containerized dependencies. This ensures all service endpoints and infrastructure are correctly initialized.

What is the best way to orchestrate a Blazor frontend and API backend with containers?

Orchestrating a Blazor frontend and API backend with containers is best handled by running the .NET Aspire AppHost project, which manages the execution and provisioning of all integrated services. This approach provides a unified startup process for the entire application stack.

Can I spin up the Ollama AI service and GreenMail using .NET Aspire?

Yes, you can spin up the Ollama AI service and GreenMail using .NET Aspire by executing the orchestration command. This initializes all required containers and provides immediate access to the Aspire dashboard for distributed tracing and service health checks.

How does .NET Aspire handle health monitoring for distributed services?

.NET Aspire handles health monitoring by providing immediate access to the Aspire dashboard after launching the application. This dashboard enables developers to perform distributed tracing and verify the health of all provisioned backend, frontend, and infrastructure components.

Do I need Docker to run a .NET Aspire application with containerized dependencies?

Running a .NET Aspire application with containerized dependencies requires a container runtime to provision infrastructure services like GreenMail and Ollama. The orchestration process manages the execution of the AppHost project to ensure these containers are correctly initialized alongside the application.