[BUG] Built-in slash commands hidden from autocomplete when too many skills are installed
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code
What's Wrong?
Built-in slash commands (like /model, /help, /doctor, /cost) do not appear in the autocomplete dropdown when typing /. Only custom skills from the ~/.claude/skills/ directory are shown.
The commands still work when typed manually (e.g., typing /model and pressing Enter executes correctly), but they are completely hidden from the autocomplete list.
What Should Happen?
Built-in commands should always appear in the autocomplete list, ideally with higher priority than custom skills.
Error Messages/Logs
<img width="3834" height="372" alt="Image" src="https://github.com/user-attachments/assets/22533f94-1190-4ff3-8cb7-38c9f70704e7" />
Steps to Reproduce
- Install multiple skills in ~/.claude/skills/ directory (I had ~50 skills)
- Start Claude Code in interactive mode
- Type / to trigger autocomplete
- Observe that only custom skills appear, built-in commands like /model, /help are missing
Claude Model
Opus
Is this a regression?
Yes, this worked in a previous version
Last Working Version
2.1.23
Claude Code Version
2.1.25
Platform
Anthropic API
Operating System
macOS
Terminal/Shell
Terminal.app (macOS)
Additional Information
Bug Report: Built-in slash commands hidden from autocomplete when too many skills are installed
Environment
- Claude Code version: 2.1.25
- Install method: native
- OS: macOS Darwin 23.4.0
Description
Built-in slash commands (like /model, /help, /doctor, /cost) do not appear in the autocomplete dropdown when typing /. Only custom skills from the ~/.claude/skills/ directory are shown.
The commands still work when typed manually (e.g., typing /model and pressing Enter executes correctly), but they are completely hidden from the autocomplete list.
Steps to Reproduce
- Install multiple skills in ~/.claude/skills/ directory (I had ~50 skills)
- Start Claude Code in interactive mode
- Type / to trigger autocomplete
- Observe that only custom skills appear, built-in commands like /model, /help are missing
Expected Behavior
Built-in commands should always appear in the autocomplete list, ideally with higher priority than custom skills.
Actual Behavior
Autocomplete list only shows custom skills. Built-in commands are completely hidden from the dropdown.
Workaround
Temporarily moving/removing the ~/.claude/skills/ directory restores built-in commands in autocomplete:
mv ~/.claude/skills ~/.claude/skills.backup
Diagnostic Output
/doctor shows no errors related to this issue:
- Search: OK (bundled)
- All other diagnostics pass
Suggested Fix
- Increase the autocomplete dropdown limit
- Or prioritize built-in commands to always appear first
- Or add a separate section for built-in commands vs custom skills
---
5 Comments
Found 3 possible duplicate issues:
This issue will be automatically closed as a duplicate in 3 days.
🤖 Generated with Claude Code
This is a new issue. It's not that the skill plugin doesn't appear in the slash command. The problem is that when you input the "/config /model" command, there is no auto-completion and it is not displayed in the slash command either.
Similar issue faced here:
Screenshot
<img width="924" height="316" alt="Image" src="https://github.com/user-attachments/assets/e3d6cf40-4b14-4ad5-ba47-6d79efb08667" />
Elaboration: Commands are working.
To get
/resumeone would have to space and escaped out of the input params for/skill-creatorfor instance<img width="938" height="300" alt="Image" src="https://github.com/user-attachments/assets/f8eb1acb-94c3-4d03-a4bc-49aa373f2c34" />
Current Version : v2.1.34 (previously v2.1.32)
Attempted Fix :
reran
curl -fsSL https://claude.ai/install.sh | bashto update to v2.1.34 and was still failing.Operating System
macOS
Terminal/Shell
iterm
(similar to above)
Steps to Reproduce
Expected Behavior
Built-in commands should always appear in the autocomplete list, ideally with higher priority than custom skills.
Actual Behavior
Autocomplete list only shows custom skills. Built-in commands are completely hidden from the dropdown.
Workaround
Temporarily moving/removing the
~/.claude/skills/directory restores built-in commands in autocomplete:mv ~/.claude/skills ~/.claude/skills.backupDiagnostic Output
/doctor shows no errors related to this issue:
Will be fixed in the next release
This issue has been automatically locked since it was closed and has not had any activity for 7 days. If you're experiencing a similar issue, please file a new issue and reference this one if it's relevant.