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 step-by-step interactive bash wizard that opens the right URLs, tells the human exactly what to click and copy, captures the values, and writes them to .env files or GitHub secrets. ## Core Features & Use Cases - Guided Stage-by-Stage Flow: Each stage clears the screen, shows progress (e.g., Stage 2/5), opens the relevant URL cross-platform (including WSL), and confirms before moving on. - Value Capture and Persistence: Hidden input for secrets, idempotent .env upserts, and gh secret/gh variable writes for CI, with a closing summary of everything configured. - Use Case: You need to set up Stripe for a project. The wizard opens the Stripe dashboard API keys page, prompts for the publishable and secret keys, writes them to .env, and sets the secret key as a GitHub Actions secret for CI. ## Quick Start Ask the AI to generate a wizard that walks you through setting up your project's environment variables and GitHub CI secrets.