env-file-generator
Installation
SKILL.md
Environment File Generator
Generate properly structured .env files with documented variables, secure placeholders, and environment-specific configurations.
Output Requirements
File Output: .env, .env.example, .env.local, .env.production
Naming Convention: .env.{environment} for specific environments
Format: KEY=value pairs, one per line
When Invoked
Immediately generate a complete .env.example file (safe to commit) with placeholder values and documentation. Note which values need real secrets.