Skip to content

[Bug] Claude Code plugin loads, but doesn't add slash commands (solution also included) #86

@jp31415926

Description

@jp31415926

What happened?

Plugin not working on Claude code. The solution is at the bottom of this report.

Steps to reproduce

  1. Installed on Claude Code using /plugin.
  2. Plugin installed, but slash commands were not recognized.
  3. Ask Claude to fix it, diff below. Apparently, missed a slash. on a directory name.

Expected behavior

Wanted /audit and other commands to work.

Provider & environment

  • Provider : Claude Code
  • Provider version: 2.1.91
  • OS: Linux 6.12.74+deb13+1-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.12.74-2 (2026-03-08) x86_64 GNU/Linux

Additional context

Update(~/.claude/plugins/cache/impeccable/impeccable/1.6.0/.claude-plugin/plugin.json)
  ⎿  Added 1 line, removed 1 line
       8    },
       9    "homepage": "https://impeccable.style",
      10    "repository": "https://github.com/pbakaus/impeccable",
      11 -  "skills": "./.claude/skills"                                                     
      11 +  "skills": "./.claude/skills/"                                                    
      12  }

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions