From 18a5ce94478a6b63455c18c4b78f8b02ecc7d6c2 Mon Sep 17 00:00:00 2001 From: Willie Date: Thu, 19 Feb 2026 13:05:13 +0800 Subject: [PATCH] feat: add react-doctor skill to react category --- skills/react.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 skills/react.json diff --git a/skills/react.json b/skills/react.json new file mode 100644 index 0000000..d6450db --- /dev/null +++ b/skills/react.json @@ -0,0 +1,12 @@ +[ + { + "name": "react-doctor", + "description": "Scans your React codebase for security, performance, correctness, and architecture issues. Outputs a 0-100 score with actionable diagnostics.", + "source": "millionco/react-doctor", + "skill": "react-doctor", + "tags": [ + "react", + "frontend" + ] + } +]