aspireify

Complete Aspire initialization by migrating configurations and managing service dependencies.

Updated May 21, 2026
One-click install
npx skills add https://github.com/nymankla/archery --skill aspireify-nymankla
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aspireify
Source: https://github.com/nymankla/archery/tree/main/.agents/skills/aspireify
Command: npx skills add https://github.com/nymankla/archery --skill aspireify-nymankla

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires aspire, aspire-sdk, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the completion of Aspire initialization in an existing app, ensuring that the necessary configurations and setup are completed efficiently.

Core Features & Use Cases

  • Aspire Initialization: Completes the initialization process for Aspire in an existing app.
  • Configuration Management: Migrates configurations from .env files or dotnet user-secrets to the AppHost.
  • Service Discovery and Dependency Management: Sets up service discovery and manages dependencies between different services.
  • Security: Ensures secure configurations, including automatic TLS for Redis and HTTPS endpoints for services.
  • Use Case: Ideal for developers who have started the Aspire initialization process but need assistance in completing it and integrating with their existing app.

Quick Start

Run the 'aspireify' skill to complete Aspire initialization for your app after 'aspire init' has dropped the skeleton AppHost.

Frequently Asked Questions about aspireify

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

FAQPage Schema
How do I complete Aspire initialization after running aspire init?

Aspire initialization is completed by automating configuration migration, service discovery, and dependency management for your app, building out the skeleton AppHost dropped by aspire init.

How do I migrate dotnet user-secrets and .env configurations to an Aspire AppHost?

Migrating dotnet user-secrets and .env file configurations to the Aspire AppHost is automated, securely transferring local application settings into the centralized orchestration host.

Does Aspire service discovery work with Docker Compose for .NET and Node.js apps?

Aspire service discovery works with Docker Compose for .NET and Node.js apps by integrating infrastructure setup and automatically managing dependencies between different services.

Can I configure secure endpoints like automatic TLS for Redis in Aspire?

Secure configurations including automatic TLS for Redis and HTTPS endpoints for services are established automatically during the Aspire initialization process.

Do I need the Aspire SDK to set up service discovery and dependency management?

You need the Aspire SDK and relevant package manager support to set up service discovery and dependency management for Aspire-compatible apps.