User-defined skills (~/.claude/skills/) not appearing in slash-command autocomplete
Status Closed — duplicate
Maintainer reply None cached
Activity 3 comments · opened Apr 17, 2026 · closed Apr 20, 2026
Environment
- Claude Code v2.1.92
- Model: Opus 4.6 (1M context)
- OS: Linux (CentOS 7)
Issue
Built-in slash commands (e.g. /help, /skills) autocomplete when typing /, but user-defined skills installed under ~/.claude/skills/ (e.g. analyze-testbench, compare-testbench) do NOT appear in the autocomplete list.
Repro
- Create a skill at
~/.claude/skills/analyze-testbench/SKILL.md - Start
claude - Type
/analand press Tab
Expected
/analyze-testbench appears as an autocomplete suggestion.
Actual
No suggestion shown. Typing the full command /analyze-testbench still invokes the skill correctly — only autocomplete is missing.
Note
Some environments also report /skills isn't available in this environment, which suggests the skills subsystem may be gated per-mode.
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗