# Dep Migrate

> Plan major dependency migrations. Analyze breaking changes, repo impact, sequencing, tests, rollback, and risk.

- Skill: `garyld1962/dep-migrate-3` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add garyld1962/dep-migrate-3`
- Raw SKILL.md: https://api.skillmd.com/api/skills/garyld1962/dep-migrate-3/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: garyld1962 (https://skillmd.com/u/garyld1962)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/garyld1962/dep-migrate-3

---


# Dependency Migrate

Plan a migration before editing code.

Read `references/migration-plan.md` for the report template. `references/legacy/` is archival only.

## Workflow

1. Identify current and target versions.
2. Verify upstream migration docs when current information matters.
3. Search the repo for affected APIs and configuration.
4. Produce staged migration tasks with verification and rollback.
5. Do not perform the migration unless the user asks for implementation.

