About
This skill provides a standardized approach to application configuration by enforcing strict validation at startup using Zod and node-env-resolver. It ensures that your application fails fast on misconfiguration, prevents sensitive secrets from leaking through environment variables by keeping them in memory, and promotes testability through dependency injection. By moving away from runtime environment reads and toward an 'inject-once' pattern, it significantly improves both the security and reliability of Node.js services.