Claude-skill-registry handling-deploy-cicd
Deployment protocols for Vercel/Appwrite. Use for managing production builds and environment variables.
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/handling-deploy-cicd" ~/.claude/skills/majiayu000-claude-skill-registry-handling-deploy-cicd && rm -rf "$T"
manifest:
skills/data/handling-deploy-cicd/SKILL.mdsource content
CI/CD and Deployment
When to use this skill
- When pushing to
.main - When setting up a new environment.
Deployment Checklist
- Environment Variables: Ensure all
keys exist in Vercel/Appwrite..env - Build Check: Run
locally first to catch errors.npm run build - Platforms: Whitelist Vercel domain in Appwrite "Settings > Platforms".
- Webhooks: Ensure the production Webhook URL is correct.
Instructions
- Preview Deploys: Use branch previews to test features before merging to
.main - Logs: Monitor Vercel "Runtime Logs" immediately after a major deploy.