mirror of
https://github.com/block/goose.git
synced 2026-05-02 21:40:58 +00:00
Fix path for global agent skills (#6591)
This commit is contained in:
parent
bd84da2ab9
commit
60891d379f
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ goose skills are compatible with Claude Desktop and other [agents that support A
|
|||
Skills can be stored globally and/or per-project. goose checks all of these directories in order and combines what it finds. If the same skill name exists in multiple directories, later directories take priority:
|
||||
|
||||
1. `~/.claude/skills/` — Global, shared with Claude Desktop
|
||||
2. `~/.config/agent/skills/` — Global, portable across AI coding agents (`~/.config/agents/skills` in goose v1.20.0 and later)
|
||||
2. `~/.config/agents/skills/` — Global, portable across AI coding agents
|
||||
3. `~/.config/goose/skills/` — Global, goose-specific
|
||||
4. `./.claude/skills/` — Project-level, shared with Claude Desktop
|
||||
5. `./.goose/skills/` — Project-level, goose-specific
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue