SKILL.md file: YAML frontmatter (name and a description that tells the agent when to reach for it) followed by Markdown instructions. The agent loads the body on demand, so the knowledge costs nothing until it’s needed.
SKILL.md anatomy
The packs
Four skills cover the lifecycle of an email program — sending, authoring, deliverability, and receiving:drin-send-email
Send a transactional email reliably: pick a verified domain, compose, send, and handle suppressed / rate-limited error paths.
drin-build-template
Produce HTML email that renders across Gmail, Outlook, and Apple Mail — table layout, inlined styles, a plain-text part, dark mode, and
{{handlebars}} variables.drin-email-best-practices
Get deliverability right — SPF/DKIM/DMARC, bounce/complaint limits, suppressions, warmup, and one-click unsubscribe.
drin-agent-inbox
Run an autonomous inbox — enable receiving, read conversation threads, and reply in-thread.
| Skill | Use it when the agent needs to… |
|---|---|
drin-send-email | Send a transactional email reliably (verify domain → compose → send → confirm). |
drin-build-template | Produce HTML email that renders across Gmail / Outlook / Apple Mail, with a plain-text part and dark mode. |
drin-email-best-practices | Get deliverability right — SPF/DKIM/DMARC, bounce/complaint limits, suppressions, unsubscribe. |
drin-agent-inbox | Receive inbound mail and act on it — enable receiving, read threads, reply. |
Install them
The skills live in the Drin repository. Installing one is just copying its folder into your agent’s skills directory.Get the skill folders
Clone the repo (or copy the
packages/agent-skills/* folders) so you have drin-send-email, drin-build-template, drin-email-best-practices, and drin-agent-inbox locally.Drop them where your agent looks for skills
For Claude Code or Claude Desktop, copy the folders into
.claude/skills/ (project-scoped) or ~/.claude/skills/ (user-scoped). For Cursor, Windsurf, and others, place each SKILL.md body in the rules / system-prompt directory.Pair them with the tools
Skills are knowledge — give the agent the matching tools by pointing it at the MCP server too.
Pair with the MCP server
Skills and tools are complementary. Run the Drin MCP server alongside the skills so the agent has both the knowledge (these packs) and the tools (send_email, list_threads, …):
mcpServers
Free on every plan. The skills, the MCP server, and the CLI are all free on every Drin plan.
MCP server
The 54 tools the skills drive — one command, one key.
Agents overview
How skills fit the agent inbox loop and the four ways to reach Drin.
