What problem does it solve? Manual setup procedures — provisioning infrastructure, configuring third-party dashboards, setting CI secrets, running one-off migrations — are tedious to perform by hand and tedious to re-explain to an AI every time. This Skill turns those procedures into a reusable interactive bash script that guides a human step by step. ## Core Features & Use Cases - Guided stage-by-stage scripts: Generates a bash wizard from a proven template with progress indicators, confirmation gates, cross-platform URL opening (including WSL), hidden secret entry, and a closing summary. - Automatic value capture: Writes captured values idempotently to .env files and pushes CI secrets and variables to GitHub via gh secret/gh variable. - Use Case: You need to set up Stripe for a project. The wizard opens the Stripe dashboard, tells you exactly which keys to copy, stores them in .env, and sets the secret key as a GitHub Actions secret — all with confirmation at each stage. ## Quick Start Ask the AI to generate a wizard that walks you through setting up your project's environment variables and GitHub CI secrets.