code-operations-skills
v1.0.0Skills for code manipulation operations including line-based code transfer, bulk refactoring, and file analysis - converted from code-copy-mcp
by mhattingpete657updated 2 weeks ago
Source
git clone https://github.com/mhattingpete/claude-skills-marketplaceClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is code-operations-plugin/ inside the repository.
Layout
├── .claude-plugin/plugin.json├── skills/code-execution/SKILL.md├── skills/code-refactor/SKILL.md├── skills/code-transfer/SKILL.md└── skills/file-operations/SKILL.md
Skills4
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.
Manifests1
{
"name": "code-operations-skills",
"version": "1.0.0",
"description": "Skills for code manipulation operations including line-based code transfer, bulk refactoring, and file analysis - converted from code-copy-mcp",
"author": {
"name": "mhattingpete",
"email": "noreply@github.com"
}
}