Email copy
Claude Code Skills for content marketers — briefs, drafts, SEO audits, competitor analysis, publishing
npx -y skills add busyeugene/content-marketing-skills --skill email-copyAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use when the user wants to draft marketing or lifecycle email copy — campaign emails, nurture sequences, product announcements, cold outbound, or newsletters. Produces subject-line variants and a full body with CTA.
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
5.6 KB, as published. Nobody here has run it
Email Copy
Draft email copy that matches the brand's editorial voice. Covers one-off campaigns, lifecycle sequences, newsletters, announcements, and cold outbound. Output is local-only — this skill does not send.
Setup
No keys required.
Inputs
- Email type — campaign / nurture sequence / product announcement / cold outbound / newsletter issue / transactional follow-up.
- Goal — what does a successful email cause the recipient to do? (click, reply, book, read, reactivate).
- Audience segment — who is receiving it? Inherit from
editorial-guidelines.mdaudience if available; otherwise ask. - Stage in relationship — cold, warm lead, trial user, paying customer, churned.
- Primary CTA — exact action and destination URL or reply prompt.
- Context assets — optional: blog post or landing page the email is tied to; any specific proof points, numbers, or quotes.
- Length mode —
short(≤120 words),medium(120–250),long(250–500). - Number of subject-line variants — default 5.
- Sequence mode — if the user wants more than one email, how many, what cadence, and what's the goal of each step.
Use AskUserQuestion for email type, length mode, and sequence Y/N.
Process
1. Load voice
- Read
editorial-guidelines.mdor fall back to shared voice reference. - Read any context asset the user pointed to.
2. Map the message
Before writing, articulate in one sentence each:
- The one thing the email makes the reader feel
- The one thing the email makes the reader think
- The one thing the email makes the reader do
If any of the three is unclear, ask the user before drafting.
3. Draft subject lines
Produce N variants across these archetypes (pick the ones that fit the email type):
- Specific number — "How Acme cut ramp time to 11 days"
- Curiosity gap — "The reason your SQL→SAL conversion is lying to you"
- Direct benefit — "Book 2× more demos this quarter"
- Pattern interrupt — "Bad news about your pipeline dashboard"
- Personal/low-fi — "Quick question, {name}"
- Announcement — "{Feature} is live"
- Contrarian — "Stop A/B testing your cold emails"
Each variant: ≤50 characters. Include one preheader (≤90 chars) per subject. Never repeat phrasing across variants.
4. Draft the body
Structure depends on type:
Campaign / nurture / cold outbound:
- Opening line — specific to the recipient or the moment; never "Hope this email finds you well".
- The reason you're writing — one sentence, no preamble.
- The value or insight — one concrete thing (number, framework, observation). Not a pitch.
- The CTA — one action, one link. Phrased as a low-friction next step, not a demand.
- Signature — name, role, (optional) one-liner context.
Product announcement:
- What's new (one line).
- Who it's for.
- Why we built it (the specific problem).
- What to do next (demo, docs, feature toggle).
Newsletter issue:
- One-paragraph editor's note (human, specific, opinionated).
- 3–5 curated sections, each 40–80 words, each with a link.
- A closing "what I'm thinking about this week" prompt that invites reply.
Transactional follow-up:
- Acknowledge the event (trial started, demo booked, payment processed).
- The one thing they should do in the next 24 hours.
- Where to get help.
5. Constraints
- Mobile-first: first 60 characters of subject + first sentence of body must carry the message.
- No walls of text: paragraphs of 1–3 sentences.
- Banned words from editorial guidelines are blocked.
- First-person singular is OK for cold outbound and newsletter; first-person plural for campaigns and announcements — unless guidelines say otherwise.
- Zero emojis unless the guidelines allow them.
- Exactly one CTA. If the user insists on two, demote the second to a PS.
6. Sequences
If the user asked for a sequence:
- Draft each email as a separate block in the same output file.
- Each email references the previous one implicitly (shared context) but must be readable standalone (the reader may have missed step 1).
- Cadence recommendation included at the top of the file.
- The last email in a sequence includes a graceful opt-out line.
7. Write the file
Write to emails/<name>.md:
# Email — {name}
**Type:** {type}
**Audience:** {segment}
**Goal:** {goal}
**Primary CTA:** {action → destination}
**Length mode:** {short/medium/long}
## Subject line variants
1. **Subject:** {…} — **Preheader:** {…}
2. …
## Body
{body}
---
## Sequence (if applicable)
### Step 2 — send +{N} days
**Subject:** {…}
**Preheader:** {…}
{body}
{…}
## Recommended cadence
- Step 1: day 0
- Step 2: day +{N}
- Step 3: day +{M}
## Rationale
{2–4 bullets on why this approach for this audience}
8. Print summary
One-line summary: path, word count, number of subject variants, sequence length.
Fallbacks
- No editorial guidelines: use shared voice reference.
- Insufficient context: ask targeted questions before drafting; never guess the audience or CTA.
Verification
- File exists under
emails/. - ≥5 subject lines, each ≤50 chars.
- Each subject has a preheader ≤90 chars.
- Body matches the length mode.
- Exactly one primary CTA.
- No banned words.