From 88c22b20e5581f8f803675827f3c1f476162518c Mon Sep 17 00:00:00 2001 From: artus9033 Date: Tue, 24 Mar 2026 17:12:15 +0100 Subject: [PATCH] fix(docs): invalid skill install command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1063bbf..76acf8f8 100644 --- a/README.md +++ b/README.md @@ -227,7 +227,7 @@ Read the [contribution guidelines](/CONTRIBUTING.md) before contributing. This repository provides agent skills to help you integrate and use the packages. You can easily install them with: -`npx skills add https://github.com/callstackincubator/react-native-ai --skill json-render-react` +`npx skills add https://github.com/callstackincubator/react-native-ai --skill react-native-ai-skills` or manually by copying the `skills/` directory in your `.cursor/` directory.