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.
config-schema-setup follows the SKILL.md standard. Use the install command to add it to your agent stack.
--- 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: ```bash curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/config-schema-setup ```