Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
---
name: rstack-cli-best-practices
description: Guidance for Rstack CLI work involving `rs` commands, `rstack.config.*`, package APIs, or Rstack-based projects and tooling.
name: rstack-cli-docs
description: Consult installed, version-matched Rstack docs only for user-facing `rs` command behavior, `rstack.config.*` semantics, or public `rstack` APIs. Do not use for purely internal implementation, tests, performance, or repository maintenance.
---

# Rstack CLI Best Practices
# Rstack CLI Docs

Rstack CLI is the `rstack` package, exposed through the `rs` binaries. It provides one CLI, one
config file, and a consistent workflow for the Rstack JavaScript toolchain.

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

## ALWAYS read installed docs before working
## Read installed docs when this skill applies

Before any Rstack work, find and read the relevant Markdown documentation shipped with the installed `rstack` package.
When this skill applies, find and read the relevant Markdown documentation shipped with the installed `rstack` package.

Model knowledge can be outdated; the installed documentation is the source of truth for the project's Rstack version.

Expand Down
7 changes: 4 additions & 3 deletions skills-lock.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"version": 1,
"skills": {
"rstack-cli-best-practices": {
"rstack-cli-docs": {
"source": "rstackjs/rstack-cli",
"ref": "main",
"sourceType": "github",
"skillPath": ".agents/skills/rstack-cli-best-practices/SKILL.md",
"computedHash": "fa6e3305610cab62c9ec6be3f38a7dfc9917d1417bcd3dc449c46f1ccaec4a2a"
"skillPath": ".agents/skills/rstack-cli-docs/SKILL.md",
"computedHash": "3bd67c05c2cb4121edd24be65d118e0e7402177bca8a0f1b5bb0ce55dee5e61c"
}
}
}