config-management

Community

Validate startup config; keep secrets in memory.

Authorjagreehal
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Validate startup configuration at boot to catch misconfigurations early and prevent runtime failures, while ensuring secrets are never exposed in environment variables.

Core Features & Use Cases

  • Startup validation: use node-env-resolver with Zod to resolve multiple sources (process.env and secret managers) and fail-fast on invalid config.
  • Secrets in memory: load sensitive values from secret managers into memory only, avoiding process.env exposure.
  • Dependency-injection ready: inject resolved config into application components for testability and safer runtime behavior.
  • Use Case: A backend service validates DB credentials and API keys during startup and halts if required values are missing.

Quick Start

Initialize startup config validation with node-env-resolver and Zod to load secrets into memory and avoid process.env usage.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: config-management
Download link: https://github.com/jagreehal/jagreehal-claude-skills/archive/main.zip#config-management

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.