claude-code - 💡(How to fix) Fix Newly-installed plugin skills missing from slash-command autocomplete until Desktop restart [1 comments, 2 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#54278Fetched 2026-04-29 06:31:36
View on GitHub
Comments
1
Participants
2
Timeline
5
Reactions
0
Author
Timeline (top)
labeled ×4commented ×1

After installing a plugin via the marketplace in Claude Code Desktop, the plugin's skills do not appear in slash-command autocomplete (typing /<name> in the input box) until Desktop is fully restarted. The skills work — they're invocable via the + button menu — they're just absent from autocomplete.

Root Cause

After installing a plugin via the marketplace in Claude Code Desktop, the plugin's skills do not appear in slash-command autocomplete (typing /<name> in the input box) until Desktop is fully restarted. The skills work — they're invocable via the + button menu — they're just absent from autocomplete.

Fix Action

Fix / Workaround

Skills missing from autocomplete. Workarounds: select via + button menu, or restart Desktop.

RAW_BUFFERClick to expand / collapse

Summary

After installing a plugin via the marketplace in Claude Code Desktop, the plugin's skills do not appear in slash-command autocomplete (typing /<name> in the input box) until Desktop is fully restarted. The skills work — they're invocable via the + button menu — they're just absent from autocomplete.

Reproduction

  1. Install a plugin with skills via Desktop's marketplace UI.
  2. Without restarting, type / in the input box and look for the plugin's skills in the autocomplete dropdown.

Expected

New skills appear in autocomplete immediately after install completes.

Actual

Skills missing from autocomplete. Workarounds: select via + button menu, or restart Desktop.

Environment

Claude Code Desktop v2.1.121, macOS.

extent analysis

TL;DR

Restarting Claude Code Desktop after installing a plugin via the marketplace is currently the most reliable workaround to get the plugin's skills to appear in slash-command autocomplete.

Guidance

  • The issue seems related to how Claude Code Desktop updates its autocomplete suggestions after plugin installation, suggesting a potential caching or refresh issue.
  • To verify if a plugin's skills are properly installed, try invoking them via the + button menu as a temporary workaround.
  • Check if the issue persists across different plugins to determine if it's specific to one plugin or a general problem with the autocomplete feature.
  • Consider reporting this behavior as a bug to the Claude Code Desktop developers, as the expected behavior is for new skills to appear in autocomplete immediately after installation.

Notes

The exact cause of the issue is unclear without more technical details about how Claude Code Desktop handles plugin installation and autocomplete updates. This workaround may not be necessary in future versions if the issue is addressed.

Recommendation

Apply workaround: Restart Claude Code Desktop after installing plugins via the marketplace, as this currently ensures that the plugin's skills appear in slash-command autocomplete.

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