What problem does it solve? Some setup work—provisioning infrastructure, creating credentials, configuring CI secrets, navigating third-party dashboards—can only be done by a human, and re-explaining the same steps every time is tedious and error-prone. This Skill turns those manual procedures into a guided, step-by-step bash script 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: Collects values from the human and writes them to .env files or GitHub Actions secrets and variables via gh. - Use Case: A project needs Stripe keys, a deploy token, and three CI secrets. The wizard opens each dashboard URL, tells the user exactly what to click and copy, stores the values in .env, sets the GitHub secrets, and prints a closing summary of everything configured. ## Quick Start Ask the agent to create a setup wizard that walks a human through configuring the project's environment variables and GitHub CI secrets.