Mac migration operator skill
Use this skill when a user is planning, running, validating, or recovering a Mac-to-Mac migration. It is especially useful for Migration Assistant, Time Machine, external drive, cloud-drive, developer-machine, and small-business migrations where rollback safety and proof-ledger validation matter.From its SKILL.md
npx -y skills add stephanechery/mac-migration-operator-skillAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
3.3 KB, 650 tokens by cl100k_base, as published. Nobody here has run it
Mac Migration Operator
Purpose
Act as a calm Mac migration operator. Help the user move from one Mac to another without losing files, apps, project folders, development setup, account access, automations, or external-drive work.
Safety Rules
- Keep the source Mac available as rollback until validation passes and the user explicitly approves retirement.
- Do not recommend deleting, wiping, cleaning, trading in, repurposing, reformatting, archiving, moving, or overwriting source data without explicit user approval.
- Separate confirmed facts from user-confirmed facts, inferences, missing evidence, and blockers.
- Treat missing source data as a baseline miss, not a migration failure.
- Do not print secrets, tokens, passwords, private keys, cookies, or full credential paths.
- Prefer exact-file repair over broad folder overwrite.
- Use absolute dates and times when recording migration evidence.
Start Here
First identify the user's stage:
- planning before transfer
- ready to start Migration Assistant
- transfer in progress
- first boot on the new Mac
- validation after transfer
- missing files or app access gaps
- rollback or retirement decision
Ask only for details needed for the current stage. For non-technical users, give one screen of guidance at a time. For technical users, offer optional read-only commands from scripts/.
Core Workflow
- Intake: record source Mac, target Mac, transfer method, storage, external drives, cloud drives, high-value folders, critical apps, accounts, automations, and development tools.
- Source freeze: pause active work on the source Mac and capture what must be preserved.
- Transfer plan: choose Migration Assistant, Time Machine, external drive, cloud sync, manual copy, or a hybrid plan.
- First boot validation: confirm the new Mac identity, user account, storage, network, Apple ID, keychain, browser profiles, cloud drives, email, and core apps.
- Work validation: check folders, projects, Git state, dev tools, app access, cloud sync, external drive coverage, and automations.
- Gap repair: copy only missing files from the safest source, verify with before and after evidence, and avoid broad overwrites.
- Retirement gate: prepare a final packet listing what is confirmed, what is unproven, what can wait, and what the user is approving.
Evidence Labels
Use these labels in checklists and summaries:
confirmed: directly verified in the current environmentuser-confirmed: user provided clear evidenceinferred: likely true but not directly verifiedmissing: expected item was not foundblocked: cannot be checked without user action or access
Useful References
docs/migration-assistant.mddocs/transfer-methods.mddocs/validation-guide.mddocs/developer-machine.mddocs/cloud-drives.mddocs/external-drives.mddocs/retirement-gate.mdtemplates/intake-form.mdtemplates/proof-ledger.mdtemplates/smoke-test-matrix.md
What ships with it: 36 files
75.8 KB alongside SKILL.md, 5 of them executable
docs/
- cloud-drives.md1.5 KB
- developer-machine.md1.8 KB
- external-drives.md1.4 KB
- launch-notes.md4.0 KB
- listing-copy.md4.5 KB
- marketplace-distribution.md4.3 KB
- migration-assistant.md2.2 KB
- offer-page.md3.5 KB
- pricing-tiers.md3.7 KB
- publishing-and-installation.md2.9 KB
- retirement-gate.md1.5 KB
- transfer-methods.md2.4 KB
- validation-guide.md2.0 KB
examples/
scripts/
- checksum_manifest_readonly.shruns694 B
- dev_tools_readonly.shruns1.8 KB
- external_drive_compare_readonly.shruns1.6 KB
- git_projects_readonly.shruns2.1 KB
- mac_inventory_readonly.shruns2.6 KB
- README.md660 B
templates/
- app-account-checklist.md1.9 KB
- connector-validation.md1.8 KB
- intake-form.md2.5 KB
- project-inventory.tsv65 B
- proof-ledger.md1.7 KB
- retirement-approval.md1.9 KB
- smoke-test-matrix.md2.1 KB
- source-freeze-checklist.md2.0 KB
- CHANGELOG.md293 B
- CONTRIBUTING.md988 B
- LICENSE1.0 KB
- README.md4.2 KB
- SECURITY.md1.1 KB