summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/content/docs
diff options
context:
space:
mode:
authorConnor Adams <[email protected]>2025-12-30 12:40:19 +0000
committerGitHub <[email protected]>2025-12-30 06:40:19 -0600
commit97081484d50846e725dc3d106a7af6a2878552f4 (patch)
tree502b2f9393dd517a817bcba53e38619a8f3c9c2b /packages/web/src/content/docs
parente4515044960b7ae6a043aaf7316dc870650975f5 (diff)
downloadopencode-97081484d50846e725dc3d106a7af6a2878552f4.tar.gz
opencode-97081484d50846e725dc3d106a7af6a2878552f4.zip
docs: global claude skills (#6436)
Diffstat (limited to 'packages/web/src/content/docs')
-rw-r--r--packages/web/src/content/docs/skills.mdx5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/web/src/content/docs/skills.mdx b/packages/web/src/content/docs/skills.mdx
index c559c067c..09519e2be 100644
--- a/packages/web/src/content/docs/skills.mdx
+++ b/packages/web/src/content/docs/skills.mdx
@@ -15,7 +15,8 @@ OpenCode searches these locations:
- Project config: `.opencode/skill/<name>/SKILL.md`
- Global config: `~/.config/opencode/skill/<name>/SKILL.md`
-- Claude-compatible: `.claude/skills/<name>/SKILL.md`
+- Project Claude-compatible: `.claude/skills/<name>/SKILL.md`
+- Global Claude-compatible: `~/.claude/skills/<name>/SKILL.md`
---
@@ -24,7 +25,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 `~/.config/opencode/skill/*/SKILL.md`.
+Global definitions are also loaded from `~/.config/opencode/skill/*/SKILL.md` and `~/.claude/skills/*/SKILL.md`.
---