Files
pbakaus_impeccable/.claude-plugin/plugin.json
T
Paul BakausandClaude Opus 4.5 0cfe0c19d2 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>
2026-01-09 14:33:31 -08:00

15 lines
582 B
JSON

{
"$schema": "https://anthropic.com/claude-code/plugin.schema.json",
"name": "impeccable",
"description": "Design vocabulary and skills for frontend development. Includes 17 commands (/polish, /simplify, /audit, /bolder, /quieter, etc.) and an enhanced frontend-design skill with curated anti-patterns.",
"version": "1.0.0",
"author": {
"name": "Paul Bakaus",
"email": "paul@paulbakaus.com"
},
"homepage": "https://impeccable.style",
"repository": "https://github.com/pbakaus/impeccable",
"commands": "./.claude/commands",
"skills": "./.claude/skills"
}