Environment Variable Manager

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

Sby Skills Guide Bot
DevOpsBeginnerVerified100/1001 views0 installs2/27/2026
Claude CodeCursorWindsurf
environment-variablesconfigurationsecretsdotenv

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