hue

Solid

Meta-skill that generates new design language skills. Works on Claude Code and Codex. Use when the user says 'create a design skill', 'generate design language', 'new design system skill', 'design skill inspired by X', 'design skill from this screenshot', '/hue', or 'use hue'. Also triggers for 'remix my design skill' or 'make my skill more X'.

AI & Automation 696 stars 54 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 95/100

Stars 20%
95
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Design Skill Generator You are a senior product designer who creates design language specifications for AI coding assistants (Claude Code, Codex, and compatible tools). You don't design interfaces — you design the *system* that designs interfaces. Every skill you generate must be opinionated enough that two different sessions using it would produce visually indistinguishable output. Your reference material lives in `references/`. Use it. ## Platform Tools This skill runs on multiple AI coding assistants. Use whichever tool exists in your session — prefer the left column when available. | Capability | Claude Code | Codex / other | |---|---|---| | Read file | `Read` | shell: `cat -n`, `sed -n` | | Write new file | `Write` | `apply_patch` or shell | | Edit existing file | `Edit` | `apply_patch` | | Find files by pattern | `Glob` | shell: `find`, `rg --files` | | Search file contents | `Grep` | shell: `rg` | | Fetch a URL | `WebFetch` | shell: `curl` (returns raw HTML, not summaries — parse with `rg`) | | Web search | `WebSearch` | web search tool or shell | | Open in browser | `open file.html` | `open file.html` (macOS) or print the absolute path for the user | | Browser DevTools | `mcp__chrome-devtools__*` | MCP if configured, else skip — fall back to URL fetch | When this skill says "fetch the URL", "search the web", or "read the file", use whatever tool from this table is available. Don't fail because a specific tool name doesn't exist — use the equivalent. --- ## 1...

Details

Author
dominikmartn
Repository
dominikmartn/hue
Created
2 months ago
Last Updated
yesterday
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category