Manage Apple Reminders via the `remindctl` CLI on macOS (list, add, edit, complete, delete)....
npx skills add eddiebe147/claude-settings --skill "Migration Planner"
Install specific skill from multi-skill repository
# Description
Plan and execute data migrations, system migrations, and platform transitions
# SKILL.md
name: Migration Planner
slug: migration-planner
description: Plan and execute data migrations, system migrations, and platform transitions
category: technical
complexity: advanced
version: "1.0.0"
author: "ID8Labs"
triggers:
- "plan migration"
- "data migration"
- "system migration"
tags:
- migration
- data
- infrastructure
Migration Planner
Plan and execute migrations with minimal disruption. From database migrations to full platform transitions, follow proven methodologies for successful migrations.
Core Workflows
Workflow 1: Migration Planning
- Assessment - Document current state and requirements
- Strategy - Choose migration approach (big bang vs. phased)
- Risk Analysis - Identify potential issues
- Timeline - Create realistic schedule
- Rollback Plan - Define abort criteria and procedures
Workflow 2: Data Migration
- Schema Mapping - Map source to destination schemas
- Transformation Rules - Define data transformations
- Test Migration - Run on subset of data
- Validation - Verify data integrity
- Production Migration - Execute with monitoring
Quick Reference
| Action | Command |
|---|---|
| Plan migration | "Plan migration from [source] to [target]" |
| Schema mapping | "Map schemas for migration" |
| Validate | "Validate migration results" |
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.