Claude-skill-registry config-schema-setup
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.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/config-schema-setup" ~/.claude/skills/majiayu000-claude-skill-registry-config-schema-setup && rm -rf "$T"
manifest:
skills/data/config-schema-setup/SKILL.mdsource content
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