Agent Skills: Type-Safe Environment Configuration

Type-safe environment variable validation using Zod with a Drizzle-like schema API. Supports server/public fields, feature flags, either-or constraints, and client-side protection.

UncategorizedID: andrelandgraf/fullstackrecipes/config-schema-setup

Install this agent skill to your local

pnpm dlx add-skill https://github.com/andrelandgraf/fullstackrecipes/tree/HEAD/.agents/skills/config-schema-setup

Skill Files

Browse the full folder contents for config-schema-setup.

Download Skill

Loading file tree…

.agents/skills/config-schema-setup/SKILL.md

Skill Metadata

Name
config-schema-setup
Description
Type-safe environment variable validation using Zod with a Drizzle-like schema API. Supports server/public fields, feature flags, either-or constraints, and client-side protection.

Type-Safe Environment Configuration

To set up Type-Safe Environment Configuration, refer to the fullstackrecipes MCP server resource:

Resource URI: recipe://fullstackrecipes.com/config-schema-setup

If the MCP server is not configured, fetch the recipe directly:

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