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 guided bash script that opens each URL, says exactly what to click and copy, captures the values, and writes them where they belong. ## Core Features & Use Cases - Guided stage-by-stage scripts: Generates a bash wizard from a fixed template with progress indicators, confirmation gates, cross-platform URL opening (including WSL), hidden secret entry, and a closing summary. - Value capture and persistence: Writes captured values to .env via idempotent upserts and pushes CI values to GitHub with gh secret set / gh variable set, with graceful fallback when gh is unavailable. - Use Case: You need to configure Stripe for local dev and CI. The wizard opens the Stripe dashboard, prompts for the publishable and secret keys (hidden entry for the secret), writes both to .env, and sets the secret key as a GitHub Actions secret. ## Quick Start Ask the AI to use the wizard skill to generate a setup script that walks you through configuring your third-party service credentials and GitHub secrets.