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 each URL, 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 Setup: Generates a bash script with progress indicators, confirmation gates, cross-platform URL opening (including WSL), hidden secret entry, and idempotent .env upserts. - CI Secret Provisioning: Writes captured values directly to GitHub Actions secrets and variables via gh, matching every secrets.* reference found in workflows. - Use Case: When 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 for CI. ## Quick Start Ask the agent to generate a wizard that walks you through configuring the credentials and secrets required by this repository.