Skip to content

sendry-dev/sendry-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sendry Agent Skills

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.

Skills

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

Install

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

Or 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.md

Usage

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

License

MIT — see LICENSE.

About

Agent skills for AI assistants working with Sendry

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors