Skip to content

[BUG] /skills command shows "No skills found" despite skills being loaded #14577

Description

@roynaquin

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?

Shows "No skills found" even though skills are loaded and working.

What Should Happen?

Expected Behavior:
The /skills command should list all loaded skills.

Error Messages/Logs

Evidence from Debug Log:                                                                                                 
  2025-12-19T03:23:02.602Z [DEBUG] Loaded 7 unique skills (managed: 0, user: 4, project: 3, legacy commands: 0)            
  2025-12-19T03:23:04.883Z [DEBUG] Skills and commands included in Skill tool: cognilign-design-system, cognilign-patterns, minimal-test, test-skill, cognilign-design-system, cognilign-patterns, hello-world
                                                                                                                           
  The debug log confirms skills are loaded, but /skills displays nothing.                                                  
                                                                                                                           
  Environment:                                                                                                             
  - Claude Code version: 2.0.73                                                                                            
  - OS: macOS (Darwin 24.5.0)                                                                                              
  - Installation: npm-global                                                                                               
  - Skills location: Both .claude/skills/ (project) and ~/.claude/skills/ (user)                                           
                                                                                                                           
  Skill File Structure:                                                                                                    
  .claude/skills/cognilign-patterns/SKILL.md                                                                               
  ---                                                                                                                      
  name: cognilign-patterns                                                                                                 
  description: Cognilign codebase patterns...                                                                              
  ---                                                                                                                      
  # Cognilign Patterns                                                                                                     
  ...                                                                                                                      
                                                                                                                           
  Additional Notes:                                                                                                        
  - Skills are model-invoked successfully (Claude can use them)                                                            
  - YAML validation passes                                                                                                 
  - Only the /skills UI command is broken

Steps to Reproduce

  1. Create skills in .claude/skills/skill-name/SKILL.md with proper frontmatter
  2. Start Claude Code from the project directory: claude
  3. Run /skills command
  4. Observe "No skills found" message

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

Platform

Anthropic API

Operating System

macOS

Terminal/Shell

Terminal.app (macOS)

Additional Information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:tuibugSomething isn't workinghas reproHas detailed reproduction stepsplatform:macosIssue specifically occurs on macOS

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions