From 65130d6b3bbbed52a5e5045bf9f5f5659493ca71 Mon Sep 17 00:00:00 2001 From: Diane Diaz Date: Fri, 16 Jan 2026 09:13:06 -0800 Subject: [PATCH 1/2] temp correction for agent directory --- documentation/docs/guides/context-engineering/using-skills.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/guides/context-engineering/using-skills.md b/documentation/docs/guides/context-engineering/using-skills.md index 0d6a11149e02..911422e30c78 100644 --- a/documentation/docs/guides/context-engineering/using-skills.md +++ b/documentation/docs/guides/context-engineering/using-skills.md @@ -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/agents/skills/` — Global, portable across AI coding agents +2. `~/.config/agent/skills/` — Global, portable across AI coding agents (`.config/agents/skills` in goose v1.20.0 and later) 3. `~/.config/goose/skills/` — Global, goose-specific 4. `./.claude/skills/` — Project-level, shared with Claude Desktop 5. `./.goose/skills/` — Project-level, goose-specific From 200484f5e4a74f7ddc0422fd1758866588e16943 Mon Sep 17 00:00:00 2001 From: Diane Diaz Date: Fri, 16 Jan 2026 09:16:38 -0800 Subject: [PATCH 2/2] full path --- documentation/docs/guides/context-engineering/using-skills.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/guides/context-engineering/using-skills.md b/documentation/docs/guides/context-engineering/using-skills.md index 911422e30c78..8a40a4611f35 100644 --- a/documentation/docs/guides/context-engineering/using-skills.md +++ b/documentation/docs/guides/context-engineering/using-skills.md @@ -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/agent/skills/` — Global, portable across AI coding agents (`~/.config/agents/skills` in goose v1.20.0 and later) 3. `~/.config/goose/skills/` — Global, goose-specific 4. `./.claude/skills/` — Project-level, shared with Claude Desktop 5. `./.goose/skills/` — Project-level, goose-specific