What problem does it solve? Some setup tasks—provisioning infrastructure, creating credentials, configuring CI secrets, or walking through unfamiliar third-party consoles—can only be done by a human, and re-explaining them to an AI every time is tedious and error-prone. 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 proven template with progress indicators, confirmation gates, cross-platform URL opening (including WSL), hidden secret entry, and a closing summary. - Automatic value capture: Writes collected values idempotently into .env files and pushes CI secrets/variables to GitHub via gh secret and gh variable. - Use Case: You need to set up Stripe for a project. The Skill reads your repo's .env.example and CI workflows, then generates a wizard that opens the Stripe dashboard, tells you exactly which keys to copy, stores them in .env, and sets the CI secret. ## Quick Start Ask the AI to generate a wizard that walks you through setting up the credentials and secrets required by this repository.