Claude-skill-registry deliverability-ops
Use when investigating inbox placement, reputation, and compliance signals
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/deliverability-ops" ~/.claude/skills/majiayu000-claude-skill-registry-deliverability-ops && rm -rf "$T"
manifest:
skills/data/deliverability-ops/SKILL.mdtags
source content
Deliverability Operations Skill
When to Use
- Inbox placement drops or spam-folder complaints.
- Preparing for IP/domain warmups or volume ramps.
- Auditing authentication, feedback loops, or compliance settings.
Framework
Signals to Monitor
- Engagement – opens, clicks, unsubscribes, spam complaints by ISP.
- Reputation – Google Postmaster, Microsoft SNDS, Talos/Barracuda, Spamhaus, Validity.
- Infrastructure – SPF/DKIM/DMARC alignment, BIMI, TLS, reverse DNS, dedicated vs shared IP.
- List Health – bounce types, spam traps, opt-in provenance, inactivity thresholds.
Playbook Steps
- Snapshot key metrics over last 7/30 days.
- Identify affected mailbox providers (Gmail, Outlook, Yahoo, etc.).
- Validate authentication + sending domains.
- Segment audiences by engagement tier; limit sends to VIP/high intent.
- Recommend remediation actions (warmup plan, content refresh, list cleaning, cadence adjustment).
Templates
- Deliverability diagnostic worksheet (reputation + infrastructure + content).
- IP/domain warmup tracker (volume ramp table).
- Compliance checklist (CAN-SPAM, CASL, GDPR/CCPA, unsubscribe handling).
Tips
- Pair with
skill to isolate healthy cohorts.segmentation - Document every remediation change to correlate with future reputation shifts.
- Align marketing, security, and legal teams on consent language.