forked from github/awesome-copilot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
36 lines (36 loc) · 1.15 KB
/
plugin.json
File metadata and controls
36 lines (36 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"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",
"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/"
]
}