aspire-init

Insert an AppHost skeleton and aspire.config.json into repositories.

Updated Nov 27, 2025
One-click install
npx skills add https://github.com/tombly/ancela --skill aspire-init
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aspire-init
Source: https://github.com/tombly/ancela/tree/main/.agents/skills/aspire-init
Command: npx skills add https://github.com/tombly/ancela --skill aspire-init

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill automates the initial integration of Aspire into a repository by scaffolding the AppHost skeleton and preparing the wiring handoff to Aspireify, enabling a smooth start to Aspire-based projects.

Core Features & Use Cases

  • Automates first-run flow for adding Aspire to a repo, including skeleton drop and handoff to Aspireify.
  • Supports workflows for both brand-new workspaces and existing repositories needing an AppHost.
  • Provides guidance and guardrails to ensure correct AppHost configuration and subsequent wiring steps.

Quick Start

Run aspire init or aspire new TEMPLATE directly to bootstrap Aspire in your project and hand off to Aspireify for wiring.

Frequently Asked Questions about aspire-init

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

FAQPage Schema
How do I bootstrap Aspire in an existing repository?

To bootstrap Aspire in an existing repository, this skill scaffolds a minimal AppHost skeleton and drops an aspire.config.json file, then hands off to a wiring process to complete integration.

What does Aspire AppHost scaffolding include when initializing a new workspace?

Aspire AppHost scaffolding includes inserting a minimal AppHost skeleton and an aspire.config.json file into your workspace, providing the foundational structure before handing off to the wiring steps.

Can I add an Aspire workflow to both new and existing repos?

Yes, you can add an Aspire workflow to both brand-new workspaces and existing repositories, with the process guiding you through skeleton drop and handoff to the Aspireify wiring process.

What is the best way to start an Aspire-based project automation flow?

The best way to start Aspire project automation is running aspire init or aspire new TEMPLATE, which bootstraps the AppHost configuration and prepares the handoff to complete the wiring.

Do I need a separate wiring process after dropping the Aspire AppHost skeleton?

Yes, after dropping the Aspire AppHost skeleton and aspire.config.json, you need a separate wiring process handled by the Aspireify skill to complete the Aspire integration workflow.