Agent Plugins Marketplace
All plugins

framework-migration

v1.3.2

Framework updates, migration planning, and architectural transformation workflows

CodexClaude Code4 Skills

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

Installs for the current user
codex plugin marketplace add wshobson/agents
codex plugin marketplace upgrade claude-code-workflows
codex plugin add framework-migration@claude-code-workflows

Paste 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-marketplaceframework-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/agents

Clone 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

plugins/framework-migration/
├── .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

angular-migrationskills/angular-migration/SKILL.md

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.

database-migrationskills/database-migration/SKILL.md

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.

dependency-upgradeskills/dependency-upgrade/SKILL.md

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.

react-modernizationskills/react-modernization/SKILL.md

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

plugins/framework-migration/.codex-plugin/plugin.json
{
  "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"
  }
}
plugins/framework-migration/.claude-plugin/plugin.json
{
  "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"
}

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)