A community-driven registry for the Claude Code ecosystem. Not affiliated with Anthropic.
Are you the author? Sign in to claim
Expert guidance for W3C DTCG design tokens — auto-activates on token questions
A Claude Code skill that provides expert guidance for working with design tokens following the Design Tokens Community Group (DTCG) specification.
When activated, Claude becomes an expert in:
npx skills add https://github.com/ilikescience/design-tokens-skill --skill design-tokens
Copy the entire skill folder to your Claude Code skills directory:
# User-level skill (available in all projects)
cp -r . ~/.claude/skills/design-tokens/
# Or project-level skill
cp -r . .claude/skills/design-tokens/
The skill requires the full folder structure since SKILL.md references documentation in reference/, examples/, and fixtures/.
The skill activates automatically when you ask Claude about design tokens. Examples:
"Help me convert these CSS variables to DTCG format"
"Set up a resolver for light and dark themes"
"Validate my token file structure"
"Configure Terrazzo for multi-platform output"
├── SKILL.md # Main skill definition
├── reference/ # Detailed reference docs
│ ├── format.md # Token types and structure
│ ├── color.md # Color spaces and components
│ ├── resolver.md # Sets, modifiers, resolution
│ └── tools.md # jq, JSONata, Terrazzo, Figma
├── examples/ # Common patterns and use cases
├── fixtures/ # Example token files
│ ├── primitives.tokens.json
│ ├── semantic.tokens.json
│ ├── resolver.json
│ └── themes/
└── evaluations/ # Test cases for skill validation
Route Claude Code traffic to any of 17 provider backends including free or local models
ML engineering — model training, deployment, MLOps, monitoring
Codex / Claude Skill for editable thesis-defense PPTX from PDF or LaTeX while preserving a PowerPoint template. 从论文 PDF
Database performance — query plans, indexing strategies, N+1 detection, caching