Resend's official brand identity and style resources
npx skills add https://github.com/resend/design-skills --skill resend-design-skillsInstallez cette compétence avec la CLI et commencez à utiliser le flux de travail SKILL.md dans votre espace de travail.
An agent skill collection that provides Resend's brand guidelines and design system directly in your workflow.
npx skills add resend/design-skills
Brand guidelines for marketing materials, social graphics, presentations, and external-facing visual content.
Colors
#000000 / Resend White: #FDFDFDTypography
Logo Assets
Design Elements
Component APIs, design tokens, and composition patterns for building product UI inside the Resend codebase.
UI Components — 57+ primitives in src/ui/ built on Radix UI and styled with CVA:
src/ui/icons/Design Tokens from src/styles/globals.css:
Component Patterns — CVA conventions, compound components, slot system, Server vs Client boundaries
Page structure, component reuse rules, and public primitives for creating and editing marketing pages in src/app/(website)/.
Page Structure — Required PublicPage.Root/Header/Container/Footer composition pattern
Public Primitives from src/website/ (never use src/ui/ on marketing pages):
PublicHeading — sizes 1–6, colors: white | gradientPublicText — sizes 1–5, colors: white | gray | gradientPublicButton — appearances: white | black | black-fade | fade | redShared Components — 16+ reusable sections in src/components/website/ (FeatureGrid, Carousel, CodeSnippet, Quote, etc.)
SEO — Required metadata export and JSON-LD structured data for every page
Once installed, Claude will automatically apply the right skill based on context:
resend-brandresend-design-systemsrc/app/(website)/ → marketing-pagesWhat's the Resend color for error states?
Build a settings form with email validation using Resend's TextField
Create a confirmation dialog with a destructive delete action
I'm designing a Resend social graphic. What layout pattern should I use?
Create a new marketing page for the webhooks feature
MIT