anomalyco / anomalyco/opencode
Skill not discovered in .opencode/skills/ despite correct format and location
Open
@neriousy is already working on this.
Since Sep 2, 2026.
- Dominant language
- TypeScript
- Stars
- 209k
- Forks
- 27.5k
- PR merge metrics
- PR metrics pending
Description
Description
A custom skill placed in .opencode/skills/grilling/SKILL.md is not discovered by OpenCode, despite:
- File being correctly named SKILL.md (all caps)
- Frontmatter containing both name and description
- Skill name matching directory name (grilling)
- No conflicting permissions or duplicate skill names
- Complete restart of OpenCode (running from VSC terminal)
Plugins
No response
OpenCode version
1.18.25
Steps to reproduce
- Create .opencode/skills/grilling/SKILL.md with valid frontmatter
- Restart OpenCode completely
- Check available skills - the skill is not listed
Expected Behavior
The skill should appear in <available_skills> section of the system prompt
Actual Behavior
Only built-in skills (e.g., customize-opencode) are visible
Screenshot and/or share link
No response
Operating System
macOS (darwin)
Terminal
VS Code integrated terminal (zsh)
Notes
- Similar to issue #6177 (fixed) and #7069
- File exists and is readable
- No permission denials in config
- Skill directory structure:
.opencode/skills/grilling/SKILL.md
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.