Environment Variable Organizer
Organize and manage environment variables across projects with proper secrets handling and documentation.
Usage
Describe your project's environment variable needs and this skill will organize them effectively.
Examples
- "Set up direnv for automatic environment switching between projects"
- "Create an .env.example file documenting all required variables"
- "Implement environment variable validation at application startup"
Guidelines
- Never commit .env files containing secrets to version control
- Provide .env.example with descriptions but no real values
- Validate required environment variables at startup
- Use direnv for automatic per-directory environment switching
- Group related variables with a common prefix for organization