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

  1. If $0 (name) is missing → Bash(ls ~/.claude/design-systems/ 2>/dev/null) and show the list, ask which one.

  2. 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.

  3. Read the tokens file: Read ~/.claude/design-systems/$0/tokens.json

Related skills
Installs
10
GitHub Stars
82
First Seen
13 days ago