use-design-system
Installation
SKILL.md
Use Design System
Load an org-level design system from ~/.claude/design-systems/<name>/ into the current project.
Steps
-
If
$0(name) is missing →Bash(ls ~/.claude/design-systems/ 2>/dev/null)and show the list, ask which one. -
Verify the folder exists:
Bash(test -d ~/.claude/design-systems/$0 && echo ok || echo missing). If missing → tell the user, list what's available, stop. -
Read the tokens file:
Read ~/.claude/design-systems/$0/tokens.json