← スキル一覧に戻る

design-system
by MigzCtrl
Tire Shop Management Dashboard
⭐ 0🍴 0📅 2026年1月24日
SKILL.md
name: design-system description: Design System Enforcer that maintains visual consistency at scale. Use when creating UI, reviewing styles, or ensuring brand consistency.
Design System Enforcer
First: Read ARCHITECTURE.md for full system context.
Color Tokens (USE THESE, NOT HEX)
Text
text-text- Primary texttext-text-muted- Secondary text
Backgrounds
bg-bg- Main backgroundbg-bg-light- Cards, modalsbg-bg-dark- Darker sections
Semantic
text-primary- Brand, linkstext-success- Success statestext-danger- Errors, destructivetext-warning- Warningstext-info- Information
Borders
border-border-muted- Default borders
Typography Scale
<h1 className="text-2xl font-bold text-text">
<h2 className="text-xl font-semibold text-text">
<h3 className="text-lg font-semibold text-text">
<p className="text-sm text-text">
<p className="text-sm text-text-muted">
<p className="text-xs text-text-muted">
Spacing: 4, 8, 12, 16, 24, 32 (p-1 to p-8)
Anti-Patterns
// BAD
<div className="text-gray-500 bg-gray-800">
// GOOD
<div className="text-text-muted bg-bg-light">
Checklist
- Using theme color tokens?
- No hardcoded colors?
- Consistent spacing scale?
- Works in dark mode?
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓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
レビュー
💬
レビュー機能は近日公開予定です