design-guide

Guide UI component creation with design tokens and typography in Paperclip.

Updated Mar 10, 2026
One-click install
npx skills add https://github.com/tamzi/theorg --skill design-guide-tamzi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: design-guide
Source: https://github.com/tamzi/theorg/tree/main/.claude/skills/design-guide
Command: npx skills add https://github.com/tamzi/theorg --skill design-guide-tamzi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires react, typescript, tailwindcss, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill provides a comprehensive guide for designing and implementing consistent, reusable UI components within the Paperclip ecosystem, ensuring a cohesive user experience across the platform.

Core Features & Use Cases

  • Design System Guide: Offers detailed instructions for creating UI components, using design tokens, typography, and status/priority systems.
  • Component Creation: Walks through the process of creating new components and extending existing ones.
  • Use Case: When developing a new feature or modifying an existing one, this Skill ensures that the UI components adhere to the established design language and conventions.

Quick Start

Use the design-guide skill to review the design principles and component hierarchy of Paperclip's UI system.

Frequently Asked Questions about design-guide

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

FAQPage Schema
How do I build consistent React UI components using a design system?

To build consistent React UI components, use a design system guide to apply standardized design tokens, typography, and status systems. This ensures cohesive, reusable component creation and a unified user experience across your platform.

What are design tokens and how do I use them for UI component design?

Design tokens are predefined variables that store visual style decisions like color and typography. You use them in UI component design to maintain visual consistency and ensure that updates cascade automatically across all React components.

Can I use Tailwind CSS to implement design system components in React?

Yes, you can use Tailwind CSS to implement design system components in React. The framework pairs with TypeScript to enforce styling conventions and structure, allowing you to build reusable UI elements while adhering to established design patterns.

Do I need TypeScript to create reusable UI components with this design system?

Yes, TypeScript is required to create reusable UI components with this design system. It provides the necessary type safety for component properties, composition patterns, and status systems, ensuring robust and error-free React component architecture.

What is the best way to extend existing UI components without breaking design consistency?

The best way to extend existing UI components while maintaining design consistency is to follow the established composition patterns and utilize the predefined design tokens. This ensures new variations adhere to the original design language and hierarchy.