Labsco
resend logo

resend-design-skills

โ˜… 37

by resend ยท part of resend/design-skills

Use when needing Resend design resources. Routes to brand guidelines, visual identity, UI components, design tokens, and marketing page patterns.

๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedFreeQuick setup
๐Ÿ”’ Repo-maintenance skill. It exists to help maintain resend/design-skills itself โ€” it's only useful if you contribute code to that project.

This is the playbook your agent receives when the skill activates โ€” you don't need to read it to use the skill, but it's here to audit before installing.

Design Skills

A collection of design-related skills for Claude Code.

Available Skills

SkillUse forPath
resend-brandBrand colors, typography, logos, and visual identity โ€” marketing materials, social graphics, presentations, and any external-facing contentbrand-guidelines/SKILL.md
resend-design-systemProduct UI in the Resend codebase โ€” src/ui/ component APIs, design tokens, code patterns, and UX heuristics (dialog vs stepper, disable vs hide, error surfaces, etc.)design-system/SKILL.md
marketing-pagesCreating, updating, or deleting marketing pages in src/app/(website)/ โ€” page structure, public primitives, SEO metadatamarketing-pages/SKILL.md
design-audit"Audit design", "design alignment", "dashboard design audit", or the scheduled Monday routine โ€” checks the dashboard for design system violationsdesign-audit/SKILL.md

Structure

Each skill is a folder with a SKILL.md (frontmatter + guidelines) and optional references/.

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
โ”‚       โ”œโ”€โ”€ component-conventions.md # CVA/compound-component code conventions
โ”‚       โ”œโ”€โ”€ patterns/
โ”‚       โ”‚   โ””โ”€โ”€ README.md # Documented UI composition patterns (concept, not code conventions above)
โ”‚       โ”œโ”€โ”€ 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     # Index of rubric/ + merged rule/pattern/heuristic table
โ”‚       โ”œโ”€โ”€ rubric/       # One file per audit category
โ”‚       โ”œโ”€โ”€ report-format.md
โ”‚       โ””โ”€โ”€ linear-delivery.md
โ”œโ”€โ”€ marketing-pages/
โ”‚   โ”œโ”€โ”€ SKILL.md          # Marketing pages skill
โ”‚   โ””โ”€โ”€ references/
โ”‚       โ””โ”€โ”€ components.md
โ””โ”€โ”€ tests/
    โ””โ”€โ”€ TESTS.md          # Combined test suite