Provide an option to customize the skill trigger character (e.g., use $ instead of /) to separate user-defined skills from built-in Claude Code commands in the autocomplete menu, which becomes cluttered with many installed skills.
## Problem Skills usage becomes increasingly painful as the number of installed grows, currently I have 20+ and when this many skills are installed, typing `/` floods the autocomplete menu with dozens of skill entries mixed in with built-in Claude Code commands (`/help`, `/clear`, `/compact`, etc.), making it hard to find what I need. The `/` namespace is shared between built-in commands and user-defined skills, and as the number of skills grows, the menu becomes cluttered and hard to navigate. ## Proposed solution Allow users to configure a separate trigger character for skill invocation via `settings.json`, e.g.: ``` { "skillTriggerCharacter": "$" } ``` This would keep `/` reserved for built-in Claude Code commands and move user-defined skills to a different trigger (similar to how Codex uses `$` for skills), cleanly separating the two namespaces. **Environment Info** - Platform: darwin - Terminal: Apple_Terminal - Version: 2.1.92 - Feedback ID: 77cf3345-01db-404c-b615-f2e0eef