We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b29c4d7 commit 35fde5eCopy full SHA for 35fde5e
1 file changed
README.md
@@ -35,6 +35,8 @@ Welcome to try it out and share feedback through issues and discussions!
35
36
## Skills
37
38
+### Best practice
39
+
40
Rstack CLI is still new and does not have complete documentation yet.
41
42
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:
43
45
npx skills add rstackjs/rstack-cli --skill rstack-cli-best-practices
44
46
```
47
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
56
## Usage
57
58
1. Install `rstack` in your project:
0 commit comments