Skip to content

Commit 2fe6eb7

Browse files
cursoragentbetegon
andcommitted
docs: clarify agent skill auto-install prerequisite
Add note that automatic skill installation requires ~/.claude or ~/.agents to already exist — the installer does not create these directories. Co-authored-by: Miguel Betegón <miguelbetegongarcia@gmail.com>
1 parent c625cdc commit 2fe6eb7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/src/content/docs/agentic-usage.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ AI coding agents like Claude Code — and any agent that reads skills from `~/.a
99

1010
When you install the CLI (via `curl`, Homebrew, or a package manager), `sentry cli setup` automatically installs agent skills into any detected agent root directories (`~/.claude`, `~/.agents`). Skills are also refreshed on `sentry cli upgrade`. No network fetch is needed — skill files are embedded in the binary.
1111

12+
:::note
13+
Automatic installation only runs if `~/.claude` or `~/.agents` already exists on your system. The installer does not create these directories — they are created by the respective AI agent tools (Claude Code, etc.) when you first set them up.
14+
:::
15+
1216
To skip automatic skill installation, pass `--no-agent-skills` to `sentry cli setup`.
1317

1418
## Manual Installation

0 commit comments

Comments
 (0)