Code Operations Skills
插件 活跃Skills 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.
功能
- Line-based code transfer
- Bulk code refactoring
- File analysis and metadata retrieval
- Execution mode for large-scale operations
- Integration with native Claude Code tools
使用场景
- 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
非目标
- 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.
安装
请先添加 Marketplace
/plugin marketplace add mhattingpete/claude-skills-marketplace/plugin install code-operations-plugin@mhattingpete-claude-skills包含 4 个扩展
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.
质量评分
类似扩展
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
99行为准则,旨在减少 LLM 常见的编码错误,这些准则源自 Andrej Karpathy 对 LLM 编码陷阱的观察。
Codebase Cleanup
98Technical debt reduction, dependency updates, and code refactoring automation