Agent skill · Databases

migration-architect

Zero-downtime migration planning, compatibility validation, and rollback strategy generation. Tools for system, database, and infrastructure migrations with minimal business impact. Use when planning a database migration, infrastructure cutover, system replacement, or any high-risk transition that needs explicit rollback paths.

Alireza Rezvani23,369★ · +428/wk · 1 repos on radarProfile →
claude-codecodexcursorships scriptsMIT
Install
npx skills add alirezarezvani/claude-skills --skill migration-architect --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 20
SKILL.md size: 16 KB
Bundled scripts: yes
Path: engineering/skills/migration-architect/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 23,791 · +422 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Migration Architect **Tier:** POWERFUL **Category:** Engineering - Migration Strategy **Purpose:** Zero-downtime migration planning, compatibility validation, and rollback strategy generation ## Overview The Migration Architect skill provides comprehensive tools and methodologies for planning, executing, and validating complex system migrations with minimal business impact. This skill combines proven migration patterns with automated planning tools to ensure successful transitions between systems, databases, and infrastructure. ## Core Capabilities ### 1. Migration Strategy Planning - **Phased Migration Planning:** Break complex migrations into manageable phases with clear validation gates - **Risk Assessment:** Identify potential failure points and mitigation strategies before execution - **Timeline Estimation:** Generate realistic timelines based on migration complexity and resource constraints - **Stakeholder Communication:** Create communication templates and progress dashboards ### 2. Compatibility Analysis - **Schema Evolution:** Analyze database schema changes for backward compatibility issues - **API Versioning:** Detect breaking changes in REST/GraphQL APIs and microserv

What's inside
Steps it walks through
  1. Overview
  2. Core Capabilities
  3. 1. Migration Strategy Planning
  4. 2. Compatibility Analysis
  5. 3. Rollback Strategy Generation
  6. Quick Start — plan → check compatibility → generate rollback
  7. Migration Patterns
  8. Database Migrations
  9. Service Migrations
  10. Infrastructure Migrations
  11. Feature Flags for Migrations
  12. Progressive Feature Rollout
  13. Circuit Breaker Pattern
  14. Data Validation and Reconciliation
Ships with 19 files
  • README.md
  • assets/database_schema_after.json
  • assets/database_schema_before.json
  • assets/sample_database_migration.json
  • assets/sample_service_migration.json
  • expected_outputs/rollback_runbook.json
  • expected_outputs/rollback_runbook.txt
  • expected_outputs/sample_database_migration_plan.json
  • expected_outputs/sample_database_migration_plan.txt
  • expected_outputs/sample_service_migration_plan.json
  • expected_outputs/sample_service_migration_plan.txt
  • expected_outputs/schema_compatibility_report.json
  • expected_outputs/schema_compatibility_report.txt
  • references/data_reconciliation_strategies.md
  • references/migration_patterns_catalog.md
  • references/zero_downtime_techniques.md
  • scripts/compatibility_checker.py
  • scripts/migration_planner.py
  • scripts/rollback_generator.py
Commands it runs
python3 scripts/migration_planner.py --input migration_spec.json --format json -o migration_plan.json
python3 scripts/rollback_generator.py --input migration_plan.json --format both -o rollback_runbook
More from claude-skills
All skills →
About this skill
What does the migration-architect skill do?

Zero-downtime migration planning, compatibility validation, and rollback strategy generation. Tools for system, database, and infrastructure migrations with minimal business impact. Use when planning a database migration, infrastructure cutover, system replacement, or any high-risk transition that needs explicit rollback paths.

How do I install it?

Run `npx skills add alirezarezvani/claude-skills --skill migration-architect --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From alirezarezvani/claude-skills, a repository with 23,791 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going