migration-guide
FeaturedTurn 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.
Install
Quality Score: 87/100
Skill Content
Details
- Author
- omnigent-ai
- Repository
- omnigent-ai/omnigent
- Created
- 3 months ago
- Last Updated
- today
- Language
- Python
- License
- Apache-2.0
Similar Skills
Semantically similar based on skill content — not just same category
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.
migration-guide-writer
Writes clear migration guides for library upgrades, breaking API changes, or framework version bumps.
namht-migrate
Change a shared contract without breaking anyone — an API field/endpoint, a DB schema (Flyway/ActiveRecord), an SQS/event message shape, or a library version. Uses the parallel-change (expand → migrate → contract) pattern with a rollback per step and a deprecation window, and finds every consumer across services first. Use when the user says "/migrate", "deprecate X", "schema change", "breaking change", "version bump", "upgrade <lib>". Edits code — change-discipline applies.