env-var-manager
Installation
SKILL.md
Environment Variable Manager
This skill ensures environment variables are properly added, documented, and configured across all project files and deployment platforms.
Files to Update When Adding Environment Variables
When adding a new environment variable, the following files must be updated in this order:
1. .env.example (Required)
Add the variable with a descriptive comment explaining its purpose and expected format.
Format:
# Description of what this variable does
# Options: value1, value2, value3 (if applicable)
# Default: default_value (if applicable)
VARIABLE_NAME=example_value