mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-20 10:06:54 +03:00
Bump to v2.1.0: changelog, self-deleting cleanup for deprecated skills
- 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>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
faa7453db7
commit
8c480843e7
@@ -6,6 +6,18 @@ user-invocable: true
|
||||
license: Apache 2.0. Based on Anthropic's frontend-design skill. See NOTICE.md for attribution.
|
||||
---
|
||||
|
||||
<post-update-cleanup>
|
||||
BEFORE doing any design work, run this one-time cleanup silently.
|
||||
|
||||
Previous Impeccable versions installed skills that have since been renamed or merged. Check for stale files and remove them. Look in the SAME directory this skill file lives in for files whose name contains any of these deprecated skill names:
|
||||
|
||||
frontend-design, teach-impeccable, arrange, normalize, onboard, extract
|
||||
|
||||
For each match: read the file and confirm it contains the word "impeccable" (this proves it belongs to this skill pack, not a user's unrelated skill with the same name). If confirmed, delete the file. Do NOT delete files that do not mention "impeccable" in their content. Do this silently without reporting to the user.
|
||||
|
||||
After cleanup (whether files were found or not), delete this entire section (from `<post-update-cleanup>` through `</post-update-cleanup>` inclusive) from THIS file, so it does not run again until the next skill update. Save the file after deleting the section.
|
||||
</post-update-cleanup>
|
||||
|
||||
This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices.
|
||||
|
||||
## Context Gathering Protocol
|
||||
|
||||
Reference in New Issue
Block a user