mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-12 14:16:28 +03:00
Plugin discovery doesn't auto-detect .claude/ folder structure, so explicit paths are needed. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
15 lines
582 B
JSON
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"
|
|
}
|