curiositech/design-system-generator
Design system generator that matches natural language descriptions to design trends. Expert in Swiss Modern, Neobrutalism, Glassmorphism, and 20+ other design trends. Includes trend matching scripts and comprehensive design pattern library.
npx skills add https://github.com/curiositech/some_claude_skills --skill design-system-generator
Design system generator that matches natural language descriptions to design trends. Expert in Swiss Modern, Neobrutalism, Glassmorphism, and 20+ other design trends. Includes trend matching scripts and comprehensive design pattern library.
Activate on:
NOT for:
design-system-creatordark-mode-design-experttypography-expertcolor-contrast-auditorThis skill provides a trend matching script that maps natural language descriptions to specific design trends including:
Run the trend matcher script:
npx ts-node scripts/match-trend.ts "description of desired design"
The script will analyze the description and return the best matching design trend with a score and matched keywords.
Take curiositech/design-system-generator from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.
The instructions reference npx.
Without those the skill loads but fails at the first command.