aspire

Manage .NET Aspire application lifecycles via Aspire CLI commands.

Updated Jun 4, 2026
One-click install
npx skills add https://github.com/rickylabs/netscript --skill aspire-rickylabs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aspire
Source: https://github.com/rickylabs/netscript/tree/main/.agents/skills/aspire
Command: npx skills add https://github.com/rickylabs/netscript --skill aspire-rickylabs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires aspire-cli, and includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the management and operation of Aspire distributed applications, providing a command-line interface to start, stop, and manage resources.

Core Features & Use Cases

  • App Orchestration: Execute Aspire CLI commands to manage distributed applications.
  • Resource Management: Start, stop, restart, and rebuild resources within the application.
  • Logging and Diagnostics: Access logs and traces for debugging and monitoring.
  • Integration Management: Add and manage integrations for enhanced functionality.
  • Use Case: For a developer managing a complex Aspire application, this Skill simplifies the deployment and maintenance process, reducing the risk of errors and improving efficiency.

Quick Start

Start the Aspire application with the aspire skill.

Frequently Asked Questions about aspire

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

FAQPage Schema
How do I manage the lifecycle of .NET Aspire distributed applications from the command line?

You can orchestrate .NET Aspire distributed applications by running Aspire CLI commands to start, stop, and manage resources. This requires the Aspire CLI and an AppHost project configuration to handle the full application lifecycle.

Can I restart and rebuild specific resources within an Aspire application?

Yes, resource management allows you to restart and rebuild specific components within your Aspire application. This is executed by invoking targeted Aspire CLI commands to manage individual distributed application resources.

How do I access logs and traces for debugging Aspire distributed applications?

Accessing logs and traces for Aspire distributed applications is done through the Aspire CLI. This provides the necessary diagnostics and monitoring capabilities to debug issues within your running AppHost project resources.

Do I need the Aspire CLI installed to orchestrate distributed applications?

Yes, the Aspire CLI is a required dependency to orchestrate distributed applications. You also need an existing AppHost project configuration to properly manage the lifecycle and integrations of your .NET Aspire deployment.

What is the best way to add and manage integrations for a .NET Aspire application?

The best way to manage integrations for a .NET Aspire application is by using Aspire CLI commands. This allows you to add and configure integrations directly, enhancing the functionality of your distributed application orchestration.

Why use a command-line interface for Aspire app orchestration instead of manual configuration?

Using a command-line interface for Aspire app orchestration streamlines managing distributed applications, reducing the risk of manual errors. It allows developers to efficiently start, stop, and monitor resources throughout the application lifecycle.