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 where they belong. ## 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 gates on human confirmation. - Value capture and persistence: Hidden entry for secrets, idempotent .env upserts, and gh secret/gh variable writes for GitHub Actions CI, with a closing summary of everything configured. - Use Case: Setting 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 referenced by CI workflows. ## Quick Start Ask the agent to generate a wizard that walks you through setting up the API keys and GitHub secrets required by this repository.