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 }
What happened?
Plugin not working on Claude code. The solution is at the bottom of this report.
Steps to reproduce
Expected behavior
Wanted /audit and other commands to work.
Provider & environment
Linux 6.12.74+deb13+1-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.12.74-2 (2026-03-08) x86_64 GNU/LinuxAdditional context