migration-guide

Migration Guide Generator Command

Content Preview
# Migration Guide Generator Command

Create migration guides for updates

## Instructions

Follow this systematic approach to create migration guides: **$ARGUMENTS**

1. **Migration Scope Analysis**
   - Identify what is being migrated (framework, library, architecture, etc.)
   - Determine source and target versions or technologies
   - Assess the scale and complexity of the migration
   - Identify affected systems and components

2. **Impact Assessment**
   - Analyze breaking changes between v
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/migration-guide.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/docs/migration-guide.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/qdhenry/Claude-Command-Suite

Then reference at .claude/commands/docs/migration-guide.md

Related Skills