claude-code icon indicating copy to clipboard operation
claude-code copied to clipboard

[BUG] User-provided skills in ~/.claude/skills/ not appearing in /skills command output

Open hibariba opened this issue 1 week ago • 1 comments

Preflight Checklist

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

What's Wrong?

User-provided skills stored in ~/.claude/skills/ are not listed when running the /skills slash command, even though they are properly installed and accessible to Claude.

Expected Behavior:

The /skills command should list all available skills, including:

  • Built-in Claude Code skills
  • User-provided skills from ~/.claude/skills/

Actual Behavior:

The /skills command only shows built-in skills. User-provided skills are not displayed in the output, despite being properly installed in ~/.claude/skills/.

Steps to Reproduce:

  1. Create a skill in ~/.claude/skills/ (e.g., data-architect)
  2. Verify the skill structure exists: ~/.claude/skills/data-architect/SKILL.md
  3. Run the /skills command in Claude Code
  4. The user-provided skill does not appear in the output

Environment:

  • OS: macOS (Darwin 24.6.0)
  • Claude Code version: [run /status to get this]
  • Skill installed: data-architect

Additional Context:

The skill IS accessible to Claude (it appears in the available skills configuration), but the /skills command doesn't list it. This creates confusion about whether the skill is properly installed.


When you submit, run /status and include your Claude Code version number in the report.

What Should Happen?

/skills should output: data-architect

skill is present in ~/.cursor/skills/data-architect/ as below.

tree ~/.claude/skills
  ⎿  /Users/paul/.claude/skills
     └── data-architect
         ├── references
         │   ├── ai_ml_architectures.md
         │   ├── database_tradeoffs.md
         │   ├── design_patterns.md
         │   ├── graph_database_design.md
         │   ├── multi_tenant_patterns.md
         │   └── technologies.md                                                                                      
        └── SKILL.md
     3 directories, 7 files

Error Messages/Logs


Steps to Reproduce

  1. Create a skill in ~/.claude/skills/ (e.g., data-architect)
  2. Verify the skill structure exists: ~/.claude/skills/data-architect/SKILL.md`
  3. Run the /skills command in Claude Code
  4. The user-provided skill does not appear in the output

Environment:

  • OS: macOS (Darwin 24.6.0)
  • Claude Code version: [run /status to get this]
  • Skill installed: data-architect

Additional Context:

The skill IS accessible to Claude (it appears in the available skills configuration), but the /skills command doesn't list it. This creates confusion about whether the skill is properly installed.

Claude Model

Sonnet (default)

Is this a regression?

Yes, this worked in a previous version

Last Working Version

No response

Claude Code Version

2.0.73 (Claude Code)

Platform

Anthropic API

Operating System

macOS

Terminal/Shell

Terminal.app (macOS)

Additional Information

No response

hibariba avatar Dec 19 '25 17:12 hibariba

Found 1 possible duplicate issue:

  1. https://github.com/anthropics/claude-code/issues/14577

This issue will be automatically closed as a duplicate in 3 days.

  • If your issue is a duplicate, please close it and 👍 the existing issue instead
  • To prevent auto-closure, add a comment or 👎 this comment

🤖 Generated with Claude Code

github-actions[bot] avatar Dec 19 '25 17:12 github-actions[bot]

I am seeing my ~/.claude/skills in v2.0.74.

PaulRBerg avatar Dec 20 '25 06:12 PaulRBerg

same question

cocovs avatar Dec 22 '25 03:12 cocovs

You can try upgrading to version 2.0.75. Maybe it can solve this problem.

cocovs avatar Dec 22 '25 03:12 cocovs