Skip to content

Bug: Custom skills not shown in / autocomplete menu #25117

Description

@ar23093-9991-oss

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

  1. Install a custom skill to ~/.claude/skills/ or ~/.agents/skills/:

    mkdir -p ~/.claude/skills/memory-recall
    # copy SKILL.md and supporting files
  2. Verify the skill is loaded:
    opencode debug skill

    Shows: {"name": "memory-recall", ...}

  3. Open opencode TUI and type / to open the command menu

  4. Expected: memory-recall appears in the autocomplete list
    Actual: memory-recall is not in the list

  5. 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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions