claude-code - 💡(How to fix) Fix [BUG] User skill not appearing in Claude Desktop UI despite correct file placement (Windows, post-April 23 regression) [3 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#58615Fetched 2026-05-14 03:43:41
View on GitHub
Comments
3
Participants
2
Timeline
6
Reactions
0
Timeline (top)
commented ×3labeled ×2unlabeled ×1

Error Message

Error Messages/Logs

Fix Action

Fix / Workaround

Workaround Manual upload via UI "+" button works, but defeats the purpose of programmatic skill creation during chat sessions.

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?

Environment Platform: Windows Claude Desktop version: Latest (updated May 13, 2026) Date: May 13, 2026 Affected skill: uat-test-design Issue User skill correctly placed in /mnt/skills/user/uat-test-design/SKILL.md does not appear in Claude Desktop's Settings → Skills → Personal skills list, despite: - Correct file location - Correct permissions (600, identical to working skills) - Valid YAML frontmatter - Proper directory structure - Multiple restarts and updates

Working skills (for comparison) These skills DO appear in the UI and were created on April 23, 2026:

-rw------- 1 root root 9911 Apr 23 10:10 functional-test-design/SKILL.md -rw------- 1 root root 7433 Apr 23 10:04 release-notes/SKILL.md Non-working skill This skill does NOT appear in UI, created May 11, 2026:

-rw------- 1 root root 13326 May 11 15:33 uat-test-design/SKILL.md Verification performed

  1. File location verified $ ls -la /mnt/skills/user/uat-test-design/ total 24 drwxr-xr-x 2 root root 4096 May 11 15:33 . drwxr-xr-x 5 root root 4096 May 11 15:33 .. -rw------- 1 root root 13326 May 11 15:33 SKILL.md

  2. Permissions corrected to match working skills Changed from 644 to 600 to match functional-test-design and release-notes

  3. YAML frontmatter validated ✅ YAML is valid! Name: uat-test-design Description length: 693

  4. File encoding verified $ file /mnt/skills/user/*/SKILL.md functional-test-design/SKILL.md: Unicode text, UTF-8 text release-notes/SKILL.md: Unicode text, UTF-8 text uat-test-design/SKILL.md: Unicode text, UTF-8 text

  5. Multiple restarts performed Closed and reopened Claude Desktop (3 times) Updated Claude Desktop to latest version and restarted No change in behavior Related existing issues This appears related to ongoing skill mounting/registration bugs: - #26254 - User skills metadata registered but files not mounted - #26998 - Skills not saving/loading on Windows, /mnt/skills/user/ empty - #31597 - Skills from ~/.claude/skills/ not shown in Customize panel

Timeline context April 23, 2026: User successfully created functional-test-design and release-notes skills (both working) May 11, 2026: User created uat-test-design skill (not working) April 23 was the day Anthropic published the post-mortem about March-April regressions Suggests NEW regression introduced after April 23 fix Expected behavior Skill should appear in Settings → Skills → Personal skills list alongside functional-test-design and release-notes.

Actual behavior Skill file exists in correct location with correct permissions, but does not appear in UI.

Workaround Manual upload via UI "+" button works, but defeats the purpose of programmatic skill creation during chat sessions.

Request Please investigate why skills created after April 23, 2026 are not being registered in Claude Desktop's UI, while skills created on April 23 still work correctly.

What Should Happen?

The skills should be saved as expected

Error Messages/Logs

Steps to Reproduce

Everything is explained in the description

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.7196.0

Platform

Anthropic API

Operating System

Windows

Terminal/Shell

Windows Terminal

Additional Information

No response

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

claude-code - 💡(How to fix) Fix [BUG] User skill not appearing in Claude Desktop UI despite correct file placement (Windows, post-April 23 regression) [3 comments, 2 participants]