gt-email-infra

Plans, provisions, and audits cold-email sending infrastructure across DNS, mailboxes, and sequencers.

3|2|Updated Jul 9, 2026
One-click install
npx skills add https://github.com/Growth-Today/claude-skills --skill gt-email-infra-growth-today
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gt-email-infra
Source: https://github.com/Growth-Today/claude-skills/tree/main/gt-email-infra
Command: npx skills add https://github.com/Growth-Today/claude-skills --skill gt-email-infra-growth-today

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires dnspython, and includes scripts (resource) and references (resource) components.

What problem does it solve? Cold email fails when the infrastructure behind it is wrong: misconfigured MX/SPF/DKIM/DMARC records, under-sized domain and mailbox fleets, skipped warmup, and bounce spikes misread as copy problems. This Skill gives Sales Ops and GTM engineers a single operational playbook for building, verifying, and monitoring cold-email infrastructure instead of clicking through MXToolBox and spreadsheets by hand. ## Core Features & Use Cases - Executable playbooks: a DNS/auth audit (MX, SPF lookup budget, DKIM across 14 selectors, DMARC policy, drift diffing against a saved baseline, usable as a launch gate) and a sizing calculator that turns a monthly goal or deadline-driven campaign into mailbox and domain counts, reading limits live from the reference doc. - Role-tagged sub-skills: domain research and purchasing rules, mailbox provisioning, per-sequencer setup (EmailBison, Instantly, Smartlead, Lemlist), warmup and go-live, campaign routing by ESP/SEG, dashboard reading, setup audits, and blacklist/bounce root-cause analysis. - Single source of truth: all send limits, warmup floors, inbox-classification thresholds, bounce-code taxonomy, and 2026 market benchmarks live in one reference file that sub-skills cite by key. - Use Case: A client wants to send 15,000 cold emails per month. Run the sizing calculator with their Google/Microsoft mix to get mailbox and domain counts, brief the domain purchase, then run the DNS audit as a pre-launch gate before warmup starts. ## Quick Start Ask the assistant to size cold email infrastructure for a monthly sending goal and audit the DNS records of your sending domains before launch.

Frequently Asked Questions about gt-email-infra

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit SPF, DKIM, and DMARC records for cold email domains?▼

Run the dns-auth-audit playbook with uv run execute.py followed by your domain list. It checks MX, SPF record count and recursive lookup budget, DKIM across 14 selectors, and DMARC policy, exiting with code 2 if any of the four fail so it works as a pre-launch gate.

How many domains and mailboxes do I need for cold email?▼

Use the sizing-calculator playbook with your monthly goal and Google/Microsoft split. A Google mailbox sends 20 cold emails per day and a Microsoft one sends 5, so 15,000 per month needs anywhere from 57 mailboxes (all Google) to 129 (25/75 mix).

Does this skill work with Instantly, Smartlead, and Lemlist?▼

Yes, it includes a dedicated setup sub-skill for each of EmailBison, Instantly, Smartlead, and Lemlist covering inbox connection, warmup, and deliverability settings. The underlying limits and thresholds are platform-independent, with platform-specific constraints flagged inline.

Why are my cold emails bouncing and how do I find the root cause?▼

Strip out-of-office and auto-replies first, since sequencers like EmailBison miscount them as bounces, then classify remaining bounces by SMTP code. Hard 5.1.1 codes indicate list-quality problems while 5.7.1 and 5.4.1 point to corporate filtering or reputation issues.

How long should I warm up a domain before sending cold email?▼

The hard floor is 21 days of warmup before any cold send, with 3 to 4 weeks recommended on cautious builds. Domains must also be over 30 days old before carrying links, and warmup must never be disabled once campaigns are running.

When should I not use this skill for email work?▼

Do not use it for writing cold email copy or sequences, building or verifying lead lists, or marketing newsletters. It covers only the infrastructure and deliverability layer of cold outreach, not messaging or list sourcing.