Skip to content

Commit 35fde5e

Browse files
authored
docs(skills): add migration skill section (#38)
1 parent b29c4d7 commit 35fde5e

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ Welcome to try it out and share feedback through issues and discussions!
3535

3636
## Skills
3737

38+
### Best practice
39+
3840
Rstack CLI is still new and does not have complete documentation yet.
3941

4042
Installing the Rstack CLI skill so the agent can understand how to use it:
@@ -43,6 +45,14 @@ Installing the Rstack CLI skill so the agent can understand how to use it:
4345
npx skills add rstackjs/rstack-cli --skill rstack-cli-best-practices
4446
```
4547

48+
### Migration
49+
50+
Installing the migration skill so the agent can migrate existing projects to Rstack CLI:
51+
52+
```bash
53+
npx skills add rstackjs/rstack-cli --skill migrate-to-rstack-cli
54+
```
55+
4656
## Usage
4757

4858
1. Install `rstack` in your project:

0 commit comments

Comments
 (0)