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 bash wizard that opens the right URLs, tells the human exactly what to click and copy, captures the values, and writes them to .env files or GitHub secrets. ## Core Features & Use Cases - Guided Stage-by-Stage Flow: Uses a pre-built template library with progress indicators, confirmation gates, cross-platform URL opening (including WSL), hidden secret entry, and a closing summary. - Automated Value Persistence: Upserts captured values into .env files idempotently and pushes CI secrets and variables via the gh CLI, with graceful fallbacks when gh is unavailable. - Use Case: When setting up Stripe for a project, the wizard opens the Stripe dashboard, prompts for the publishable and secret keys, writes them to .env, and sets STRIPE_SECRET_KEY as a GitHub Actions secret for CI. ## Quick Start Ask the agent to generate a wizard that walks you through setting up your project's API keys and CI secrets.