smithery/itsmealee

handling-deploy-cicd

Deployment protocols for Vercel/Appwrite. Use for managing production builds and environment variables.

Installation

$ npx skills add smithery/itsmealee --skill handling-deploy-cicd

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/itsmealee.

npx skills add smithery/itsmealee

Browse all from smithery/itsmealee

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 757 B
  • docs SUMMARY.md 131 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

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 .env keys exist in Vercel/Appwrite.
  • Build Check: Run npm run build locally first to catch errors.
  • 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.