env-config-validator

Installation
SKILL.md

Environment Configuration Validator

Validate .env files across local, staging, and production environments. Ensure all required secrets, database URLs, API keys, and public variables are properly scoped, set, and secure.

Core Capabilities

1. Validate Environment Files

To validate environment configuration:

  • Parse .env, .env.local, .env.production, etc.
  • Check for required variables
  • Verify variable naming conventions
  • Detect security issues (exposed secrets, weak values)
  • Use scripts/validate_env.py for automated validation

2. Check Variable Scoping

Ensure proper scoping of environment variables:

Related skills

More from hopeoverture/worldbuilding-app-skills

Installs
12
GitHub Stars
3
First Seen
Jan 26, 2026