Agent Skills: Environment Variable Management

Complete environment variable management with type-safe validation, Vercel dev workflow, and prebuild validation.

UncategorizedID: andrelandgraf/fullstackrecipes/env-management

Install this agent skill to your local

pnpm dlx add-skill https://github.com/andrelandgraf/fullstackrecipes/tree/HEAD/skills/env-management

Skill Files

Browse the full folder contents for env-management.

Download Skill

Loading file tree…

skills/env-management/SKILL.md

Skill Metadata

Name
env-management
Description
Complete better-env workflow: typed config schema, Vercel sync, and prebuild validation.

Environment Variable Management

Complete better-env workflow: typed config schema, Vercel sync, and prebuild validation.

Cookbook - Complete These Recipes in Order

Type-Safe Environment Configuration with better-env

Use better-env config modules for type-safe server/public env access, feature flags, and either-or credential constraints.

curl -H "Accept: text/markdown" https://fullstackrecipes.com/api/recipes/config-schema-setup

Environment Variable Management with better-env + Vercel

Sync local env files with Vercel environments using better-env pull/load commands while preserving local overrides.

curl -H "Accept: text/markdown" https://fullstackrecipes.com/api/recipes/env-workflow-vercel

Build-Time Environment Validation with better-env

Validate all env-backed config modules with better-env before build and in CI.

curl -H "Accept: text/markdown" https://fullstackrecipes.com/api/recipes/env-validation