From efc85762ca04d07e47162d8b576205c4d1f439ee Mon Sep 17 00:00:00 2001 From: AlexisLeDain Date: Wed, 20 May 2026 11:33:04 +0200 Subject: [PATCH] feat(kiro): add react skills into manifests --- manifests/install-modules.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifests/install-modules.json b/manifests/install-modules.json index c8330f35..13ad7771 100644 --- a/manifests/install-modules.json +++ b/manifests/install-modules.json @@ -173,6 +173,9 @@ "skills/quarkus-patterns", "skills/quarkus-tdd", "skills/quarkus-verification", + "skills/react-patterns", + "skills/react-performance", + "skills/react-testing", "skills/rust-patterns", "skills/rust-testing", "skills/springboot-patterns",