One-click install
npx skills add https://github.com/jasonmichaelbell78-creator/framework --skill ui-design-system-jasonmichaelbell78-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ui-design-system
Source: https://github.com/jasonmichaelbell78-creator/framework/tree/main/.claude/skills/ui-design-system
Command: npx skills add https://github.com/jasonmichaelbell78-creator/framework --skill ui-design-system-jasonmichaelbell78-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

UI design system toolkit for Senior UI Designer including design token generation, component documentation, responsive design calculations, and developer handoff tools. Use for creating design systems, maintaining visual consistency, and facilitating design-dev collaboration.

Core Features & Use Cases

  • Design token generation (colors, typography, spacing)
  • Component system architecture and documentation
  • Responsive design calculations
  • Accessibility compliance
  • Developer handoff documentation

Quick Start

Invoke the ui-design-system to generate tokens and document components for your current project.

Frequently Asked Questions about ui-design-system

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate design tokens for a scalable UI system?

Design tokens are generated by defining core visual attributes like colors, typography, and spacing into standardized variables. This creates a single source of truth for UI components, ensuring visual consistency and easier maintenance across your design system.

What's the best way to document components for developer handoff?

Component documentation for developer handoff should include architecture details, prop definitions, and accessibility compliance checks. This ensures frontend teams have the exact specifications needed to implement UI components accurately without visual discrepancies.

Can I calculate responsive design breakpoints within a design system?

Yes, responsive design calculations can be performed within a design system to ensure UI components adapt seamlessly across different screen sizes. These calculations maintain the established design token structure and visual consistency across all breakpoints.

Does this approach help check accessibility compliance for UI components?

Yes, accessibility compliance is checked during the component documentation and token generation phases. It integrates accessibility rules directly into the component architecture, ensuring your design system meets compliance requirements before developer handoff.

How do I structure component architecture for design-dev collaboration?

Structure component architecture for design-dev collaboration by generating standardized documentation that bridges UI design and frontend implementation. This includes token mappings and responsive calculations that both teams reference throughout the development lifecycle.