Skill Wiki v0.1.0
rule @community/rule-uppercase-labels-tracking

Uppercase Labels Tracking

Every label that identifies a data category, section heading in a card, or column header in a stat grid uses this exact recipe:

Skill
@community
Domain
frontend-design
Version
1.0.0
Quality
4.0
Edges
3 out · 1 in
Tokens
225/336/656
$ prime install @community/rule-uppercase-labels-tracking

Projection

Always in _index.xml · the agent never has to ask for this.

UppercaseLabelsTracking [rule] v1.0.0

Category and section labels above metrics or data groups must be uppercase, 12px, medium weight (500), secondary-text color, with 0.05em letter-spacing — sentence-case labels or labels without tracking are prohibited.

Every label that identifies a data category, section heading in a card, or column header in a stat grid uses this exact recipe:
className="text-[12px] text-text-secondary font-medium uppercase tracking-[0.05em]"

That is: 12px · weight 500 · uppercase · 0.05em letter-spacing · secondary-text color.

Applies to: 'TODAY'S REVENUE', 'ACTIVE USERS', 'REVENUE TREND', column labels in stat footers ('WEB', 'MOBILE', 'API'),
badge pill labels ('ALERT', 'NEW'), section divider labels.

Do NOT use: sentence-case ('Today's revenue'), lowercase, tracking-normal (0em), or bold weight on labels.

Source

prime-system/examples/frontend-design/primes/compiled/@community/rule-uppercase-labels-tracking/atom.yaml

Compiled at 2026-05-07