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 generates a bash wizard that walks a human through each step, captures values, and writes them where they belong. ## Core Features & Use Cases - Guided Stage-by-Stage Scripts: Generates a bash script from a fixed template with progress indicators, confirmation gates, cross-platform URL opening (including WSL), and hidden secret entry. - Value Capture and Persistence: Writes captured values to .env files idempotently and sets GitHub Actions secrets and variables via the gh CLI. - Use Case: When setting up a new project that needs Stripe API keys in .env and GitHub CI secrets, the wizard opens the Stripe dashboard, tells the human exactly what to click and copy, stores the keys, and confirms every stage. ## Quick Start Ask the agent to create a wizard that walks you through setting up your project's environment variables and GitHub CI secrets.