framework-migration
v1.3.2Framework updates, migration planning, and architectural transformation workflows
By Seth HobsonLicense: MIT39.9k GitHub starsUpdated 3 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 4 skill or MCP entries
- Source updated
- Sep 21, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install framework-migration for Codex and Claude Code
codex plugin marketplace add wshobson/agents
codex plugin marketplace upgrade claude-code-workflows
codex plugin add framework-migration@claude-code-workflowsPaste and run these commands in a terminal with Codex. They add and refresh the claude-code-workflows catalog, then install this plugin.
Compatibility: the page URL and API slug “framework-migration” remain stable.
- Codex:
framework-migration@agent-plugin-marketplace→framework-migration@claude-code-workflows
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/wshobson/agentsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/framework-migration/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/angular-migration/SKILL.md├── skills/database-migration/SKILL.md├── skills/dependency-upgrade/SKILL.md└── skills/react-modernization/SKILL.md
Included Skills4
Migrate from AngularJS to Angular using hybrid mode, incremental component rewriting, and dependency injection updates. Use when upgrading AngularJS applications, planning framework migrations, or modernizing legacy Angular code.
Execute database migrations across ORMs and platforms with zero-downtime strategies, data transformation, and rollback procedures. Use when migrating databases, changing schemas, performing data transformations, or implementing zero-downtime deployment strategies.
Manage major dependency version upgrades with compatibility analysis, staged rollout, and comprehensive testing. Use when upgrading framework versions, updating major dependencies, or managing breaking changes in libraries.
Upgrade React applications to latest versions, migrate from class components to hooks, and adopt concurrent features. Use when modernizing React codebases, migrating to React Hooks, or upgrading to latest React versions.
Plugin manifests2
{
"name": "framework-migration",
"version": "1.3.2",
"description": "Framework updates, migration planning, and architectural transformation workflows",
"skills": "./skills/",
"author": {
"name": "Seth Hobson",
"email": "[email protected]"
},
"license": "MIT",
"interface": {
"displayName": "Framework Migration",
"shortDescription": "Framework updates, migration planning, and architectural transformation workflows",
"category": "Coding"
}
}{
"name": "framework-migration",
"version": "1.3.2",
"description": "Framework updates, migration planning, and architectural transformation workflows",
"author": {
"name": "Seth Hobson",
"email": "[email protected]"
},
"license": "MIT"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[framework-migration on Agent Plugins Marketplace](https://pluginsmp.com/plugins/framework-migration)