Code Transfer
技能 已验证 活跃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.
To facilitate accurate and efficient code movement between different files and locations within a project, supporting tasks like refactoring and code organization.
功能
- Transfer code with line-based precision
- Move functions, classes, or code blocks
- Extract code to new files
- Insert code at specific line numbers
- Supports basic tools and execution mode for bulk operations
使用场景
- Copying code from one location to another
- Moving functions or classes between files
- Extracting code blocks to new files
- Inserting code at specific line numbers
非目标
- Performing complex code refactoring beyond simple transfer
- Understanding or generating new code logic
- Modifying code without explicit user request for transfer
Security
- info:Unguarded Destructive OperationsThe `line_insert.py` script has an optional `--backup` flag for file modifications, which is a good practice but not a strict confirmation gate for every destructive operation. The core operations are file writes.
Scope
- info:Dry-run previewThe `line_insert.py` script offers an optional `--backup` flag, which is a form of preview/safety measure, but not a full dry-run that shows the exact changes without modification.
安装
请先添加 Marketplace
/plugin marketplace add mhattingpete/claude-skills-marketplace/plugin install code-operations-plugin@mhattingpete-claude-skills质量评分
已验证类似扩展
Cleanup Cycles
100Detect and untangle circular dependencies. Runs madge/skott (TS), pycycle (Py), or compiler-only checks (Go/Rust). Auto-fixes leaf-extractable cycles; reports core cycles for human review. Use when the user asks to find circular imports, fix dependency cycles, or untangle module graph. Example queries — "find circular imports", "fix dependency cycles", "untangle our module graph", "why is madge complaining".
Embedding Strategies
100Select and optimize embedding models for semantic search and RAG applications. Use when choosing embedding models, implementing chunking strategies, or optimizing embedding quality for specific domains.
Aws Cdk Development
100AWS Cloud Development Kit (CDK) 专家,用于使用 TypeScript/Python 构建云基础设施。在创建 CDK 堆栈、定义 CDK 构造、实现基础设施即代码,或当用户提及 CDK、CloudFormation、IaC、cdk synth、cdk deploy,或希望以编程方式定义 AWS 基础设施时使用。涵盖 CDK 应用结构、构造模式、堆栈组合和部署工作流。
Fit Drift Diffusion Model
100Fit cognitive drift-diffusion models (Ratcliff DDM) to reaction time and accuracy data with parameter estimation (drift rate, boundary separation, non-decision time), model comparison, and parameter recovery validation. Use when modeling binary decision-making with reaction time data, estimating cognitive parameters from experimental data, comparing sequential sampling model variants, or decomposing speed-accuracy tradeoff effects into latent cognitive components.
Ui Ux Pro Max
100UI/UX design intelligence with searchable style, palette, typography, and chart databases. Use when designing UI components, choosing colors/fonts, reviewing code for UX issues, building landing pages, or implementing responsive layouts.
Google Tts
100Convert documents and text to audio using Google Cloud Text-to-Speech. Use this skill when the user wants to: narrate a document, read aloud text, generate audio from a file, convert text to speech, create a recording of documentation or analysis, create a podcast from a document, or use Google TTS/text-to-speech. Trigger phrases: "read this aloud", "narrate this", "create a recording", "text to speech", "TTS", "convert to audio", "audio from document", "listen to this", "generate audio", "google tts", "create a podcast".