This skill enables systematic extraction of design systems from reference UI images through a multi-step workflow: analyze visual patterns → generate design system documentation → create PRD → produce implementation-ready UI prompts.
Works with
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionui-designerExecute the skills CLI command in your project's root directory to begin installation:
Fetches ui-designer from daymade/claude-code-skills and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate ui-designer. Access via /ui-designer in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Automate repetitive workflows and reduce manual effort
Example
Generate reports, summarize documents, draft communications
Save 3-5 hours per week on routine tasks
Learn new skills, understand complex topics, get expert guidance
Example
Explain concepts, provide examples, suggest learning resources
Accelerate learning and skill development by 2x
Enhance output quality through reviews, suggestions, and refinements
Example
Review drafts, suggest improvements, catch errors
Improve work quality by 30-40% with less effort
2
total installs
2
this week
778
GitHub stars
0
upvotes
Run in your terminal
2
installs
2
this week
778
stars
This skill enables systematic extraction of design systems from reference UI images through a multi-step workflow: analyze visual patterns → generate design system documentation → create PRD → produce implementation-ready UI prompts.
Request from user:
Use Task tool with general-purpose subagent, providing:
Prompt template from assets/design-system.md:
Attach reference images to the subagent context.
Output: Complete design system markdown following the template format
Save to: documents/designs/{image_dir_name}_design_system.md
Use Task tool with general-purpose subagent, providing:
Prompt template from assets/app-overview-generator.md:
{项目背景} with content from project idea fileInteract with user to refine and clarify product requirements
Output: Structured PRD markdown
Save as variable for Step 4 (optionally save to documents/prd/)
Combine design system and PRD using assets/vibe-design-template.md:
Substitutions:
{项目设计指南} → Design system from Step 2{项目MVP PRD} → PRD from Step 3 or provided PRD fileResult: Complete, implementation-ready prompt containing:
Save to: documents/ux-design/{idea_file_name}_design_prompt_{timestamp}.md
Check for existing React project:
find . -name "package.json" -exec grep -l "react" {} \;
If none found, inform user:
npx create-react-app my-app
cd my-app
npm install -D tailwindcss postcss autoprefixer
npx tailwindcss init -p
npm install lucide-react
Use the final composed prompt from Step 4 to implement UI in React project.
The prompt instructs to:
[solution-name]/pages/[page-name].jsxTemplate for extracting visual design patterns. Includes sections for:
Use this template when analyzing reference images to ensure comprehensive design system coverage.
Template for collaborative PRD generation. Guides through:
Designed for interactive refinement with user to clarify requirements.
Final implementation prompt template combining design system and PRD. Includes:
This template produces prompts ready for UI implementation without further modification.
documents/ directory for easy referenceUser provides:
reference-images/saas-dashboard/ (5 screenshots)ideas/project-management-app.md (project concept)Execute workflow:
reference-images/saas-dashboard/documents/designs/saas-dashboard_design_system.mddocuments/ux-design/project-management-app_design_prompt_20251025_153000.mdPrerequisites
Time Estimate
15-45 minutes depending on use case complexity
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use when skill capabilities match your task, clear ROI on time saved, and you can validate outputs. Best for repetitive tasks, learning, and quality improvement.
✗ Avoid when
Avoid when task requires deep expertise you can't validate, involves sensitive decisions, or when learning process is more valuable than speed of completion.
bencium/bencium-claude-code-design-skill
heyman333/atelier-ui
anthropics/claude-code
mblode/agent-skills
github/awesome-copilot
sickn33/antigravity-awesome-skills
Keeps context tight: ui-designer is the kind of skill you can hand to a new teammate without a long onboarding doc.
ui-designer fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
Registry listing for ui-designer matched our evaluation — installs cleanly and behaves as described in the markdown.
ui-designer reduced setup friction for our internal harness; good balance of opinion and flexibility.
ui-designer has been reliable in day-to-day use. Documentation quality is above average for community skills.
Useful defaults in ui-designer — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
I recommend ui-designer for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
I recommend ui-designer for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
Useful defaults in ui-designer — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
Solid pick for teams standardizing on skills: ui-designer is focused, and the summary matches what you get after install.
showing 1-10 of 27