What problem does it solve?
This Skill prevents broken imports, stale links, and build failures caused by renaming or relocating files and directories without updating every dependent reference.
Core Features & Use Cases
- Preflight planning: Creates a source-to-destination mapping and classifies move scope (module/package/cross-module) to determine the right search radius.
- Safe move execution: Uses git-preserving operations (prefers
git mv) including handling case-only renames via a temporary name.
- Comprehensive reference repair: Updates imports, build metadata, documentation links, resources, and script references so the repository remains consistent.
- Post-move verification & guardrails: Re-runs targeted searches for stale tokens, checks git status deltas, and enforces a version bump requirement before running builds.
Quick Start
Tell the Skill which files or directories you want to move to where, and ask it to preserve history, update all references, and verify that no stale paths remain.