claude-code - 💡(How to fix) Fix [BUG] Skill autocomplete no longer filters by substring match (regression) [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#52257Fetched 2026-04-24 06:11:59
View on GitHub
Comments
0
Participants
1
Timeline
5
Reactions
0
Author
Participants
Timeline (top)
labeled ×5

The slash command / skill autocomplete dropdown has regressed. Previously, typing /plan would filter the list to only skills whose names contain "plan". Now it shows unrelated skills that have no match with the typed query.

Error Message

Error Messages/Logs

Root Cause

The slash command / skill autocomplete dropdown has regressed. Previously, typing /plan would filter the list to only skills whose names contain "plan". Now it shows unrelated skills that have no match with the typed query.

RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing issues and this hasn't been reported yet
  • This is a single bug report (please file separate reports for different bugs)
  • I am using the latest version of Claude Code

What's Wrong?

Description

The slash command / skill autocomplete dropdown has regressed. Previously, typing /plan would filter the list to only skills whose names contain "plan". Now it shows unrelated skills that have no match with the typed query.

Expected Behavior (previous)

Typing /plan showed only matching skills:

  • everything-claude-code:plan
  • everything-claude-code:prp-plan
  • everything-claude-code:multi-plan
  • compose-multiplatform-patterns (matches "plat")

Actual Behavior (current)

Typing /plan shows a mix of matching and non-matching skills:

  • plankton-code-quality (matches)
  • seo
  • pptx
  • batch
  • blueprint
  • crosspost
  • agent-sort
  • golang-testing ❌ (highlighted/selected)
  • claude-devfleet
  • golang-patterns
  • hipaa-compliance
  • product-capability

Most items in the dropdown do not contain "plan" as a substring.

<img width="799" height="450" alt="Image" src="https://github.com/user-attachments/assets/9fa2755e-7cc2-42c0-9f48-f4df10f6fa45" />

What Should Happen?

  1. Enable a plugin with many skills (e.g., everything-claude-code)
  2. Type /plan in the prompt input
  3. Observe the autocomplete dropdown <img width="289" height="135" alt="Image" src="https://github.com/user-attachments/assets/21339def-6455-4872-a5a7-156cb2370bac" />

Error Messages/Logs

Steps to Reproduce

..

Claude Model

Sonnet (default)

Is this a regression?

Yes, this worked in a previous version

Last Working Version

No response

Claude Code Version

Claude 1.3883.0 (93ff6c) 2026-04-21T17:24:01.000Z

Platform

Anthropic API

Operating System

Windows

Terminal/Shell

Windows Terminal

Additional Information

No response

extent analysis

TL;DR

The autocomplete dropdown for the slash command may need a revised filtering logic to correctly match skills containing the typed query.

Guidance

  • Review the filtering logic for the autocomplete dropdown to ensure it correctly matches skills whose names contain the typed query.
  • Verify that the issue persists across different plugins and skills to determine if it's a global problem or specific to certain skills.
  • Check if there are any recent changes to the autocomplete functionality that could have introduced this regression.
  • Test the autocomplete functionality with different queries to see if the issue is specific to the "/plan" query or if it's a more general problem.

Notes

The issue seems to be a regression, as it worked in a previous version, but the last working version is not specified. Without more information about the changes made between versions, it's difficult to provide a more specific solution.

Recommendation

Apply workaround: temporarily revert to a previous version of Claude Code if possible, to verify if the issue is indeed a regression and to identify the version where the problem started.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING