What problem does it solve? Manual setup procedures like provisioning infrastructure, configuring third-party dashboards, or setting CI secrets 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 template with progress indicators, confirmation gates, cross-platform URL opening (including WSL), and hidden secret entry. - Value Capture and Persistence: Writes captured values idempotently to .env files and pushes CI secrets and variables to GitHub via gh secret/gh variable. - Use Case: When setting up Stripe for a project, the wizard opens the Stripe dashboard, tells the user exactly which keys to copy, stores them in .env, and sets the secret key as a GitHub Actions secret for CI. ## Quick Start Ask the agent to generate a wizard that walks you through setting up your project's API keys and GitHub CI secrets.