What problem does it solve? Manual procedures like third-party service setup, one-off migrations, and state transitions 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 values, and writes them to .env files and GitHub Actions secrets. ## Core Features & Use Cases - Guided Stage Authoring: Scopes every manual step and captured value by reading the repo (.env files, README, docker-compose, GitHub workflows) before writing the wizard. - Reusable Wizard Library: template.sh provides progress with time-remaining, confirmation gates, cross-platform URL opening (including WSL), hidden secret entry, idempotent .env upserts, and gh secret/variable writes. - Use Case: A project needs Stripe keys configured for local dev and CI. 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 matching the CI workflow reference. ## Quick Start Ask the AI to use the wizard skill to generate a setup wizard that configures Stripe API keys into .env and GitHub secrets.