What problem does it solve? Some setup steps—opening third-party dashboards, copying API keys, configuring CI secrets—can only be done by a human, and re-explaining them to an AI every time is tedious. This Skill turns those manual procedures into a reusable, step-by-step interactive bash script. ## Core Features & Use Cases - Guided Stage Flow: Generates a bash wizard from a template with per-stage progress, confirmation gates, cross-platform URL opening (including WSL), and hidden secret input. - Value Capture & Persistence: Writes collected values idempotently into .env files and pushes CI values to GitHub via gh secret/gh variable, with a closing summary of everything configured. - Use Case: When setting up Stripe for a project, the wizard opens the API keys page, tells the human exactly what to copy, captures the keys with hidden input, writes them to .env, and sets the secret key as a GitHub Actions secret. ## Quick Start Ask the agent to create a wizard that walks you through configuring the third-party service credentials and CI secrets for your repository.