fix: use correct 'skills' directory path and respect OPENCODE_CONFIG_DIR
- Change skill directory from 'skill' (singular) to 'skills' (plural) to match OpenCode standard - Use getOpenCodeConfigDir() to respect OPENCODE_CONFIG_DIR environment variable - Update documentation and tests to reflect correct paths Fixes #810
This commit is contained in:
+2
-2
@@ -147,8 +147,8 @@ Three specializations in one:
|
||||
### Custom Skills
|
||||
|
||||
Load custom skills from:
|
||||
- `.opencode/skill/*/SKILL.md` (project)
|
||||
- `~/.config/opencode/skill/*/SKILL.md` (user)
|
||||
- `.opencode/skills/*/SKILL.md` (project)
|
||||
- `~/.config/opencode/skills/*/SKILL.md` (user)
|
||||
- `.claude/skills/*/SKILL.md` (Claude Code compat)
|
||||
- `~/.claude/skills/*/SKILL.md` (Claude Code user)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user