wondelai-refactoring-ui
v1.0.0Practical UI design system for professional interfaces
by Wondel.aiMIT2.6kupdated 10 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/design/wondelai-refactoring-ui/ inside the repository.
Layout
├── .claude-plugin/plugin.json└── SKILL.md
Skills1
Audit and fix visual hierarchy, spacing, color, and depth in web UIs. Use when the user mentions "my UI looks off" (or amateur/unprofessional), "fix the design", "Tailwind styling", "color palette", "visual hierarchy", "design system", "spacing scale", or "component styling". Also trigger when building consistent design tokens, creating dark mode themes, improving data-visualization clarity, or polishing UI details before launch. Covers grayscale-first workflow, constrained design scales, shadows, and component styling. For typeface selection, see web-typography. For usability audits, see ux-heuristics.
Manifests1
{
"name": "wondelai-refactoring-ui",
"version": "1.0.0",
"description": "Practical UI design system for professional interfaces",
"author": {
"name": "Wondel.ai"
},
"license": "MIT",
"repository": "https://github.com/wondelai/skills",
"keywords": [
"design",
"wondelai",
"skills"
]
}