mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-17 00:26:41 +03:00
- Create .claude-plugin/marketplace.json and plugin.json for marketplace install - Add install command UI to website download card - Update .gitignore to ignore entire dist/ folder (generated files) - Remove tracked dist/ files from repository Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
13 lines
514 B
JSON
13 lines
514 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"
|
|
}
|