What problem does it solve? Manual procedures like provisioning infrastructure, configuring third-party dashboards, setting CI secrets, or running one-off migrations are tedious to perform by hand and tedious to re-explain to an AI every time. This Skill turns those procedures into a guided, step-by-step bash script that a human runs once. ## 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. - Credential and secret capture: Writes values idempotently to .env files and pushes CI secrets and variables to GitHub via gh secret/gh variable. - Use Case: When setting up Stripe for a project, the wizard opens the dashboard, tells the human exactly which keys to copy, stores them in .env, and sets the secret key as a GitHub Actions secret for CI. ## Quick Start Ask the agent to create a wizard that walks you through setting up the credentials and CI secrets required by this repository.