vois-tokens

Solid

Rules and patterns for building UI with shadcn/ui, Tailwind v4 or StyleX, and Motion against a Vois design token set. Use when building components, pages, or any UI that should conform to the workspace design system. Covers spacing, typography, color tokens, component architecture, animation, accessibility, and modern CSS/StyleX patterns.

Web & Frontend 20 stars 0 forks Updated 2 days ago MIT

Install

View on GitHub

Quality Score: 82/100

Stars 20%
44
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Vois Tokens Skill You are building UI for a design system that uses **shadcn/ui**, **Tailwind v4 or StyleX**, and **Motion**. This skill defines the rules, constraints, and patterns you must follow. Deviation from these rules produces inconsistent, unmaintainable UI. **Determine the styling engine before applying implementation-layer rules.** Check `package.json` for `tailwindcss` vs `@stylexjs/stylex`, or look for existing `stylex.create()` usage; ask if genuinely ambiguous. Everything in this skill except `references/tailwind-v4.md` and `references/stylex.md` (and the handful of rules tagged `engines` in `data/vois-rules.json`) applies identically regardless of engine. This SKILL.md is the entry point. Detailed rules for each topic live in `references/` — read only the file(s) relevant to what you're building, not all of them every time. **Automated checks:** a deterministic detector (`scripts/detect.mjs`) covers the mechanically-verifiable subset of the Pre-Submit Checklist below and can run as a per-edit hook in Claude Code, Cursor, or Codex. See `references/hooks.md` for setup and which rules are covered. --- ## Taste dials If vois-router loaded `VOIS.md`, you'll be handed three 1-10 dials — **VARIANCE** (layout asymmetry), **MOTION** (animation richness), **DENSITY** (information per screen). They tune choices you'd otherwise make by default: - **DENSITY** biases spacing scale and default paddings/gaps — high density reaches for the tighter end of the 4/8 sc...

Details

Author
ommakes
Repository
ommakes/Skills
Created
6 months ago
Last Updated
2 days ago
Language
HTML
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

Web & Frontend Solid

vois-patterns

Structural decision trees for container types, form states, table layouts, and page-level patterns. Use before vois-tokens. Routes to righter skill for all microcopy (labels, errors, buttons, helpers). Use when building pages, forms, features, workflows.

20 Updated 2 days ago
ommakes
Web & Frontend Listed

ui-ux-design

Expert UI/UX design workflow and standards — token-first design systems, the shadcn/ui + Tailwind + Radix build stack, accessibility (WCAG AA), and self-contained HTML mockups. Use when designing interfaces, building front-end components, creating mockups/prototypes, or reviewing UI for quality and accessibility. The project's existing design system always wins.

2 Updated 1 months ago
vinaygiri
Web & Frontend Solid

vois-router

Orchestrates the Vois design system skill chain. Use this skill as the single entry point whenever you're doing any UI work against the Vois design system — building a screen, picking a component, writing copy, or defending a design decision. The router reads your input, identifies the right starting point and skill sequence, and packages context forward so you don't have to re-explain the problem at each step. Works with vois-patterns, vois-components, vois-tokens, righter, and design-rationale. Each of those skills can still be used standalone — this router is additive, not a replacement. Trigger when someone says "build this screen", "what component should I use", "help me write this copy", "route me through the design system", or pastes any feature brief, ticket, or design question without specifying which skill to use.

20 Updated 2 days ago
ommakes