What problem does it solve? Manual setup tasks like provisioning infrastructure, configuring third-party dashboards, or setting CI secrets are tedious to perform by hand and tedious to re-explain to an AI every time. This Skill turns those procedures into a reusable, step-by-step interactive bash script. ## 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 copying values from dashboards and writes them to .env files or GitHub Actions secrets and variables via gh. - Use Case: When setting up Stripe for a project, the wizard opens the API keys page, prompts for the publishable and secret keys, writes them to .env, and sets the secret in CI, confirming each stage along the way. ## Quick Start Ask the agent to generate a wizard that walks you through setting up the credentials and CI secrets required by this repository.