What problem does it solve? Manual setup procedures like provisioning credentials, configuring third-party dashboards, and setting CI secrets are tedious to perform by hand and tedious to re-explain every time. This Skill generates a step-by-step interactive bash wizard that opens the right URLs, tells the human exactly what to click and copy, captures the values, and writes them to .env files or GitHub secrets. ## Core Features & Use Cases - Guided Stage-by-Stage Scripts: Generates a bash wizard from a fixed template with progress indicators, confirmation gates, hidden secret entry, and cross-platform URL opening (including WSL). - Automatic Value Persistence: Captured values are upserted idempotently into .env files and pushed to GitHub Actions secrets and variables via the gh CLI. - Use Case: When setting up a new project that needs Stripe API keys, a database URL, and CI secrets, the Skill reads the repo's .env.example and workflow files, scopes every required value, and produces a runnable wizard the human executes once to configure everything. ## Quick Start Ask the agent to create a setup wizard that walks you through configuring the API keys and GitHub secrets required by this repository.