Code Operations Skills
Plugin ActiveSkills for code manipulation operations including line-based code transfer, bulk refactoring, and file analysis - converted from code-copy-mcp
To provide precise and efficient code manipulation capabilities, enabling developers to streamline tasks like refactoring, code movement, and file analysis within the Claude Code environment.
Features
- Line-based code transfer
- Bulk code refactoring
- File analysis and metadata retrieval
- Execution mode for large-scale operations
- Integration with native Claude Code tools
Use Cases
- Moving code snippets or functions between files
- Renaming identifiers or updating patterns across a codebase
- Analyzing file statistics like size, lines, and complexity
- Extracting code into new modules or files
Non-Goals
- Performing destructive operations without user awareness
- Modifying code outside the explicitly targeted files or directories
- Replacing native Claude Code Edit functionality for simple in-place edits
Trust
- warning:Issues AttentionThere were 6 issues opened in the last 90 days and 0 closed, indicating slow or no maintainer response to open issues.
Code Execution
- info:LoggingThe plugin does not explicitly mention local audit logging, but its operations are generally traceable through Claude Code's transcript and individual file changes.
Installation
First, add the marketplace
/plugin marketplace add mhattingpete/claude-skills-marketplace/plugin install code-operations-plugin@mhattingpete-claude-skillsContains 4 extensions
Skill (4)
Execute Python code locally with marketplace API access for 90%+ token savings on bulk operations. Activates when user requests bulk operations (10+ files), complex multi-step workflows, iterative processing, or mentions efficiency/performance.
Perform bulk code refactoring operations like renaming variables/functions across files, replacing patterns, and updating API calls. Use when users request renaming identifiers, replacing deprecated code patterns, updating method calls, or making consistent changes across multiple locations.
Transfer code between files with line-based precision. Use when users request copying code from one location to another, moving functions or classes between files, extracting code blocks, or inserting code at specific line numbers.
Analyze files and get detailed metadata including size, line counts, modification times, and content statistics. Use when users request file information, statistics, or analysis without modifying files.
Quality Score
Trust Signals
Similar Extensions
Framework Migration
99Framework updates, migration planning, and architectural transformation workflows
Dimensional Analysis
99Annotates codebases with dimensional analysis comments documenting units, dimensions, and decimal scaling. Use when someone asks to annotate units in a codebase, perform a dimensional analysis, or find vulnerabilities in a DeFi protocol. Prevents dimensional mismatches and catches formula bugs early.
Andrej Karpathy Skills
99Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls
Codebase Cleanup
98Technical debt reduction, dependency updates, and code refactoring automation