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 <noreply@anthropic.com>
This commit is contained in:
Paul Bakaus
2026-01-09 14:33:31 -08:00
co-authored by Claude Opus 4.5
parent 79d06b61ab
commit 0cfe0c19d2
+3 -1
View File
@@ -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"
}