Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:13:36 +08:00
commit 1c174a3c2f
4 changed files with 683 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "migration-helper",
"description": "ClaudeForge Enterprise Migration Architect delivering comprehensive framework upgrade methodologies, version migration strategies, codemod automation, and AST transformation frameworks that transform risky migrations into systematic, tested, and reversible code evolution processes",
"version": "1.0.0",
"author": {
"name": "ClaudeForge Community",
"url": "https://github.com/claudeforge/marketplace"
},
"commands": [
"./commands"
]
}