environment-variables-handler

Installation
SKILL.md

Environment Variables Handler

Master configuration management and environment variable handling across development, staging, and production environments.

When to Use

  • Setting up development environments
  • Managing secrets and API keys
  • Configuring multi-environment deployments
  • Docker and container configuration
  • CI/CD pipeline environment setup
  • Configuration validation
  • Database connection management

Principles

  1. Never commit secrets - Use .env files (git-ignored)
  2. Separate by environment - dev, staging, production configs
  3. Validate on startup - Fail fast if required vars missing
Related skills

More from karchtho/my-claude-marketplace

Installs
1
First Seen
Mar 3, 2026