By dylantarre
Token generators, component patterns, accessibility guidance, and framework integrations
Provides ARIA roles, states, and properties for interactive components. Use when building custom widgets, fixing screen reader issues, or implementing modals, tabs, accordions, menus, or dialogs accessibly.
Validates WCAG 2.1 contrast ratios and generates accessible color pairings. Use when checking accessibility compliance, fixing contrast issues, or selecting text/background combinations for AA or AAA levels.
Generates accessible focus indicators meeting WCAG 2.4.7 and 2.4.11 requirements. Use when styling :focus-visible, keyboard navigation indicators, or fixing focus ring visibility issues.
Generates component API documentation with props tables, usage examples, and guidelines. Use when documenting component libraries, creating API references, or building component documentation for designers and developers.
Generates design token documentation with visual swatches and code examples. Use when documenting token values, creating token reference guides, or building searchable design system documentation.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Token generators, component patterns, accessibility guidance, and framework integrations.
/plugin https://github.com/dylantarre/design-system-skills
New to the plugin? Use the getting-started skill to see all available skills and recommended paths for common tasks.
Generate design tokens in CSS, Tailwind, or JSON formats:
Framework-specific component patterns:
Design tool integrations:
WCAG compliance and a11y patterns:
Implementation patterns for common challenges:
Generate documentation:
Token skills support multiple output formats:
CSS Custom Properties:
:root {
--color-primary-500: #3b82f6;
--spacing-md: 1rem;
}
Tailwind Config:
module.exports = {
theme: {
extend: {
colors: {
primary: { 500: '#3b82f6' }
}
}
}
}
JSON Tokens:
{
"color": {
"primary": {
"500": { "value": "#3b82f6" }
}
}
}
MIT
npx claudepluginhub dylantarre/design-system-skillsBuild, document, and maintain scalable design systems — from tokens and components to accessibility and theming.
Complete UI/UX design system for React Native & Next.js with 4 core skills
Creates comprehensive design systems with typography, colors, components, and documentation for consistent UI development. Use when establishing design standards, building component libraries, or ensuring cross-team consistency.
Automated design system construction from repository analysis to production-ready implementation.
Connect Claude Code to TypeUI MCP for curated design systems, UI prompts, and layout variations.
UI/UX design intelligence. 67 styles, 161 palettes, 57 font pairings, 25 charts, 15 stacks (React, Next.js, Vue, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Nuxt, Jetpack Compose). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.