mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-11 21:57:14 +03:00
- Add to data.js (process steps, categories, relationships) - Add to framework-viz.js (periodic table symbols and numbers) - Create before/after demos for both commands - Update command count 17→19 across all locations: index.html, cheatsheet.html, README, NOTICE, AGENTS, plugin.json, marketplace.json - Add critique→typeset/arrange in relationship flow - Add "Adding New Skills" checklist to CLAUDE.md so future skill additions don't miss any locations Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
13 lines
494 B
JSON
13 lines
494 B
JSON
{
|
|
"name": "impeccable",
|
|
"description": "Design vocabulary and skills for frontend development. Includes 20 skills (19 user-invokable: /polish, /distill, /audit, /typeset, /arrange, etc.) and an enhanced frontend-design skill with curated anti-patterns.",
|
|
"version": "1.3.0",
|
|
"author": {
|
|
"name": "Paul Bakaus",
|
|
"email": "paul@paulbakaus.com"
|
|
},
|
|
"homepage": "https://impeccable.style",
|
|
"repository": "https://github.com/pbakaus/impeccable",
|
|
"skills": "./.claude/skills"
|
|
}
|