# Migrate

> Plan and execute migrations (database, API, framework)

- Skill: `hivellm/migrate` (Agent Skill)
- Install (CLI): `npx skillmds@latest add hivellm/migrate`
- Raw SKILL.md: https://api.skillmd.com/api/skills/hivellm/migrate/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: hivellm (https://skillmd.com/u/hivellm)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/hivellm/migrate

---

Plan and execute migration for: $ARGUMENTS

Steps:
1. Assess the scope and impact of the migration
2. Create a step-by-step migration plan with rollback strategy
3. Write migration scripts or code changes
4. Test the migration including rollback path
5. Document breaking changes and migration guide

