You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .agents/skills/rstack-cli-best-practices/SKILL.md
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,17 +10,16 @@ config file, and a consistent workflow for the Rstack JavaScript toolchain.
10
10
11
11
It covers web app, library, docs, test, lint, formatting, Git hook, and staged-file workflows.
12
12
13
-
## Rstack: ALWAYS read installed docs before working
13
+
## ALWAYS read installed docs before working
14
14
15
-
Before any Rstack work, find and read the relevant Markdown documentation shipped with the
16
-
installed `rstack` package. Model knowledge and summaries in this skill can be outdated; the
17
-
installed documentation is the source of truth for the project's Rstack version.
15
+
Before any Rstack work, find and read the relevant Markdown documentation shipped with the installed `rstack` package.
18
16
19
-
1. Start with `node_modules/rstack/dist/docs/llms.txt`, then read only the linked pages relevant to
20
-
the task before proposing or making changes.
17
+
Model knowledge can be outdated; the installed documentation is the source of truth for the project's Rstack version.
18
+
19
+
1. Start with `node_modules/rstack/dist/docs/llms.txt`, then read only the linked pages relevant to the task before proposing or making changes.
21
20
22
21
2. For exact CLI flags and behavior, also run `rs -h` or `rs <command> -h` when supported.
23
22
24
-
If the bundled docs are not available at that path, locate the installed `rstack` package. If they
25
-
are still unavailable, verify that `rstack` is installed, report the installed version, and use CLI
26
-
help plus the online Rstack documentation as a fallback. Do not guess from model memory.
23
+
If the bundled docs are not available at that path, locate the installed `rstack` package.
24
+
25
+
If they are still unavailable, verify that `rstack` is installed, and use CLI help plus the online [Rstack documentation](https://rstack.rs/) as a fallback.
0 commit comments