What problem does it solve? Manual procedures like provisioning infrastructure, configuring third-party dashboards, setting CI secrets, or running one-off migrations are tedious to perform by hand and tedious to re-explain every time. This Skill turns those procedures into an interactive bash wizard that opens each URL, gives exact click-by-click instructions, captures values, and writes them to .env files or GitHub secrets. ## Core Features & Use Cases - Guided stage-by-stage scripts: Generates a bash wizard from a proven template with progress indicators, confirmation gates, hidden secret entry, cross-platform URL opening (including WSL), and idempotent .env upserts. - CI secret integration: Writes captured values directly to GitHub Actions secrets and variables via gh, matching every secrets.* reference found in workflows. - Use Case: You need to onboard a project to Stripe. The wizard opens the Stripe dashboard, tells the user exactly where to find the publishable and secret keys, captures them with hidden input, writes them to .env, and sets the secret key as a GitHub Actions secret. ## Quick Start Ask the agent to create a wizard that walks a human through setting up Stripe API keys and storing them in .env and GitHub secrets.