claude-code - 💡(How to fix) Fix [BUG] Plugin skills not appearing in `/` menu after v2.1.110 update — only `schedule` shows [8 comments, 8 participants]

Official PRs (…)
ON THIS PAGE

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#48963Fetched 2026-04-17 08:54:36
View on GitHub
Comments
8
Participants
8
Timeline
22
Reactions
8
Timeline (top)
commented ×8labeled ×6subscribed ×4cross-referenced ×2

After updating to Claude Code v2.1.110 (released 2026-04-16), the Claude Desktop app on macOS stops showing most plugin-provided skills in the / command menu. Only schedule (from the scheduled-tasks built-in) appears. Skills from enabled plugins (codex, claude-hud, frontend-design, etc.) are no longer surfaced in the Desktop UI.

CLI (claude command in terminal) works correctly — all skills from enabled plugins load as expected.

This is a regression — skills were visible in the Desktop app's / menu on 2026-04-15 (prior version). Only appeared after the 04/16 auto-update to v2.1.110.

Root Cause

  • #48820 — Global commands from ~/.claude/commands/ not appearing in slash command menu (same root cause likely — skill/command discovery broken in Desktop app after v2.1.110)
RAW_BUFFERClick to expand / collapse

Description

After updating to Claude Code v2.1.110 (released 2026-04-16), the Claude Desktop app on macOS stops showing most plugin-provided skills in the / command menu. Only schedule (from the scheduled-tasks built-in) appears. Skills from enabled plugins (codex, claude-hud, frontend-design, etc.) are no longer surfaced in the Desktop UI.

CLI (claude command in terminal) works correctly — all skills from enabled plugins load as expected.

This is a regression — skills were visible in the Desktop app's / menu on 2026-04-15 (prior version). Only appeared after the 04/16 auto-update to v2.1.110.

Environment

  • Claude Code version: 2.1.110
  • Platform: macOS (Darwin 25.4.0), Claude Desktop app
  • Enabled plugins:
    • claude-hud@claude-hud
    • codex@openai-codex
    • frontend-design@claude-plugins-official
    • github@claude-plugins-official
    • context7@claude-plugins-official
  • ~/.claude/skills/ is empty (all skills come via plugins)
  • ~/.claude/commands/ does not exist

Expected Behavior

The / menu in Claude Desktop should list skills from all enabled plugins, e.g.:

  • codex:setup, codex:rescue
  • claude-hud:setup, claude-hud:configure
  • frontend-design:frontend-design
  • etc.

Actual Behavior

Only schedule appears in the / filter. No plugin-namespaced skills are shown. Plugin tools (MCP-backed, like context7 and github) still work correctly — only skill discovery is broken.

Steps to Reproduce

  1. Install Claude Desktop app, update to v2.1.110
  2. Enable several plugins that provide skills (e.g., codex@openai-codex, claude-hud@claude-hud)
  3. Open a new chat in Desktop app, type /
  4. Observe: only schedule appears; plugin-namespaced skills are missing
  5. Switch to CLI (claude in terminal) — all skills load correctly

Related

  • #48820 — Global commands from ~/.claude/commands/ not appearing in slash command menu (same root cause likely — skill/command discovery broken in Desktop app after v2.1.110)

extent analysis

TL;DR

The issue can likely be resolved by reverting to a previous version of Claude Code or waiting for a patch release that fixes the skill discovery issue in the Desktop app.

Guidance

  • Verify that the issue is specific to the Desktop app by checking if the skills are loaded correctly in the CLI (claude command in terminal).
  • Check the plugin configurations and ensure that they are enabled and properly set up.
  • Review the release notes for Claude Code v2.1.110 to see if there are any known issues or changes that could be causing the problem.
  • Consider reverting to a previous version of Claude Code (e.g., the version from 2026-04-15) to see if the issue is resolved.

Example

No code snippet is provided as the issue seems to be related to a specific version of Claude Code and its interaction with plugins.

Notes

The issue appears to be a regression introduced in version 2.1.110, and it's specific to the Desktop app on macOS. The fact that the CLI works correctly suggests that the issue is related to the Desktop app's skill discovery mechanism.

Recommendation

Apply workaround: Revert to a previous version of Claude Code (e.g., the version from 2026-04-15) until a patch release is available that fixes the skill discovery issue in the Desktop app. This is because the issue is a regression and reverting to a previous version may resolve the problem temporarily.

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