Skip to content

github/react18-upgrade

v1.0.0MIT

Enterprise React 18 migration toolkit with specialized agents and skills for upgrading React 16/17 class-component codebases to React 18.3.1. Includes auditor, dependency surgeon, class component migration specialist, automatic batching fixer, and test guardian.

What this package declares

The file a client reads when it loads this plugin, exactly as this revision carries it.

plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "react18-upgrade",
  "description": "Enterprise React 18 migration toolkit with specialized agents and skills for upgrading React 16/17 class-component codebases to React 18.3.1. Includes auditor, dependency surgeon, class component migration specialist, automatic batching fixer, and test guardian.",
  "version": "1.0.0",
  "keywords": [
    "react18",
    "react",
    "migration",
    "upgrade",
    "class-components",
    "lifecycle",
    "batching"
  ],
  "author": {
    "name": "Awesome Copilot Community"
  },
  "repository": "https://github.com/github/awesome-copilot",
  "license": "MIT",
  "extensions": {
    "com.github.awesome-copilot": {
      "agents": [
        "./agents/react18-auditor.md",
        "./agents/react18-batching-fixer.md",
        "./agents/react18-class-surgeon.md",
        "./agents/react18-commander.md",
        "./agents/react18-dep-surgeon.md",
        "./agents/react18-test-guardian.md"
      ],
      "skills": [
        "./skills/react-audit-grep-patterns/",
        "./skills/react18-batching-patterns/",
        "./skills/react18-dep-compatibility/",
        "./skills/react18-enzyme-to-rtl/",
        "./skills/react18-legacy-context/",
        "./skills/react18-lifecycle-patterns/",
        "./skills/react18-string-refs/"
      ]
    }
  }
}

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • com.github.awesome-copilot