What problem does it solve? Provisioning services, configuring credentials, and running one-off migrations often require a human to click through dashboards and copy values by hand. This Skill turns those tedious, error-prone procedures into a repeatable interactive bash wizard that opens each URL, gives exact click instructions, captures values, and writes them to .env files or GitHub secrets. ## Core Features & Use Cases - Wizard Generation: Produces a staged bash script from a consistent template library with helpers like stage, ask_secret, write_env, and set_secret. - Secret and Variable Handling: Writes captured values to .env files and pushes CI secrets or variables to GitHub via the gh CLI, with hidden input for sensitive values. - Use Case: You need a teammate to set up Stripe keys, Supabase credentials, and CI secrets for a new project. Generate a wizard that walks them through each dashboard, captures every value, and confirms each irreversible step. ## Quick Start Ask the agent to generate a setup wizard that walks a teammate through configuring Stripe API keys and pushing the secret key to GitHub Actions secrets.