$npx -y skills add omnigentx/jarvis --skill design-systemJarvis Design System tokens and guidelines. Use when a Designer or Dev needs colors, typography, spacing, or component conventions.
| 1 | # JARVIS DESIGN SYSTEM |
| 2 | |
| 3 | ## Colors |
| 4 | ``` |
| 5 | Primary: #6C63FF (Indigo/Purple) |
| 6 | Secondary: #2DD4BF (Teal) |
| 7 | Background: #1A1A2E (Dark Navy) |
| 8 | Surface: #16213E (Dark Blue) |
| 9 | Text: #EAEAEA (Light Gray) |
| 10 | Error: #FF6B6B (Coral Red) |
| 11 | Success: #4CAF50 (Green) |
| 12 | Warning: #FFB74D (Amber) |
| 13 | ``` |
| 14 | |
| 15 | ## Typography |
| 16 | - Headers: Inter Bold |
| 17 | - Body: Inter Regular |
| 18 | - Code: JetBrains Mono |
| 19 | - Sizes: 12 / 14 / 16 / 20 / 24 / 32px |
| 20 | |
| 21 | ## Spacing |
| 22 | - Base unit: 4px |
| 23 | - xs: 4px | sm: 8px | md: 16px | lg: 24px | xl: 32px | xxl: 48px |
| 24 | |
| 25 | ## Component Patterns |
| 26 | - Cards: rounded corners (12px), subtle shadow, surface background |
| 27 | - Buttons: min-height 40px, 8px horizontal padding |
| 28 | - Input fields: 1px border, 8px padding, focus ring primary color |
| 29 | - Agent avatar: circular, 40px, colored based on agent type |
| 30 | |
| 31 | ## Dark Mode (Default) |
| 32 | - Jarvis uses dark mode by default |
| 33 | - Text on dark surface: #EAEAEA |
| 34 | - Borders: rgba(255,255,255,0.1) |
| 35 | - Hover states: lighten background 5% |
| 36 | |
| 37 | ## Responsive Breakpoints |
| 38 | - Mobile: < 768px |
| 39 | - Tablet: 768-1024px |
| 40 | - Desktop: > 1024px |