Slack's UI design system. Use when building interfaces inspired by Slack's aesthetic - light mode, Inter font, 4px grid.
70
62%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./skills/slack/SKILL.mdOpinionated constraints for building Slack-style interfaces with AI agents.
Reference these guidelines when:
#FFFFFF as page background (surface-base)#481652 for primary actions and focus states (accent)| Token | HEX | RGB | Usage |
|---|---|---|---|
surface-base | #FFFFFF | rgb(255,255,255) | Page background |
surface-raised | #D9EDE7 | rgb(217,237,231) | Cards, modals, raised surfaces |
surface-overlay | #3F1652 | rgb(63,22,82) | Overlays, tooltips, dropdowns |
text-primary | #0F0F0F | rgb(15,15,15) | Headings, body text |
text-secondary | #6B9389 | rgb(107,147,137) | Secondary, muted text |
text-tertiary | #656A66 | rgb(101,106,102) | Additional text |
border-default | #BDA6BE | rgb(189,166,190) | Subtle borders, dividers |
accent | #481652 | rgb(72,22,82) | Primary actions, links, focus |
Inter as primary font family61px / 700 for primary headings22px / 500 for body texttext-balance for headings and text-pretty for body texttabular-nums for numeric data| Style | Font | Size | Weight | Color | Count |
|---|---|---|---|---|---|
heading-1 | Inter | 61px | 700 | #141414 | 1 |
text-50px | Inter | 50px | 700 | #0F0F0F | 1 |
text-49px | Inter | 49px | 700 | #0F0F0F | 1 |
body | Inter | 22px | 500 | #949494 | 1 |
body-secondary | Inter | 22px | semi_bold | #262626 | 1 |
body-secondary | Inter | 21px | semi_bold | #4A4F4B | 1 |
body-secondary | Inter | 20px | 500 | #747474 | 1 |
body-secondary | Inter | 20px | 400 | #4C4C4C | 1 |
text-18px | Inter | 18px | 400 | #7A7A7A | 1 |
text-17px | Inter | 17px | 400 | #6B9389 | 1 |
Font Families:
Inter (used 53x)Font Sizes: 6px, 7px, 8px, 9px, 10px, 11px, 12px, 13px, 14px, 15px, 16px, 17px, 18px, 20px, 21px, 22px, 49px, 50px, 61px
Scale: 1px, 3px, 4px, 8px, 9px, 16px
h-screen, use h-dvh for full viewport heightsafe-area-inset for fixed elementssize-* for square elements instead of w-* + h-*0px height for input fields| Variant | Background | Text | Border | Height | Radius |
|---|---|---|---|---|---|
| Ghost | transparent | #5B887D | none | - | - |
0px2px outline with accent color (#481652)2px outline-offset#D9EDE7 background#D9EDE7 backgroundopacity: 0.5cursor: not-allowedAlertDialog for destructive or irreversible actionsinput or textarea elementsaria-label to icon-only buttonstransform, opacity)width, height, top, left, margin, padding)ease-out on entrance animations200ms for interaction feedbackprefers-reduced-motionblur() or backdrop-filter surfaceswill-change outside an active animationuseEffect for anything that can be expressed as render logic126714e
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.