plugins marketplace
← All plugins

code-operations-skills

v1.0.0

Skills for code manipulation operations including line-based code transfer, bulk refactoring, and file analysis - converted from code-copy-mcp

Claude Code4 skills

by mhattingpete657updated 2 weeks ago

Source

git clone https://github.com/mhattingpete/claude-skills-marketplace

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is code-operations-plugin/ inside the repository.

Layout

code-operations-plugin/
├── .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

code-executionskills/code-execution/SKILL.md

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.

code-refactorskills/code-refactor/SKILL.md

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.

code-transferskills/code-transfer/SKILL.md

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.

file-operationsskills/file-operations/SKILL.md

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

code-operations-plugin/.claude-plugin/plugin.json
{
  "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"
  }
}