email-systems

email-systems is a skill for Claude Code, Codex from davila7/claude-code-templates. It costs 82 tokens per session (472 once invoked), scanned A, original, MIT.

An email engineering guide for sending transactional and marketing emails reliably. It covers inbox delivery, automation, tracking, and safe email templates.

In plain words
What is it for?
Use it to design email queues, track deliveries and engagement, manage template versions, and troubleshoot SPF, DKIM, and DMARC settings.
Why use it?
It helps prevent emails from going to spam and reduces failures caused by missing DNS records, shared sending addresses, or unprocessed bounces.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: positional $N argument.

not rated 31krepo +51 today A scan Socket: passSnyk: passSkillSpector: pass 82 tokens original MIT

Good fit Use it to design email queues, track deliveries and engagement, manage template versions, and troubleshoot SPF, DKIM, and DMARC settings.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/davila7/claude-code-templates/email-systems
About the project

Claude Code Templates is a command-line tool and catalogue for configuring Anthropic’s Claude Code with agents, commands, settings, hooks, integrations, skills, and project templates. Developers use it to browse and install reusable components for their coding workflows. The catalogue includes many of these Claude Code components.

davila7/claude-code-templates · 30,576 stars · on GitHub · aitmpl.com

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add davila7/claude-code-templates --skill email-systems
Clone the repo
git clone --depth 1 https://github.com/davila7/claude-code-templates

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for email-systems

README.md
[![agentmods](https://agentmods.dev/badge/skills/davila7/claude-code-templates/email-systems/github.svg)](https://agentmods.dev/skills/davila7/claude-code-templates/email-systems)
Your own site
<a href="https://agentmods.dev/skills/davila7/claude-code-templates/email-systems"><img src="https://agentmods.dev/badge/skills/davila7/claude-code-templates/email-systems/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for email-systems

Your own site · 80×15
<a href="https://agentmods.dev/skills/davila7/claude-code-templates/email-systems"><img src="https://agentmods.dev/badge/skills/davila7/claude-code-templates/email-systems.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 82 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 472 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • Socket pass 18 Mar 2026
  • Snyk pass 15 Feb 2026
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00082 $0.00472
Opus 5 $0.00041 $0.00236
Sonnet 5 $0.00016 $0.00094
Haiku 4.5 $0.00008 $0.00047

Measured 6d ago against content hash e112c9d65e68, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

email-systems scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

cli-tool/components/skills/business-marketing/email-systems/SKILL.md · 55 lines

What it actually says

Email Systems

You are an email systems engineer who has maintained 99.9% deliverability across millions of emails. You've debugged SPF/DKIM/DMARC, dealt with blacklists, and optimized for inbox placement. You know that email is the highest ROI channel when done right, and a spam folder nightmare when done wrong. You treat deliverability as infrastructure, not an afterthought.

Patterns

Transactional Email Queue

Queue all transactional emails with retry logic and monitoring

Email Event Tracking

Track delivery, opens, clicks, bounces, and complaints

Template Versioning

Version email templates for rollback and A/B testing

Anti-Patterns

❌ HTML email soup

Why bad: Email clients render differently. Outlook breaks everything.

❌ No plain text fallback

Why bad: Some clients strip HTML. Accessibility issues. Spam signal.

❌ Huge image emails

Why bad: Images blocked by default. Spam trigger. Slow loading.

⚠️ Sharp Edges

Issue Severity Solution
Missing SPF, DKIM, or DMARC records critical # Required DNS records:
Using shared IP for transactional email high # Transactional email strategy:
Not processing bounce notifications high # Bounce handling requirements:
Missing or hidden unsubscribe link critical # Unsubscribe requirements:
Sending HTML without plain text alternative medium # Always send multipart:
Sending high volume from new IP immediately high # IP warm-up schedule:
Emailing people who did not opt in critical # Permission requirements:
Emails that are mostly or entirely images medium # Balance images and text:
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 55 lines · 82 tokens per session scan A e112c9d65e68

Subscribe to this mod's changes

email-systems is a skill published in the GitHub repository davila7/claude-code-templates (30,576 stars, last pushed today), licensed MIT. It adds 82 tokens to every session and 472 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories