
resend-design-skills
โ 37by 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
| Skill | Use for | Path |
|---|---|---|
resend-brand | Brand colors, typography, logos, and visual identity โ marketing materials, social graphics, presentations, and any external-facing content | brand-guidelines/SKILL.md |
resend-design-system | Product 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-pages | Creating, updating, or deleting marketing pages in src/app/(website)/ โ page structure, public primitives, SEO metadata | marketing-pages/SKILL.md |
design-audit | "Audit design", "design alignment", "dashboard design audit", or the scheduled Monday routine โ checks the dashboard for design system violations | design-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 suiteCopy & paste โ that's it
npx skills add https://github.com/resend/design-skills --skill resend-design-skillsRun this in your project โ your agent picks the skill up automatically.
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.