env-sync
SKILL.md
Env Sync
Your .env has 30 variables and nobody knows what half of them do. This tool creates a properly documented .env.example with secrets stripped out.
One command. Zero config. Just works.
Quick Start
npx ai-env-sync
What It Does
- Reads all your .env files (.env, .env.local, .env.development)
- Strips secret values but keeps the keys
- Adds helpful comments explaining each variable
- Generates a clean .env.example