Use when drafting or editing an email newsletter issue in the house voice.
npx skills add https://github.com/vercel-labs/eve-content-agent-template --skill newsletter-style
When writing or editing a newsletter:
front-load the point — mobile inboxes cut off around 33–43 characters.
client grabs the first stray text it finds.
Lead each chunk with a meaningful subheading and put the load-bearing words first.
Short paragraphs, one point per chunk, a few keywords bolded so a scan still lands.
references/best-practices.md — sourced checklist of subject lines, preheaders, scannability,single CTA, sender identity, and plain-text-vs-HTML for newsletters.
references/email-specs.md — concrete specs: subject line and preheader character limits andmobile truncation points, from-name, ~600px width, CTA count, plain-text alt.
references/banned-words.json — the list of words to avoid. Read it once up front forawareness, then run the lint_against_style tool on your draft to check it against this
file before proposing the draft to the writer.
Shared global references for all skills in the content agent. These apply regardless of the
content type.
references/ai-phrases-to-avoid.md — AI-tell words, phrases, and punctuation to avoid.references/plain-english-alternatives.md — plain-English swaps for bloated or vague wording.Take vercel-labs/newsletter-style from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.