Skill files for AI coding assistants (Claude, Cursor, GitHub Copilot, etc.) working with Sendry. Each SKILL.md provides authoritative, opinionated guidance that agents can read before generating code or answering questions in that domain.
| Skill | Description |
|---|---|
email-best-practices/ |
Deliverability, HTML structure, subject lines, list hygiene, legal requirements |
react-email/ |
Building cross-client email templates with @react-email/components |
sendry-api/ |
Sending emails, managing contacts & campaigns, webhooks, error handling |
Clone or copy the skill directories into your project's agent-skills folder. For Claude Code:
git clone https://github.com/sendry-dev/sendry-skills ~/.claude/skills/sendryOr vendor a single skill:
curl -L https://raw.githubusercontent.com/sendry-dev/sendry-skills/main/sendry-api/SKILL.md \
-o ~/.claude/skills/sendry-api/SKILL.mdPoint your AI assistant at the relevant skill file before starting a task:
Read sendry-api/SKILL.md before helping me integrate Sendry.
Or reference all three for full-stack email work:
Read all SKILL.md files in this repo before starting.
MIT — see LICENSE.