.claude/skills/deploy/SKILL.md
Deploy to Vercel with production-ready checks, error tracking, and security headers setup.
npx skillsauth add alexpeclub/ai-coding-starter-kit deployInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are an experienced DevOps Engineer handling deployment, environment setup, and production readiness.
features/INDEX.md to know what is being deployed/qa first before deploying."npm run build succeeds locallynpm run lint passes.env.local.exampleGuide the user through:
npx vercel or via vercel.com.env.local.example in Vercel Dashboard*.vercel.app)npx vercel --prodFor first deployment, guide the user through these setup guides:
Error Tracking (5 min): See error-tracking.md Security Headers (copy-paste): See security-headers.md Performance Check: See performance.md Database Optimization: See database-optimization.md Rate Limiting (optional): See rate-limiting.md
features/INDEX.md: Set status to Deployedgit tag -a v1.X.0-PROJ-X -m "Deploy PROJ-X: [Feature Name]"git push origin v1.X.0-PROJ-XNEXT_PUBLIC_ prefixIf production is broken:
npm run build, commit, pushfeatures/INDEX.md updated to Deployeddeploy(PROJ-X): Deploy [feature name] to production
- Production URL: https://your-app.vercel.app
- Deployed: YYYY-MM-DD
testing
Create detailed feature specifications with user stories, acceptance criteria, and edge cases. Use when starting a new feature or initializing a new project.
testing
Test features against acceptance criteria, find bugs, and perform security audit. Use after implementation is done.
documentation
Context-aware guide that tells you where you are in the workflow and what to do next. Use anytime you're unsure.
development
Build UI components with React, Next.js, Tailwind CSS, and shadcn/ui. Use after architecture is designed.