概要
The move-a-file skill enables AI agents to perform safe and thorough refactoring by automating the tedious process of relocating or renaming files within a codebase. Unlike a simple file move, this skill utilizes advanced search patterns with tools like ripgrep to find exact filenames, relative paths, and language-specific import statements. It intelligently updates these references to ensure that documentation links, build scripts, and source code remain functional, finally executing the move via git to preserve version control history. This is particularly useful for large-scale structural changes where manual reference hunting is prone to error.