Description
Bug: Custom skills not shown in / autocomplete menu
Description
Custom skills installed in ~/.claude/skills/ (and ~/.agents/skills/) work when invoked manually by typing the full command, but they do not appear in the / autocomplete suggestion menu. This makes skills hard to discover and use.
Environment
- OpenCode version: v1.14.30 (latest)
- OS: Ubuntu 22.04 (WSL2)
- Installation method:
curl -fsSL https://opencode.ai/install | bash
Steps to Reproduce
-
Install a custom skill to ~/.claude/skills/ or ~/.agents/skills/:
mkdir -p ~/.claude/skills/memory-recall
# copy SKILL.md and supporting files
-
Verify the skill is loaded:
opencode debug skill
Shows: {"name": "memory-recall", ...}
-
Open opencode TUI and type / to open the command menu
-
Expected: memory-recall appears in the autocomplete list
Actual: memory-recall is not in the list
-
However, typing /memory-recall your query manually does work - the skill executes correctly
Additional Context
The skill is confirmed working:
- opencode debug skill shows it loaded
- Manual invocation works perfectly
- The skill's tools (memory_search, memory_get, etc.) also work via natural language
Suggested Fix
Include loaded skills in the / autocomplete menu alongside built-in commands, similar to how Claude Code handles / commands with custom skills.
Plugins
No response
OpenCode version
No response
Steps to reproduce
No response
Screenshot and/or share link
No response
Operating System
No response
Terminal
No response
Description
Bug: Custom skills not shown in
/autocomplete menuDescription
Custom skills installed in
~/.claude/skills/(and~/.agents/skills/) work when invoked manually by typing the full command, but they do not appear in the/autocomplete suggestion menu. This makes skills hard to discover and use.Environment
curl -fsSL https://opencode.ai/install | bashSteps to Reproduce
Install a custom skill to
~/.claude/skills/or~/.agents/skills/:Verify the skill is loaded:
opencode debug skill
Shows: {"name": "memory-recall", ...}
Open opencode TUI and type / to open the command menu
Expected: memory-recall appears in the autocomplete list
Actual: memory-recall is not in the list
However, typing /memory-recall your query manually does work - the skill executes correctly
Additional Context
The skill is confirmed working:
Suggested Fix
Include loaded skills in the / autocomplete menu alongside built-in commands, similar to how Claude Code handles / commands with custom skills.
Plugins
No response
OpenCode version
No response
Steps to reproduce
No response
Screenshot and/or share link
No response
Operating System
No response
Terminal
No response