mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-15 07:36:50 +03:00
Claude Code now ships a built-in /simplify command for code simplification, which conflicts with our design simplification command. Renamed to /distill across all source files, demos, metadata, and documentation. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
14 lines
512 B
JSON
14 lines
512 B
JSON
{
|
|
"name": "impeccable",
|
|
"description": "Design vocabulary and skills for frontend development. Includes 17 commands (/polish, /distill, /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"
|
|
}
|