stuffed up and plugins are in staged (#1845)

* stuffed up and plugins are in staged

* fixing readme

* fixing plugin file
This commit is contained in:
Aaron Powell
2026-05-27 11:05:34 +10:00
committed by GitHub
parent b4948a9450
commit d1fdc3184e
493 changed files with 268 additions and 102216 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/"
]
}