Run the additive migration pass from SKILL-MIGRATION-GUIDE: generate a root SKILL.md for every skill that lacked one, copied from its desktop/SKILL.md (or code/SKILL.md), with name set to the directory name and description + body preserved verbatim. - scripts/migrate_skill_root.py: the reusable, non-destructive migrator (dry-run default). - 61 new root SKILL.md (desktop source for most; code/SKILL.md for 61/62/92). - Untouched: 16/17/95 (already had root); desktop/ and code/ packaging left intact. - All 64 root SKILL.md validate: frontmatter <=1024, kebab name, description present. Still MANUAL (no SKILL.md source — commands/README only), need hand-authored root SKILL.md: 81-mac-optimizer, 90-reference-curator, 91-multi-agent-guide, 94-dintel-bootstrap. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
SEO Migration Planner
SEO 사이트 이전 계획 및 모니터링 도구 - 사전 위험 평가, 리디렉트 매핑, 이전 후 트래픽/인덱싱 추적.
Overview
Pre-migration risk assessment, redirect mapping, URL inventory, crawl baseline capture, and post-migration traffic/indexation monitoring for site migrations. Supports domain moves, platform changes, URL restructuring, HTTPS migrations, and subdomain consolidation.
Dual-Platform Structure
33-seo-migration-planner/
├── code/ # Claude Code version
│ ├── CLAUDE.md # Action-oriented directive
│ ├── commands/
│ │ └── seo-migration-planner.md # Slash command
│ └── scripts/
│ ├── migration_planner.py # Pre-migration planning
│ ├── migration_monitor.py # Post-migration monitoring
│ ├── base_client.py # Shared async utilities
│ └── requirements.txt
│
├── desktop/ # Claude Desktop version
│ ├── SKILL.md # MCP-based workflow
│ ├── skill.yaml # Extended metadata
│ └── tools/
│ ├── ahrefs.md # Ahrefs MCP tools
│ ├── firecrawl.md # Firecrawl MCP tools
│ └── notion.md # Notion MCP tools
│
└── README.md
Quick Start
Claude Code
/seo-migration-planner https://example.com --type domain-move --new-domain https://new-example.com
Python Script
pip install -r code/scripts/requirements.txt
# Pre-migration planning
python code/scripts/migration_planner.py --domain https://example.com --type domain-move --new-domain https://new-example.com --json
# Post-migration monitoring
python code/scripts/migration_monitor.py --domain https://new-example.com --migration-date 2025-01-15 --baseline baseline.json --json
Features
Pre-Migration Planning
- URL inventory via Firecrawl crawl
- Ahrefs traffic/keyword/backlink baseline
- Per-URL risk scoring (0-100)
- Redirect map generation (301 mappings)
- Type-specific pre-migration checklist (Korean)
Post-Migration Monitoring
- Pre vs post traffic comparison
- Redirect health check (broken, chains, loops)
- Indexation change tracking
- Keyword ranking monitoring
- Recovery timeline estimation
- Automated alert generation
Migration Types
| Type | Description |
|---|---|
domain-move |
Old domain -> new domain |
platform |
CMS/framework migration |
url-restructure |
Path/slug changes |
https |
HTTP -> HTTPS |
subdomain |
Subdomain -> subfolder |
Notion Output
Reports are saved to the OurDigital SEO Audit Log database:
- Title:
사이트 이전 계획 - [domain] - YYYY-MM-DD - Database ID:
2c8581e5-8a1e-8035-880b-e38cefc2f3ef - Audit ID Format: MIGR-YYYYMMDD-NNN
Triggers
- site migration, domain move, redirect mapping
- platform migration, URL restructuring
- HTTPS migration, subdomain consolidation
- 사이트 이전, 도메인 이전, 리디렉트 매핑