What problem does it solve?
Manual setup procedures involving third-party dashboards, credentials, and CI secrets are tedious to perform once and even more tedious to re-explain to teammates. This Skill generates a self-contained bash wizard that walks a human through each step, opens the right URLs, captures values, and writes them to the correct destinations.
Core Features & Use Cases
- Interactive Bash Wizard Generation: Produces a script from a reusable template with helpers for stages, prompts, secret entry, and browser opening.
- Multi-Destination Value Capture: Writes captured values to
.env files, GitHub Actions secrets, and GitHub Actions variables with idempotent updates.
- Use Case: Provisioning a new Stripe integration across local development and CI. The wizard opens the Stripe dashboard, captures the publishable and secret keys, writes them to
.env, and pushes the secret key to GitHub Actions.
Quick Start
Generate a bash wizard script that walks a teammate through setting up Stripe API keys for local development and GitHub Actions secrets.