From 3c6616c3813fc8a068fe42c49dabb863ba3b0147 Mon Sep 17 00:00:00 2001 From: neverland Date: Wed, 15 Jul 2026 16:19:57 +0800 Subject: [PATCH 1/2] docs(skills): add migration skill section --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 031fea2..80fa28d 100644 --- a/README.md +++ b/README.md @@ -37,12 +37,22 @@ Welcome to try it out and share feedback through issues and discussions! Rstack CLI is still new and does not have complete documentation yet. +### Best practice + 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 ``` +### Migration + +Installing the migration skill so the agent can migrate existing projects to Rstack CLI: + +```bash +npx skills add rstackjs/rstack-cli --skill migrate-to-rstack-cli +``` + ## Usage 1. Install `rstack` in your project: From b09d3ca02df028ef38a95b2fbb31e3f9a086a61d Mon Sep 17 00:00:00 2001 From: neverland Date: Wed, 15 Jul 2026 16:21:19 +0800 Subject: [PATCH 2/2] fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 80fa28d..7284e37 100644 --- a/README.md +++ b/README.md @@ -35,10 +35,10 @@ 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. - ### Best practice +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