← Back to list

design-system-patterns
by michaellperry
⭐ 0🍴 0📅 Jan 23, 2026
SKILL.md
name: design-system-patterns description: Design system patterns for reusable UI via atomic design, Tailwind tokens/variants, and accessibility. Use when creating atoms/molecules, theming, or hardening a11y.
Design System Patterns
Concise guidance for building consistent, accessible atoms and molecules. Keep SKILL lean; open resources only when needed.
When To Use
- Creating/updating atoms or molecules from a component gap analysis
- Defining tokens, variants, and dark mode support
- Enforcing accessibility (focus, keyboard, semantics, SR)
- Structuring components (polymorphic props, compound patterns) and adding tests/visual coverage
Core Patterns
- Atomic Scope: DS owns atoms/molecules; organisms stay with product/feature teams.
- Tokens/Variants: Central tokens + CVA variants; always include dark mode.
- Accessibility: Focus-visible, keyboard flows, semantic labels, SR text.
- Composition: Polymorphic headings, compound components, safe error boundaries.
- Testing: RTL for behavior/accessibility; Storybook for visual regressions.
Resources
- Atomic Design — load when classifying scope (atom vs molecule vs organism).
- Styling, Tokens, and Variants — load when defining tokens, CVA variants, dark mode.
- Accessibility — load when enforcing focus, keyboard, semantics, SR support.
- Component Structure — load when defining props, polymorphism, composition, error boundaries.
- Testing — load when writing component tests or visual regression coverage.
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon