
Aspireify
Transform an empty .NET Aspire AppHost skeleton into a fully wired distributed application by scanning services, proposing a resource graph, editing AppHost code, and validating with aspire start.
Install
npx skills add https://github.com/microsoft/aspire-skills --skill aspireifyWhat is this skill?
- Five-phase workflow: Scan, Propose, Edit, Validate, Deactivate
- Supports C#, file-based C#, and TypeScript AppHosts
- Adds OpenTelemetry and ServiceDefaults automatically
- Wires PostgreSQL, Redis, RabbitMQ, MongoDB, Next.js, Vite
- Validates with aspire start --non-interactive
Adoption & trust: 34 installs on skills.sh.
Who is it for?
Developers who just ran aspire init and need to wire all their services together
Skip if: Deploying Aspire apps or daily start/stop operations
When should I use this skill?
User has an empty Aspire AppHost and wants to wire their services
What do I get? / Deliverables
- wired AppHost file
- running aspire start
- OpenTelemetry configured
Recommended Skills
Journey fit
Aspireify is a build-phase workflow: after scaffolding, it wires all services, databases, and integrations together into a working Aspire distributed application ready for development. This skill is fundamentally about integrations — connecting .NET projects, Node services, databases, caches, message brokers, and frontends into a cohesive Aspire resource graph.