From cb4fc05128b523e5700bd0e350a8b37c3b641897 Mon Sep 17 00:00:00 2001 From: neverland Date: Thu, 9 Jul 2026 22:06:49 +0800 Subject: [PATCH] docs: add Rstack CLI skill install instructions --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 5030bc6..08c2de2 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,16 @@ Rstack CLI is currently experimental and mainly used for internal validation. It Welcome to try it out and share feedback through issues and discussions! +## Skills + +Rstack CLI is still new and does not have complete documentation yet. + +Installing the Rstack CLI skill so the agent can understand how to use it: + +```bash +npx skills add rstackjs/rstack-cli --skill rstack-cli-best-practices +``` + ## Usage 1. Install `rstack` in your project: