-
Notifications
You must be signed in to change notification settings - Fork 750
[Bug] Claude Code plugin loads, but doesn't add slash commands (solution also included) #86
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
What happened?
Plugin not working on Claude code. The solution is at the bottom of this report.
Steps to reproduce
- Installed on Claude Code using /plugin.
- Plugin installed, but slash commands were not recognized.
- 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 }
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working