PluginBench
Skill
Official
Review
Audit score 70

resend-design-skills

resend/design-skills

How to install resend-design-skills

npx skills add https://github.com/resend/design-skills --skill resend-design-skills
Claude Code
Cursor
Windsurf
Cline
Full 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

SkillDescriptionPath
resend-brandApplies Resend's brand colors, typography, and visual identity to marketing materials and artifactsbrand-guidelines/SKILL.md
resend-design-systemUI component APIs, design tokens, and composition patterns for building product UI in the Resend codebasedesign-system/SKILL.md
marketing-pagesPage structure, component reuse rules, and public primitives for creating/editing marketing pages in src/app/(website)/marketing-pages/SKILL.md
design-auditAudits the Resend dashboard for design system alignment — missing docs, component substitution, token misuse, deprecated usage, and pattern candidatesdesign-audit/SKILL.md

When to use which skill

  • resend-brand — Marketing pages, social graphics, presentations, documents, and any external-facing visual content
  • resend-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 codebase
  • marketing-pages — Creating, updating, or deleting marketing pages in src/app/(website)/, including page structure, public primitives, and SEO metadata
  • design-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 name and description
  • 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