VS Code: skill autocomplete resolves wrong skill when typing exact name
Open 💬 2 comments Opened Feb 28, 2026 by brandonsimpson
Bug
When using a plugin with multiple skills in the VS Code extension, typing the exact skill name in the slash command resolves to the wrong skill.
Repro
Plugin: devils-advocate (5 skills: critique, critique-plan, pre, second-opinion, log)
- Type
/devils-advocate→ all 5 skills appear correctly:/critique /critique-plan /pre /second-opinion /log - Type
/devils-advocate:critique→ only/second-opinionappears in the dropdown - Selecting it runs
second-opinioninstead ofcritique
Expected
Typing /devils-advocate:critique should resolve to the critique skill (exact match) or at minimum show it as the top result.
Environment
- VS Code Claude extension
- Plugin installed from GitHub marketplace
- All skill frontmatter names are correct and unambiguous (
name: critiquevsname: second-opinion) - Works correctly in the CLI (
claudein terminal)
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗