Cleaning up plugins

This commit is contained in:
Aaron Powell
2026-04-20 12:37:23 +10:00
parent 685fed35f4
commit 51bf994ef2
465 changed files with 259 additions and 96645 deletions
+13 -8
View File
@@ -17,15 +17,20 @@
"repository": "https://github.com/github/awesome-copilot",
"license": "MIT",
"agents": [
"./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"
"./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/"
]
}