What problem does it solve? Some tasks—provisioning infrastructure, creating API credentials, configuring CI secrets, navigating third-party dashboards—can only be done by a human, and re-explaining them every time is tedious and error-prone. This Skill turns those procedures into a guided bash script that opens each URL, gives exact click-by-click instructions, captures the values, and writes them to .env files or GitHub secrets. ## Core Features & Use Cases - Guided Stage-Based Scripts: Authors one stage per manual step using a fixed library with progress display, confirmation gates, cross-platform URL opening (including WSL), and hidden secret entry. - Automatic Value Persistence: Captured values are upserted idempotently into .env files and pushed to GitHub Actions secrets and variables via gh, with a closing summary of everything configured. - Use Case: Setting up Stripe for a project—the wizard opens the Stripe dashboard, tells the human exactly where to find the publishable and secret keys, stores them in .env, and sets the secret key as a CI secret matching the workflow's secrets.* references. ## Quick Start Ask the agent to create a wizard that walks you through setting up the API keys and CI secrets required by this repository.