Skip to content

Commit c3102af

Browse files
committed
docs(skills): refine bundled docs guidance
1 parent 84e085b commit c3102af

1 file changed

Lines changed: 8 additions & 9 deletions

File tree

  • .agents/skills/rstack-cli-best-practices

.agents/skills/rstack-cli-best-practices/SKILL.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,16 @@ config file, and a consistent workflow for the Rstack JavaScript toolchain.
1010

1111
It covers web app, library, docs, test, lint, formatting, Git hook, and staged-file workflows.
1212

13-
## Rstack: ALWAYS read installed docs before working
13+
## ALWAYS read installed docs before working
1414

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.
1816

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.
2120

2221
2. For exact CLI flags and behavior, also run `rs -h` or `rs <command> -h` when supported.
2322

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

Comments
 (0)