What problem does it solve?
This Skill eliminates inconsistent, hand-rolled UI in Kortix's web apps that breaks brand identity, creates maintenance overhead, and leads to disjointed user experiences for end users.
Core Features & Use Cases
- Strict Component Reuse: Enforces using pre-built design system components from the src/components/ui/ directory instead of hand-rolling custom UI chrome, reducing code duplication and maintenance work.
- Brand Compliance Enforcement: Provides canonical rules for color tokens, typography, spacing, avatar shapes, and component patterns to ensure all UI matches Kortix's standardized brand identity.
- Use Case: When building a new user settings page in the apps/web directory, use this Skill to ensure all panels, lists, form fields, and avatars follow design system rules, avoid hand-rolled components, and pass brand compliance checks.
Quick Start
Use the kortix-design-system skill to build a new project dashboard screen in apps/web that adheres to all brand, component, and token rules.