What problem does it solve?
This Skill prevents broken deployments and time-consuming setup by helping you detect, collect, validate, and write the correct environment variables and secrets for your project.
Core Features & Use Cases
- Project scanning for env needs: Finds likely environment variables from .env templates, docker-compose files, and common code references like process.env and import.meta.env.
- Interactive secure collection: Builds wizard steps dynamically per discovered service group and uses masked password fields for secrets.
- Validation before writing: Tests database connectivity and performs lightweight API-key checks when possible, then writes a grouped .env file.
- Safety guardrails: Avoids echoing secret values, preserves existing .env values where applicable, and updates .gitignore to protect secrets.
Quick Start
Run /env-setup in your Pi environment and follow the wizard prompts to scan your project, enter missing secrets, validate connections, and generate a secure .env file.