by plugin87
Turn Claude into a Senior Design Architect — DTCG design tokens, 42 components, WCAG 2.2 accessibility, any-framework code, 138 design systems, and runnable skills.
# Add to your Claude Code skills
git clone https://github.com/plugin87/ux-ui-agent-skillsGuides for using ai agents skills like ux-ui-agent-skills.
Last scanned: 6/7/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-06-07T07:56:24.477Z",
"npmAuditRan": true,
"pipAuditRan": true
}ux-ui-agent-skills is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by plugin87. Turn Claude into a Senior Design Architect — DTCG design tokens, 42 components, WCAG 2.2 accessibility, any-framework code, 138 design systems, and runnable skills. It has 879 GitHub stars.
Yes. ux-ui-agent-skills passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/plugin87/ux-ui-agent-skills" and add it to your Claude Code skills directory (see the Installation section above).
ux-ui-agent-skills is primarily written in JavaScript. It is open-source under plugin87 on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh ux-ui-agent-skills against similar tools.
No comments yet. Be the first to share your thoughts!
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
A comprehensive kit of structured instructions, design tokens, runnable skills, and 138 brand-grade design systems that turn Claude into a UX/UI expert agent — targeting any framework and any design system. Drop it into any project for consistent, accessible, token-driven design outputs, every time.
Current release: v2.5.1 · See the Changelog · All releases
No build tools, dependencies, or runtime required — this is a pure instruction & knowledge layer for AI agents.
| Capability | Description |
|---|---|
| Design Token Generation | Produces DTCG-format JSON tokens (colors, typography, spacing, shadows, borders, breakpoints, motion) with a 3-tier architecture: Primitive → Semantic → Component |
| Component Design | Designs components from Atoms to Templates following Atomic Design, with anatomy, variants, states, token mapping, and accessibility specs |
| Code Generation (any framework) | Adapter Protocol targets any stack — React+Tailwind, Next.js, SwiftUI, Vue, Svelte, Angular, Solid, Web Components/Lit, React Native, Flutter, Jetpack Compose, vanilla CSS, CSS-in-JS — or generates a new adapter on demand |
| Design-System Interop | Maps to/from any design system (Material 3, Apple HIG, Fluent, Carbon, shadcn/ui, Radix…) via a role-based crosswalk |
| Runnable Skills | 17 invocable /skills (each declaring `invocation: user |
| Accessibility Auditing | Evaluates against WCAG 2.2 AA/AAA with prioritized findings (P0/P1/P2) |
| Design Review | Scores designs across 6 dimensions with Nielsen's 10 Heuristics and a structured findings table |
| Prototyping & Research | Guides through a 5-level fidelity ladder, user journey mapping, and usability testing scripts |
| Motion Design | Tokenized durations, easing curves, transition presets, and reduced-motion strategy for accessible animation |
| UX Writing | Voice & tone system with error/empty-state formulas, microcopy patterns, and inclusive language guidelines |
| Design Taste | Native anti-slop doctrine, aesthetic archetypes, and a library of 138 design systems for layout variance, editorial typography, and premium visual direction |
npx (recommended)Drop the kit into any project, no clone needed:
npx ux-ui-agent-skills init # full kit into the current folder
npx ux-ui-agent-skills add tokens taste design-systems # just some areas
npx ux-ui-agent-skills list # see all areas
Flags: --force (overwrite existing files) · --dry (preview, change nothing).
git clone https://github.com/plugin87/ux-ui-agent-skills.git
cp -r ux-ui-agent-skills/ your-project/
Then start using — open the project in Claude Code or any Claude-powered IDE. CLAUDE.md loads automatically, activating the agent persona with full access to every tokens / components / taste / design-system file and the runnable /skills.
"Design a notification component with all states and accessibility"
"Review this login page against WCAG 2.2 and Nielsen's heuristics"
"Generate React + Tailwind code for a data table with sorting and pagination"
"Create a color token palette for a fintech brand using blue as the primary"
"Audit this form for accessibility issues — give me a prioritized findings table"
"Write the empty state and error copy for the onboarding flow"
"Spec the motion for the modal open/close with reduced-motion fallback"
The kit is the engine. A product repo that uses it wants its own lean layout, and
templates/product-design/ is that starter, shipped ready to copy:
your-product/
CLAUDE.md the brief Claude reads every session (lean, placeholders to fill)
CLAUDE.local.md your personal prefs, gitignored
.mcp.json Figma / Notion connections, env-expanded, no secrets
.claude/
rules/ components.md · tokens.md · accessibility.md — load only when relevant
skills/ repeatable workflows your team adds
commands/ /gate — the project's own all-or-nothing check
settings.json shared permissions, checked into git
design-tokens.json source of truth: color, type, spacing (light + dark, WCAG-verified)
src/components/ the real UI Claude reads and edits
public/images/ real images so prototypes do not break
reference/ real screens Claude studies for context
In Claude Code, from a clone of this repo:
/scaffold-project ../your-product
It copies the template, installs the engine areas next to it
(npx ux-ui-agent-skills add tokens components taste accessibility workflows content frameworks design-systems scripts skills), and walks the placeholders with you.
The project brief stays short on purpose: it loads on every turn, so everything
that is not needed every turn lives in .claude/rules/ or a skill.
The seeded theme is not a guess. python3 scripts/validate_template.py proves the
layout is complete, every alias resolves, and the required contrast pairs pass
WCAG 2.2 AA in both light and dark before a project starts from it.
New here? Read docs/WORKFLOW.md for the full end-to-end picture — how the Request Router loads layers on demand, real usage scenarios, and the automated release pipeline.
There are three ways to drive the kit. Use whichever fits the moment.
CLAUDE.md loads automatically, so plain requests already route to the right knowledge. Describe what you want and the agent self-routes via the built-in Request Router:
"Generate a Svelte button with all states and dark mode"
"Make this landing page feel like Linear"
"Migrate our Material 3 colors into this token system"
/skill)Type a slash command to invoke a capability directly. Each skill loads only the files it needs and can run its own scripts.
Each SKILL.md carries an invocation field, so it is clear which ones you drive and which ones the agent reaches for on its own. Both kinds can be typed as a slash command.
User-invoked — you start them, they orchestrate a whole job
| Command | What it does |
|---|---|
/brandkit |
A whole brand foundation from a brief: tokens, light + dark, one theme.css, WCAG-verified |
/redesign |
Audit-first upgrade of an existing UI without breaking it |
/image-to-code |
A screenshot or mockup becomes token-driven, accessible code |
/prototype |
Move up the fidelity ladder and plan the usability test |
/migrate-design-system |
Map to or from Material 3, Apple HIG, shadcn, Radix, and the rest |
/governance |
Version, contribute, deprecate: how the system is allowed to change |
Model-invoked — the discipline the agent applies while it works
| Command | What it does |
|---|---|
/design-tokens |
Generate, extend, or validate DTCG tokens, palettes, multi-brand theming |
/design-component |
Spec a component: anatomy, variants, the 8 states, a11y |
/design-code |
Generate code for any framework via the Adapter Protocol |
/design-review |
Score a design across 6 dimensions plus Nielsen, with a findings table |
/a11y-audit |
WCAG 2.2 audit and contrast checks |
/apply-aesthetic |
Apply an archetype or one of 138 named design systems |
/design-qa |
Stand up the CI gates that keep regressions out |
/ux-writing |
Write or review buttons, errors, empty states, microcopy |
/token-build |
Tokens to CSS, Tailwind, iOS, Android, Compose |
/figma-integration |
To |