Facilitates precise, line-based code movement and extraction across files to streamline codebase reorganization.
The Code Transfer skill provides Claude with specialized tools for moving, copying, and extracting code blocks with surgical precision. It supports dual-mode operation: a basic mode for immediate small-scale changes and an execution mode for batch operations across 10 or more files, which can lead to significant token savings. Whether you are refactoring large classes into dedicated modules, inserting code at exact line numbers using specialized scripts, or reorganizing entire directory structures, this skill ensures that indentation and dependencies are handled efficiently while automating the most tedious aspects of code mobility.
Características Principales
01Dual-mode operation optimized for both targeted edits and large-scale batch transfers
02Token-efficient execution mode designed for operations involving 10+ files
03Line-accurate code insertion using specialized Python utility scripts
04High-precision extraction of functions and classes using Grep and Read tools
051 GitHub stars
06Built-in backup functionality for safe and reversible codebase modifications
Casos de Uso
01Extracting a growing class from a monolithic file into its own dedicated module
02Bulk inserting imports or logging statements at specific line numbers across multiple files
03Moving utility functions from a primary script into a shared library while maintaining line precision