mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-12 06:06:37 +03:00
- Version bump across package.json, plugin.json, marketplace.json - Changelog entry for v2.1 in index.html - Hero version link updated - Added <post-update-cleanup> section to impeccable SKILL.md that detects and removes leftover files from renamed/merged skills (arrange, normalize, onboard, extract, frontend-design, teach-impeccable). Verifies files contain "impeccable" before deleting to avoid touching unrelated user skills. Self-deletes after first run so it only executes once per update. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
13 lines
474 B
JSON
13 lines
474 B
JSON
{
|
|
"name": "impeccable",
|
|
"description": "Design vocabulary and skills for frontend development. Includes 18 commands (/polish, /distill, /audit, /typeset, /overdrive, etc.) and an enhanced impeccable skill with curated anti-patterns.",
|
|
"version": "2.1.0",
|
|
"author": {
|
|
"name": "Paul Bakaus",
|
|
"email": "paul@paulbakaus.com"
|
|
},
|
|
"homepage": "https://impeccable.style",
|
|
"repository": "https://github.com/pbakaus/impeccable",
|
|
"skills": "./.claude/skills"
|
|
}
|