What problem does it solve? Manual procedures 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 guided bash script that opens each URL, gives exact click-by-click instructions, captures 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 reusable template with progress indicators, confirmation gates, hidden secret entry, and cross-platform URL opening (including WSL). - Credential and secret capture: Writes captured values idempotently to .env files and pushes CI secrets and variables via the gh CLI, with graceful fallbacks when gh is unavailable. - Use Case: You need to configure Stripe for a project. The wizard opens the Stripe dashboard, tells you exactly where to find the publishable and secret keys, captures them with hidden input for the secret, writes both to .env, and sets the secret in GitHub Actions for CI. ## Quick Start Ask the agent to generate a wizard that walks you through setting up your Stripe API keys and storing them in .env and GitHub secrets.