migration-guide-writer
SolidWrites clear migration guides for library upgrades, breaking API changes, or framework version bumps.
API & Backend 9 stars
1 forks Updated 6 days ago MIT
Install
Quality Score: 85/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Migration Guide Writer
## What this skill does
This skill produces a structured, developer-friendly migration guide for any upgrade that involves breaking changes. Given the old and new versions of an API, library, or framework, it documents every breaking change with before/after code examples, produces a step-by-step migration checklist, calls out known gotchas, and estimates effort. The result is documentation your users can follow without needing to dig through release notes themselves.
Use this when releasing a major version of a library, upgrading a critical dependency, or documenting a framework migration (e.g., React Router v5 → v6, Next.js 13 → 14, Postgres 15 → 16).
## How to use
### Claude Code / Cline
Copy this file to `.agents/skills/migration-guide-writer/SKILL.md` in your project root.
Then ask:
- *"Use the Migration Guide Writer skill to document the changes from v1 to v2 of our SDK."*
- *"Write a migration guide for upgrading from React Router v5 to v6 using the Migration Guide Writer skill."*
Provide the changelog, breaking change list, or old vs. new API code. The more context you give, the more accurate the guide.
### Cursor
Add the "Prompt / Instructions" section to your `.cursorrules` file. Open both the old and new API files (or paste the changelog) and ask Cursor to write the migration guide.
### Codex
Paste the old API code and the new API code (or a changelog listing breaking changes) along with the instructions below.
## The Prompt / ...
Details
- Author
- Notysoty
- Repository
- Notysoty/openagentskills
- Created
- 5 months ago
- Last Updated
- 6 days ago
- Language
- JavaScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
Code & Development Listed
migration-guide
Turn a breaking change (an API rename, removed flag, changed default, or moved module) into concrete upgrade steps with before/after examples. Use when the user asks how to migrate, upgrade, or adapt to a breaking change.
0 Updated 2 weeks ago
sarptandoven Code & Development Solid
migration-guide
Turn a breaking change (an API rename, removed flag, changed default, or moved module) into concrete upgrade steps with before/after examples. Use when the user asks how to migrate, upgrade, or adapt to a breaking change.
9,122 Updated today
omnigent-ai Web & Frontend Solid
sdk-quickstart-writer
Generates a concise, copy-paste-ready quickstart guide for any SDK or library.
9 Updated 6 days ago
Notysoty