mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 05:43:55 +00:00
docs: update skills to use canonical ~/.config/opencode location (#6132)
This commit is contained in:
parent
bd139b4bd6
commit
8eac72341f
@ -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`.
|
||||
|
||||
---
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user