Releases: Dammyjay93/interface-design
v2026.2.8
Self-contained SKILL.md + path fix
What changed
SKILL.md is now fully self-contained — all reference content (token architecture, surface elevation, border progression, control tokens, dark mode, navigation context, card layouts, iconography, validation checks) is inlined. No external file reads needed.
This means the skill works across all agents (Claude Code, Cursor, Codex, Antigravity, and 35+ others) via the Vercel skills marketplace without any path resolution dependencies.
init.md uses relative paths instead of hardcoded ~/.claude/skills/ paths that broke when installed via the Claude plugin marketplace.
Fixes
- Closes #7 — Hardcoded paths in init.md break plugin installation
No prescriptive values
Reference content was merged as thinking and principles, not copy-paste CSS. No specific rgba values, shadow stacks, or pixel measurements that would encourage defaults over intentional choices.
v2026.1.20
What's New
- Renamed from
design-engineertointerface-design - Updated all commands:
/interface-design:init,/interface-design:status,/interface-design:audit,/interface-design:extract - System files now stored in
.interface-design/system.md - Live examples available at interface-design.dev/examples.html
Migration
If you had the old design-engineer plugin installed:
# Remove old plugin
rm -rf ~/.claude/skills/design-engineer
rm -rf ~/.claude/plugins/cache/design-engineer
# Install new
/plugin marketplace add Dammyjay93/interface-design
/plugin menuRename any existing .design-engineer/ folders to .interface-design/.