What problem does it solve? Manual setup procedures like provisioning infrastructure, configuring CI secrets, or navigating third-party dashboards are tedious to perform by hand and tedious to re-explain to an AI every time. This Skill turns those procedures into a reusable, step-by-step interactive bash script. ## Core Features & Use Cases - Guided Stage-by-Stage Scripts: Generates a bash wizard from a fixed template with progress indicators, confirmation gates, cross-platform URL opening (including WSL), hidden secret entry, and idempotent .env upserts. - Credential and Secret Capture: Collects values from the human and writes them to .env files or GitHub Actions secrets and variables via the gh CLI. - Use Case: When setting up Stripe for a project, the wizard opens the Stripe dashboard, tells the user exactly which keys to copy, captures them with hidden input for secrets, writes them to .env, and pushes the CI-needed secret to GitHub. ## Quick Start Ask the agent to create a wizard that walks you through setting up your third-party API keys and GitHub CI secrets for this project.