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
Expert Next.js App Router
Developpement
Un skill qui transforme Claude en expert Next.js App Router.
Générateur de README
Developpement
Crée des README.md professionnels et complets pour vos projets.
Rédacteur de Documentation API
Developpement
Génère de la documentation API complète au format OpenAPI/Swagger.