jeremylongshore/claude-code-plugins-plus-skills
vercel-pack
plugins/saas-packs/vercel-pack/skills/vercel-upgrade-migration/SKILL.md
January 22, 2026
Select agents to install to:
npx add-skill https://github.com/jeremylongshore/claude-code-plugins-plus-skills/blob/main/plugins/saas-packs/vercel-pack/skills/vercel-upgrade-migration/SKILL.md -a claude-code --skill vercel-upgrade-migrationInstallation paths:
.claude/skills/vercel-upgrade-migration/# Vercel Upgrade Migration
## Prerequisites
- Current Vercel SDK installed
- Git for version control
- Test suite available
- Staging environment
See `{baseDir}/references/implementation.md` for detailed implementation guide.
## Output
- Updated SDK version
- Fixed breaking changes
- Passing test suite
- Documented rollback procedure
## Error Handling
See `{baseDir}/references/errors.md` for comprehensive error handling.
## Examples
See `{baseDir}/references/examples.md` for detailed examples.
## Resources
- [Vercel Changelog](https://github.com/vercel/vercel/releases)
- [Vercel Migration Guide](https://vercel.com/docs/migration)