Config Management

Centralizes typed configuration with validated env loading, fail-fast startup, and no scattered process.env reads. Use this skill when adding config, environment variables, feature flags, or startup validation in TypeScript services. Do not use when/for validating untrusted HTTP input at the edge (use validation-boundary) or secrets rotation runbooks.

jagreehal Updated

File contents

jagreehal/jagreehal-claude-skills/tree/main/skills/config-management commit e4e6149084

Frequently asked questions

npx skillmds@latest add jagreehal/config-management