Ux Image To Code banner
Laith0003 Laith0003

Ux Image To Code

Design community

Description

--- name: ux-image-to-code description: Take a design reference image (PNG/JPG/WebP), extract its dominant palette + canvas polarity + type signal via pure Pillow CV, match the result against the v2 palettes/styles manifests, and run the recommender on the synthetic brief. Returns the closest palette, the closest style, and a full recommended design system grounded in what the image actually shows. allowed-tools: Bash, Read, Write disable-model-invocation: false --- # /ux-image-to-code — turn a

Installation

Installs to ~/.claude/skills/laith0003-ux-skill-ux-image-to-code/SKILL.md

Terminal
mkdir -p ~/.claude/skills/laith0003-ux-skill-ux-image-to-code && curl -fsSL https://raw.githubusercontent.com/Laith0003/ux-skill/HEAD/commands/ux-image-to-code.md -o ~/.claude/skills/laith0003-ux-skill-ux-image-to-code/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository