summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src
diff options
context:
space:
mode:
authorConnor Adams <[email protected]>2025-12-25 00:18:33 +0000
committerGitHub <[email protected]>2025-12-24 18:18:33 -0600
commit8eac72341f56e2def45d347edda59eb9cb3b64d6 (patch)
treec88d8e1034d322eade629e2c767c8f5cf7ef960e /packages/web/src
parentbd139b4bd61f4d62cc1314a05b87b704a185b5e1 (diff)
downloadopencode-8eac72341f56e2def45d347edda59eb9cb3b64d6.tar.gz
opencode-8eac72341f56e2def45d347edda59eb9cb3b64d6.zip
docs: update skills to use canonical `~/.config/opencode` location (#6132)
Diffstat (limited to 'packages/web/src')
-rw-r--r--packages/web/src/content/docs/skills.mdx4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/web/src/content/docs/skills.mdx b/packages/web/src/content/docs/skills.mdx
index c1d433a83..c559c067c 100644
--- a/packages/web/src/content/docs/skills.mdx
+++ b/packages/web/src/content/docs/skills.mdx
@@ -14,7 +14,7 @@ Create one folder per skill name and put a `SKILL.md` inside it.
OpenCode searches these locations:
- Project config: `.opencode/skill/<name>/SKILL.md`
-- Global config: `~/.opencode/skill/<name>/SKILL.md`
+- Global config: `~/.config/opencode/skill/<name>/SKILL.md`
- Claude-compatible: `.claude/skills/<name>/SKILL.md`
---
@@ -24,7 +24,7 @@ OpenCode searches these locations:
For project-local paths, OpenCode walks up from your current working directory until it reaches the git worktree.
It loads any matching `skill/*/SKILL.md` in `.opencode/` and any matching `.claude/skills/*/SKILL.md` along the way.
-Global definitions are also loaded from `~/.opencode/skill/*/SKILL.md`.
+Global definitions are also loaded from `~/.config/opencode/skill/*/SKILL.md`.
---