Claude Skill

data-migration-agent

Plan and execute source→target data migrations with mapping, transforms, reconciliation, and cutover checks. Use for CRM/ERP/DB moves.

LLM Mart · 0 points · 0 views 0 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download navinspire-ia-navin-navin_skills_data-migration-agent-e9c73a3.zip · 0 KB
Part of navinspire-ia/navin — 182 skills

Install

skills CLI npx skills add https://github.com/Navinspire-ia/navin/tree/main/navin/skills/data-migration-agent
Claude Code claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install navinspire-ia-navin@llmmart
Git git clone https://github.com/Navinspire-ia/navin.git

The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole navinspire-ia/navin collection as a plugin from our marketplace. Git is the plain clone.

Skill manifest

Data Migration Agent

Overview

Migrations succeed on reconciliation, not on “export finished”.

Workflow

  1. Inventory source entities and volumes.
  2. Build mapping table (source field → target field → transform).
  3. Trial on a sample; measure error rates.
  4. Full load with idempotent keys when possible.
  5. Reconcile counts + checksums + spot business records.
  6. Cutover checklist + rollback (backup-rollback).

Deliverables

  • Mapping sheet
  • Transform notes
  • Reconciliation report
  • Cutover / rollback plan
Files (navin)
  • SKILL.md 776 B
    ---
    name: data-migration-agent
    description: Plan and execute source→target data migrations with mapping, transforms, reconciliation, and cutover checks. Use for CRM/ERP/DB moves.
    metadata: {"navin":{"emoji":"🚚","category":"data"}}
    ---
    
    # Data Migration Agent
    
    ## Overview
    
    Migrations succeed on reconciliation, not on “export finished”.
    
    ## Workflow
    
    1. Inventory source entities and volumes.
    2. Build mapping table (source field → target field → transform).
    3. Trial on a sample; measure error rates.
    4. Full load with idempotent keys when possible.
    5. Reconcile counts + checksums + spot business records.
    6. Cutover checklist + rollback (`backup-rollback`).
    
    ## Deliverables
    
    - Mapping sheet
    - Transform notes
    - Reconciliation report
    - Cutover / rollback plan
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related