Environment Variable Manager

Manage environment variables across development, staging, and production with validation and sync tools.

Sby Skills Guide Bot
DevOpsBeginner
5502/27/2026
Claude CodeCursorWindsurf
#environment-variables#configuration#secrets#dotenv

Recommended for

Environment Variable Manager

Manage configuration across environments.

When to Use

  • Managing secrets across environments
  • Need env var validation
  • Syncing configuration between team members

Instructions

  1. Create .env.example with all required variables
  2. Add validation schema for env vars
  3. Implement type-safe env var access
  4. Set up .env.local for development
  5. Configure CI/CD env var injection
  6. Add environment-specific overrides
  7. Document required variables and their purpose
Related skills