Ui Pro Magic
Description
Claude Code skill combining ui-ux-pro-max (design strategy: 50+ styles, 97 palettes, 57 fonts, 99 UX rules) with 21st.dev Magic MCP (component generation). Lock the design system, generate coherent components.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
UI Pro Magic
A Claude Code skill that combines two layers for UI/UX work:
- Strategy — the `ui-ux-pro-max` design intelligence (50+ styles, 97 palettes, 57 font pairings, 99 UX rules, 25 chart types, 9 stacks) locks the design system.
- Implementation — the 21st.dev Magic MCP generates the actual React/Tailwind/shadcn component code, constrained by that system.
Strategy decides *what* to build. Magic decides *how* to ship it.
Why this skill
Magic on its own happily produces beautiful components — that don't match each other. Five prompts, five palettes, five font stacks, zero coherence.
`ui-ux-pro-max` on its own produces a rigorous design system — but you still have to translate it into code yourself.
`ui-pro-magic` glues them together: lock the system once, then every component Magic generates respects the same palette, typography, anti-patterns, and stack idioms.
The workflow
- Analyze — extract product type, industry, style, stack, components needed
- Lock —
search.py --design-system --persistwritesdesign-system/MASTER.md - Generate — for each component, call Magic MCP with the locked system injected into the prompt
- Refine — use
21st_magic_component_refinerwith the same system block - Checklist — run the pre-delivery verification before handoff
Prerequisites
1. Python 3
python3 --version
2. `ui-ux-pro-max` skill
Install from the official source. The author's default path is `~/claude-library/ui-ux-pro-max-skill/`. If you put it elsewhere, either update the path in `SKILL.md` or export `UI_UX_PRO_MAX_PATH`.
3. 21st.dev Magic MCP
Get an API key from [21st.dev/magic-chat](https://21st.dev/magic-chat?mcp_section=true), then register the MCP:
claude mcp add magic -s user -- npx -y @21st-dev/magic@latest API_KEY=
Verify:
claude mcp list
You should see `magic: ✓ Conne
Related Skills
Algorithmic Art
Create generative art using p5.js with seeded randomness, flow fields, and particle systems
Design Brand Guidelines
Apply Anthropic's official brand colors and typography to artifacts
Design Canvas Design
Create beautiful visual art in PNG and PDF documents using design philosophy
Design Frontend Design
Create distinctive, production-grade frontend interfaces with high design quality
Design Slack Gif Creator
Create animated GIFs optimized for Slack's size constraints
Design Theme Factory
Style artifacts with professional themes including 10 pre-set color/font combinations
Design Related Agents
Codemod Runner
Writes and runs codemod scripts that replace hardcoded visual values with token references in ui/src/index.css
Designguru
Expert Design Guidance & Analysis Specialist who provides professional UI/UX insights, design system guidance,
Html Css
| Web standards for semantic markup, maintainable styling, and accessibility. | - | [wshobson/agents](https://