migration-assistant
- Repo stars 1
- Author repo claude-skills
Migration Assistant
Overview
Treat migrations as staged change management, not a single edit.
Core Workflow
- Inventory the current state, the target state, and every system boundary touched by the migration.
- Identify breaking changes, forbidden patterns, required sequencing, and one-way doors.
- Split the work into phases: preparation, dual support or compatibility, cutover, and cleanup.
- Update code, config, data paths, and docs in an order that keeps the system operable.
- Define verification steps, rollback options, and the cleanup needed after successful adoption.
Deliver
- Provide a migration checklist with risks and prerequisites.
- Highlight places where backward compatibility is needed during rollout.
- Call out manual steps, data migrations, or operational coordination separately from code edits.
Guardrails
- Favor reversible steps when possible.
- Surface irreversible schema or data changes clearly.
- Do not compress a risky migration into one step just to save time.
- Fluxly category
- Other
- Author-declared agents
- No explicit declaration found; this is not inferred or tested compatibility
- Static check
- 88 / 100 · heuristic scan, not runtime safety proof
- Author / version / license
- @00PrabalK00 · no license declared
- Fluxly token estimate
- Lean
- Fluxly setup estimate
- Plug-and-play
- External API key
- No requirement detected
- Detected OS requirements
- Unspecified
- Runtime requirements
- Unspecified
- Detected file/system behavior
-
- Read-only
- Write / modify
- Detected network behavior
- Local-only
- Install commands
- None (reference only)
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
The current SKILL.md does not define a fixed output example. Treat migrations as staged change management, not a single edit.
Inventory the current state, the target state, and every system boundary touched by the migration. Identify breaking changes, forbidden patterns, required sequencing, and one-way doors. Split the work into phases: preparation, dual support or compatibility,…
Provide a migration checklist with risks and prerequisites. Highlight places where backward compatibility is needed during rollout. Call out manual steps, data migrations, or operational coordination separately from code edits.
Favor reversible steps when possible. Surface irreversible schema or data changes clearly. Do not compress a risky migration into one step just to save time.
# Migration Assistant
## Overview
Treat migrations as staged change management, not a single edit.
## Core Workflow
1. Inventory the current state, the target state, and every system boundary touched by the migration.
2. Identify breaking changes, forbidden patterns, required sequencing, and one-way doors.
3. Split the work into phases: preparation, dual support or compatibility, cutover, and cleanup.
4. Update code, config, data paths, and docs in an order that keeps the system operable.
5. Define verification steps, rollback options, and the cleanup needed after successful adoption.
## Deliver
- Provide a migration checklist with risks and prerequisites.
- Highlight places where backward compatibility is needed during rollout.
- Call out manual steps, data migrations, or operational coordination separately from code edits.
## Guardrails
- Favor reversible steps when possible.
- Surface irreversible schema or data changes clearly.
- Do not compress a risky migration into one step just to save time. Author text anchors workflow facts; Fluxly only indexes current sections, terms, files, and commands.
sections -> Overview → Core Workflow → Deliver → Guardrails
terms -> Treat migrations as staged change management, not a single edit. · 1. Inventory the current state, the target state, and every system boundary touched by the migration. · - Provide a migration checklist with risks and prerequisites. · - Favor reversible steps when possible.
files/cmd -> no explicit files or commands
body sha256 -> 495f9f837b39
Decide Fit First
Design Intent
How To Use It
Boundaries And Review