What problem does it solve? Some setup work — provisioning infrastructure, creating credentials, configuring CI secrets, navigating third-party dashboards, running one-off migrations — can only be done by a human, and re-explaining the steps every time is tedious and error-prone. This Skill turns those procedures into a guided, step-by-step bash script. ## Core Features & Use Cases - Guided stage-by-stage scripts: Generates a bash wizard from a reusable template with progress indicators, confirmation gates, cross-platform URL opening (including WSL), hidden secret entry, and a closing summary. - Automatic value capture: Writes collected values idempotently to .env files and pushes CI secrets and variables to GitHub via gh secret/gh variable. - Repo-aware scoping: Reads .env.example, README, docker-compose, and GitHub workflows to enumerate every secrets.* and vars.* reference the wizard must produce. - Use Case: You need a new teammate to set up Stripe keys, a database URL, and three GitHub Actions secrets. The Skill authors a wizard that opens each dashboard, tells them exactly what to copy, stores the values, and confirms each stage. ## Quick Start Ask the agent to create a wizard that walks a human through setting up all credentials and CI secrets required by this repository.