How to install resend-design-skills
npx skills add https://github.com/resend/design-skills --skill resend-design-skillsFull instructions (SKILL.md)
Source of truth, from resend/design-skills.
name: resend-design-skills description: Use when needing Resend design resources. Routes to brand guidelines, visual identity, UI components, design tokens, and marketing page patterns. metadata: author: resend version: "1.0.0"
Design Skills
A collection of design-related skills for Claude Code.
Available Skills
| Skill | Description | Path |
|---|---|---|
resend-brand | Applies Resend's brand colors, typography, and visual identity to marketing materials and artifacts | brand-guidelines/SKILL.md |
resend-design-system | UI component APIs, design tokens, and composition patterns for building product UI in the Resend codebase | design-system/SKILL.md |
marketing-pages | Page structure, component reuse rules, and public primitives for creating/editing marketing pages in src/app/(website)/ | marketing-pages/SKILL.md |
design-audit | Audits the Resend dashboard for design system alignment — missing docs, component substitution, token misuse, deprecated usage, and pattern candidates | design-audit/SKILL.md |
When to use which skill
resend-brand— Marketing pages, social graphics, presentations, documents, and any external-facing visual contentresend-design-system— Product UI,src/ui/components, design tokens, code patterns, and the Resend heuristics for UX decisions (dialog vs stepper, disable vs hide, error surfaces, etc.) inside the Resend codebasemarketing-pages— Creating, updating, or deleting marketing pages insrc/app/(website)/, including page structure, public primitives, and SEO metadatadesign-audit— "Audit design", "design alignment", "dashboard design audit", or the scheduled Monday routine
Structure
Each skill lives in its own folder with a SKILL.md file that defines:
- Frontmatter with
nameanddescription - Guidelines, rules, and reference material
design-skills/
├── SKILL.md # This index file
├── brand-guidelines/
│ └── SKILL.md # Resend brand skill
├── design-system/
│ ├── SKILL.md # Resend design system skill
│ └── references/
│ ├── components.md
│ ├── design-tokens.md
│ ├── patterns.md
│ ├── patterns/
│ │ └── README.md # Documented UI composition patterns
│ ├── heuristics.md # Index of Resend UX heuristics
│ └── heuristics/ # One file per heuristic (dialog vs stepper, etc.)
├── design-audit/
│ ├── SKILL.md # Design audit skill
│ └── references/
│ ├── rubric.md
│ ├── report-format.md
│ └── linear-delivery.md
├── marketing-pages/
│ ├── SKILL.md # Marketing pages skill
│ └── references/
│ └── components.md
└── tests/
└── TESTS.md # Combined test suite
Related skills
More from resend/design-skills and the wider catalog.
find-skills
Discover and install agent skills to extend your coding agent's capabilities on demand
frontend-design
Build visually distinctive UI with opinionated aesthetic direction, typography, and layout choices that avoid templated defaults.
vercel-react-best-practices
70 React/Next.js performance rules from Vercel Engineering, prioritized by impact for writing, reviewing, and refactoring code.
agent-browser
Fast browser automation CLI for AI agents — navigate, click, scrape, screenshot, and test via Chrome CDP
web-design-guidelines
Review UI code against Web Interface Guidelines for accessibility, UX, and design best practices
finetuning
Fine-tune models on Azure AI Foundry with SFT, DPO, or RFT training methods.