with one click
prompt-babbler
prompt-babbler contains 3 collected skills from PlagueHO, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
Create a new built-in prompt template JSON file for Prompt Babbler that conforms to the prompt-template.schema.json schema. Use when the user wants to add a new builtin template, create a prompt template, scaffold a template, or add a new babble-to-prompt conversion template. Interviews the user for missing details via vscode_askQuestions, generates a conformant JSON file, and places it in the Templates directory.
Orchestrates Aspire distributed applications using the Aspire CLI for running, debugging, and managing distributed apps. USE FOR: aspire start, aspire stop, start aspire app, aspire describe, list aspire integrations, debug aspire issues, view aspire logs, add aspire resource, aspire dashboard, update aspire apphost. DO NOT USE FOR: non-Aspire .NET apps (use dotnet CLI), container-only deployments (use docker/podman), Azure deployment after local testing (use azure-deploy skill). INVOKES: Aspire CLI commands (aspire start, aspire describe, aspire otel logs, aspire docs search, aspire add), bash. FOR SINGLE OPERATIONS: Use Aspire CLI commands directly for quick resource status or doc lookups.
Automate browser interactions, test web pages and work with Playwright tests.