code-transfer
Transfer code between files with line-based precision — move functions/classes, extract blocks.
🛡️ AgentReady threat assessment
MAESTRO 7-layer threat model + OWASP AIVSS risk score for code-transfer, derived from its capabilities.
AIVSS 9.1 · Critical
View MAESTRO 7-layer threat model →Overview
Community Agent Skill (code-operations plugin) that copies/moves code between files with line-based precision, extracting blocks or inserting at specific line numbers. Reads and writes source files on the host.
Key features
- Line-precise code moves
- Function/class extraction
- Targeted insertion
Use cases
- Moving a function to another module
- Extracting a code block to a new file