Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:40:11 +08:00
commit 8b119df38b
11 changed files with 853 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "code-operations-skills",
"description": "Skills for code manipulation operations including line-based code transfer, bulk refactoring, and file analysis - converted from code-copy-mcp",
"version": "1.0.0",
"author": {
"name": "mhattingpete",
"email": "noreply@github.com"
},
"skills": [
"./skills"
]
}