enhance-email-deliverability

enhance-email-deliverability is a skill for Claude Code, Codex from kensaurus/cursor-kenji. It costs 73 tokens per session (1,360 once invoked), scanned A, original, MIT.

An email-delivery audit and repair workflow covering the domain records and sending practices that affect whether messages reach the inbox.

In plain words
What is it for?
It is for checking and fixing SPF, DKIM, and DMARC; handling bounces and complaints; maintaining mailing lists; and meeting unsubscribe requirements.
Why use it?
It helps address spam placement, bounced messages, complaints, poor sender reputation, and missing unsubscribe or authentication requirements.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It is for checking and fixing SPF, DKIM, and DMARC; handling bounces and complaints; maintaining mailing lists; and meeting unsubscribe requirements.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kensaurus/cursor-kenji/enhance-email-deliverability
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 kensaurus/cursor-kenji --skill enhance-email-deliverability
Clone the repo
git clone --depth 1 https://github.com/kensaurus/cursor-kenji

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 enhance-email-deliverability

README.md
[![agentmods](https://agentmods.dev/badge/skills/kensaurus/cursor-kenji/enhance-email-deliverability/github.svg)](https://agentmods.dev/skills/kensaurus/cursor-kenji/enhance-email-deliverability)
Your own site
<a href="https://agentmods.dev/skills/kensaurus/cursor-kenji/enhance-email-deliverability"><img src="https://agentmods.dev/badge/skills/kensaurus/cursor-kenji/enhance-email-deliverability/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 enhance-email-deliverability

Your own site · 80×15
<a href="https://agentmods.dev/skills/kensaurus/cursor-kenji/enhance-email-deliverability"><img src="https://agentmods.dev/badge/skills/kensaurus/cursor-kenji/enhance-email-deliverability.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 73 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,360 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.
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.00073 $0.01360
Opus 5 $0.00036 $0.00680
Sonnet 5 $0.00015 $0.00272
Haiku 4.5 $0.00007 $0.00136

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

Security

Grade A, and why

enhance-email-deliverability 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.

skills/enhance-email-deliverability/SKILL.md · 145 lines

How it starts

The opening of the file, as written. The whole thing — 145 lines — stays where its author put it; the contents beside it link to each section on GitHub.

enhance-email-deliverability — Inbox placement & lawful send

Degree of freedom: MIXED — T1 is the priority. Scoring auth/hygiene [HIGH freedom]; DNS/config apply [LOW freedom — after approval]. Audit-and-fix. Templates stay on design-email.

Close the gap between "the email sends" and "the email arrives". A beautiful transactional template in spam is a broken signup flow.

Deliverability = authentication + reputation + hygiene + compliance. Miss any one and placement collapses.

Audit first. Apply DNS/config on approval. Template markup stays on design-email.

This skill vs neighbors

Skill Owns
enhance-email-deliverability (this) SPF/DKIM/DMARC, bounces, complaints, unsubscribe headers
design-email Template markup, copy, React Email / MJML
plan-privacy-compliance Consent to collect; this owns consent to send
audit-analytics Whether open/click events fire (not inbox placement)

Keep enhance-* here (audit-and-fix, same family as enhance-web-seo). Do not steal "build a welcome email" from design-email.

How to reason

  1. Observe — SPF/DKIM/DMARC records and a real message's Authentication-Results
  2. Interpret — pass raw SPF/DKIM but fail alignment? +all? DNS-only DKIM?
  3. Classify — auth fail / hygiene hole / compliance miss / template (hand off)
  4. Severity — no DMARC or +all blocks inbox placement

Worked example

Observe: one SPF with +all; DKIM TXT present; no DMARC; marketing and password-resets share example.com. Interpret: anyone can spoof; Gmail/Yahoo bulk will fail; a campaign complaint can sink transactional mail. Classify: auth fail + domain mixing. Fix: SPF -all (or ~all while warming), DMARC p=none+rua then tighten, split transactional vs marketing domains — apply DNS only after approval.


Phase 0 — Detect sending setup [HIGH freedom]

  • Provider: Resend / Postmark / SES / SendGrid / Mailgun / SMTP
  • Sending domain(s) and DNS host
  • Transactional vs marketing — they should not share a domain
  • Where templates live (hand content issues to design-email)

Read the full file on GitHub · 145 lines

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 · 145 lines · 73 tokens per session scan A 90ffe1554f6e

Subscribe to this mod's changes

enhance-email-deliverability is a skill published in the GitHub repository kensaurus/cursor-kenji (9 stars, last pushed 11d ago), licensed MIT. It adds 73 tokens to every session and 1,360 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

comprehensive-enrichment

Enrich any person or company from any identifier — email, name, LinkedIn URL, domain, company name, Twitter/X handle. Use when asked to enrich, look up, or research a lead, contact, person, or company.

gooseworks-ai/goose-skills · 53 tokens

paid-channel-prioritizer

For founders who don't know where to start with paid ads. Analyzes ICP, competitor ad presence, budget constraints, and product type to recommend which 1-2 paid channels to start with and provides a 90-day ramp plan. Prevents the common mistake of spreading a small budget across too many platforms.

gooseworks-ai/goose-skills · 70 tokens

data-charts-tako

Search and visualize the world's data - get charts, insights, and embeddable knowledge cards for finance, economics, demographics, sports, and more.

gooseworks-ai/goose-skills · 35 tokens

email-finder-hunter

Email finder and verifier - find emails, verify deliverability, discover companies.

gooseworks-ai/goose-skills · 20 tokens

lead-discovery

Orchestrator that runs first for lead generation requests. Gathers business context via website analysis or questions, identifies competitors, builds ICP, and routes to signal skills with pre-filled inputs.

gooseworks-ai/goose-skills · 41 tokens

render-mosaic-grid-reveal

Render a 'mosaic-grid-reveal' video from a config — a real-DOM FULL-BLEED N×N mosaic of real product tiles that pops in one tile at a time (scatter order, ease-out-back overshoot), the grid clears, then the brand wordmark builds line-by-line followed by a sub-label, tagline, and CTA; frame-stepped via Playwright and…

gooseworks-ai/goose-skills · 132 tokens