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 every time. This Skill turns those procedures into a guided, step-by-step bash wizard that captures values and writes them where they belong. ## Core Features & Use Cases - Guided Stage-by-Stage Scripts: Generates a bash wizard from a proven template with progress indicators, confirmation gates, cross-platform URL opening (including WSL), hidden secret entry, and idempotent .env upserts. - Credential and Secret Capture: Walks the human through dashboards to copy API keys, then writes them to .env files and GitHub Actions secrets or variables via gh. - Use Case: When setting up Stripe for a project, the wizard opens the Stripe dashboard, tells the user exactly which keys to copy, stores them in .env, and pushes the secret key to GitHub Actions for CI. ## Quick Start Ask the agent to create a wizard that walks you through setting up your third-party API credentials and GitHub CI secrets.