name: capability:aspire description: Query and debug Aspire AppHost telemetry — retrieve logs, traces, and resource metadata argument-hint: "--action <query|debug> [--application <name>] [--description <text>]"
aspire Skill
Unified entry point for Aspire operations. Routes to the appropriate sub-command based on --action.
Parameters
| Parameter | Required | Description |
|----------------|----------|----------------------------------------------|
| --action | Yes | Operation to perform: query, debug |
| --application| No | Filter to a single application name |
Action Routing
| Action | Command | Description |
|---------|-----------------------------------------------|----------------------------------------------------|
| query | @capability:aspire:query | Retrieve raw telemetry from Aspire AppHost |
| debug | @capability:aspire:debug | Analyze telemetry and surface issues and warnings |
Instructions
- Parse
--actionfrom the invocation arguments - Delegate to the corresponding command per the table above, forwarding all remaining arguments
- Follow the delegated command's own instructions in full
Next.js App Router Expert
Development
A skill that turns Claude into a Next.js App Router expert.
README Generator
Development
Creates professional and comprehensive README.md files for your projects.
API Documentation Writer
Development
Generates comprehensive API documentation in OpenAPI/Swagger format.