What problem does it solve?
Model knowledge about the Rstack toolchain can be outdated or mismatched with the version installed in a project, leading to incorrect CLI flags, config options, or API usage. This Skill directs the AI to read the documentation bundled with the installed rstack package so answers match the project's actual version.
Core Features & Use Cases
- Version-matched documentation lookup: Reads
node_modules/rstack/docs/llms.txt and linked Markdown pages shipped with the installed rstack package.
- CLI help verification: Runs
rs -h or rs <command> -h to confirm exact flags and command behavior.
- Fallback strategy: Falls back to CLI help and the online Rstack documentation when bundled docs are unavailable.
- Use Case: When asked how to configure a build in
rstack.config.ts or which flags rs build supports, the Skill grounds the answer in the installed package's docs instead of stale training knowledge.
Quick Start
Ask how to configure or use an rs command, and the Skill will consult the installed rstack package documentation before answering.