From 0cfe0c19d2dd0e40f390cc1727e188d8fa1df534 Mon Sep 17 00:00:00 2001 From: Paul Bakaus Date: Fri, 9 Jan 2026 14:33:31 -0800 Subject: [PATCH] Add explicit command and skill paths to plugin.json Plugin discovery doesn't auto-detect .claude/ folder structure, so explicit paths are needed. Co-Authored-By: Claude Opus 4.5 --- .claude-plugin/plugin.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 3a45ae05b..8577ff94d 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -8,5 +8,7 @@ "email": "paul@paulbakaus.com" }, "homepage": "https://impeccable.style", - "repository": "https://github.com/pbakaus/impeccable" + "repository": "https://github.com/pbakaus/impeccable", + "commands": "./.claude/commands", + "skills": "./.claude/skills" }