What problem does it solve? Some work — provisioning infrastructure, creating credentials, configuring CI secrets, navigating third-party dashboards — can only be done by a human, and re-explaining the procedure every time is tedious and error-prone. This Skill generates a step-by-step interactive bash script that walks the human through exactly that manual procedure. ## Core Features & Use Cases - Guided stage-by-stage scripts: Generates a bash wizard from a shared template with stage progress, confirmation gates, cross-platform URL opening, hidden secret entry, and a closing summary. - Credential and environment capture: Captures values via prompts, upserts them idempotently into .env files, and pushes CI secrets and variables to GitHub via gh. - Repo-scoped planning: Derives the required stages from the repository itself — .env.example, README, docker-compose, and every secrets.* / vars.* reference in CI workflows. - Use Case: A new service needs Stripe keys, a database URL, and three GitHub Actions secrets. The Skill reads the repo, produces a wizard script that opens each dashboard, tells the human what to click and copy, stores the values, and verifies every CI secret name matches. ## Quick Start Ask the AI to use the wizard skill to generate a setup script that walks you through configuring the credentials and CI secrets this repository needs.