Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:33:49 +08:00
commit fd1539fcc2
12 changed files with 3947 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
{
"name": "framework-migration",
"description": "Framework updates, migration planning, and architectural transformation workflows",
"version": "1.2.2",
"author": {
"name": "Seth Hobson",
"url": "https://github.com/wshobson"
},
"skills": [
"./plugins/framework-migration/skills/angular-migration",
"./plugins/framework-migration/skills/database-migration",
"./plugins/framework-migration/skills/dependency-upgrade",
"./plugins/framework-migration/skills/react-modernization"
],
"agents": [
"./plugins/framework-migration/agents/legacy-modernizer.md",
"./plugins/framework-migration/agents/architect-review.md"
],
"commands": [
"./plugins/framework-migration/commands/legacy-modernize.md",
"./plugins/framework-migration/commands/code-migrate.md",
"./plugins/framework-migration/commands/deps-upgrade.md"
]
}