skills/@chakresh/resend-design-skillpublic
1
0
0
C
@Chakresh
|Publish version v1.0.0
d2bb11424d ago
brand-guidelines
SKILL.md
design-audit
references
linear-delivery.md
report-format.md
rubric.md
SKILL.md
design-system
references
heuristics
affordance.md
api-first.md
button-appearance.md
complementary-information.md
dialog-stepper-fullscreen-drawer.md
disable-vs-hide.md
error-and-alert-communication.md
expose-debuggable-data.md
friendly-names-over-ids.md
keyboard-shortcuts.md
table-required-fields.md
tag-colors-for-status.md
using-time.md
patterns
README.md
components.md
design-tokens.md
heuristics.md
patterns.md
SKILL.md
marketing-pages
references
components.md
SKILL.md
tests
TESTS.md
README.md
SKILL.md

Select a file from the tree to view its contents.

SKILL.md
63 lines | 3.05 KB

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 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

About

No description provided for this skill.

Public registry module
Category: Skills

Installation


Repository Metrics

Installs2
Stars0

Releases

v1.0.0Jun 19, 2026
Latest