Resend design skills
Skill ulpi-io/plugin-marketplace/plugins/resend/skills/resend-design-skills
Use when needing Resend design resources. Routes to brand guidelines, visual identity, UI components, and design tokens.From its SKILL.md
npx -y skills add ulpi-io/plugin-marketplace --skill resend-design-skillsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.6 KB, 337 tokens by cl100k_base, as published. Nobody here has run it
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 |
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, and code patterns inside the Resend codebase
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
└── tests/
└── TESTS.md # Combined test suite
What ships with it: 2 files
16.7 KB alongside SKILL.md
tests/
- TESTS.md14.2 KB
- README.md2.5 KB