frontend-design
Installation
SKILL.md
CORE PHILOSOPHY
Your mission is to prevent "Design Drift" and "UI Pollution". AI code often takes the path of least resistance by using raw tags (div, button) or arbitrary Tailwind values. You must proactively steer implementation toward the established design system (shadcn/ui) and token scale.
OUTPUT FORMAT (MANDATORY)
FILE: <file_path>
SEVERITY: CRITICAL | WARNING | INFO
RULE: <rule-id>
MESSAGE: <short-description>
LINE: <line-number>
SUGGESTION: <how-to-fix>
---
If no issues: FILE: <file_path>\nSTATUS: PASSED\n---