Claude-skill-registry env-workflow-vercel
Manage environment variables across Vercel environments. Sync with Vercel CLI, handle local overrides, and load env vars in scripts.
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/env-workflow-vercel" ~/.claude/skills/majiayu000-claude-skill-registry-env-workflow-vercel && rm -rf "$T"
manifest:
skills/data/env-workflow-vercel/SKILL.mdsource content
Environment Variable Management with Vercel
To set up Environment Variable Management with Vercel, refer to the fullstackrecipes MCP server resource:
Resource URI:
recipe://fullstackrecipes.com/env-workflow-vercel
If the MCP server is not configured, fetch the recipe directly:
curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/env-workflow-vercel