vois-design-system
Installation
SKILL.md
Vois Design System Skill
You are building UI for a design system that uses shadcn/ui, Tailwind v4, and Motion. This skill defines the rules, constraints, and patterns you must follow. Deviation from these rules produces inconsistent, unmaintainable UI.
Read this entire skill before writing any code. Do not skim it.
Before You Write Anything
- Check the component manifest. If a component exists for what you need, use it. Do not build a new one.
- Check the token reference. If a token exists for the value you need, use it. Do not hardcode anything.
- If neither exists, flag it — don't invent values or components.
1. Spacing
All spacing must be divisible by 4 or 8. No exceptions.
Related skills