MCP HubMCP Hub
Retour aux compétences

developer-newsletter

jonathimer
Mis à jour 2 days ago
7 vues
76
4
76
Voir sur GitHub
Métaai

À propos

Cette compétence de Claude aide les développeurs à créer, rédiger et améliorer des newsletters spécifiquement destinées à un public de développeurs. Elle fournit des conseils sur la stratégie de contenu, la rédaction, la croissance et la délivrabilité, adaptés aux lecteurs techniques. La compétence s'active lorsque les utilisateurs mentionnent des termes tels que "newsletter", "email développeur" ou "digest hebdomadaire".

Installation rapide

Claude Code

Recommandé
Principal
npx skills add jonathimer/devmarketing-skills -a claude-code
Commande PluginAlternatif
/plugin add https://github.com/jonathimer/devmarketing-skills
Git CloneAlternatif
git clone https://github.com/jonathimer/devmarketing-skills.git ~/.claude/skills/developer-newsletter

Copiez et collez cette commande dans Claude Code pour installer cette compétence

Documentation

Developer Newsletter

This skill helps you build and write newsletters that developers actually open, read, and look forward to receiving. Covers content strategy, writing, growth, and deliverability.


Before You Start

Load your audience context first. Read .agents/developer-audience-context.md to understand:

  • Who you're writing for (role, seniority, tech stack)
  • What content resonates (problems, interests)
  • Where else they consume content (to avoid duplicate effort)
  • Voice & tone (how casual/technical)

If the context file doesn't exist, run the developer-audience-context skill first.


Newsletter Strategy

Define Your Newsletter Type

TypeDescriptionExample
Product updatesChangelog, new features, tipsVercel's updates
Curated linksBest content from around the webTLDR, Bytes
Original contentYour own articles, tutorialsCassidy Williams
Community digestWhat happened in your communityDev community roundups
Educational seriesTeaching a topic over timeCourse-style newsletters

Best practice: Pick ONE primary type. You can mix in others, but have a clear identity.

Frequency Matrix

FrequencyBest ForRisk
DailyCurated links, newsFatigue, hard to maintain
WeeklyMost newslettersSweet spot for most
Bi-weeklyOriginal content heavyCan lose momentum
MonthlyProduct updates, digestsEasy to forget you exist

Developer preference: Weekly is the sweet spot. Developers are busy and inbox-protective.


Content Mix Framework

The 70-20-10 Rule

PercentageContent TypePurpose
70%Value contentTeach, inform, help
20%Product contentUpdates, features, how-tos
10%PromotionalCTAs, asks, sales

Content Categories

Build a rotation of these:

CategoryExamples
Tutorials"How to implement X"
News analysis"What Y announcement means for you"
Tool/library roundups"5 libraries for handling Z"
Code snippets"Quick tip: better error handling"
Community highlights"Best from our Discord this week"
Industry takes"Why I think X is overhyped"
Behind the scenes"How we built feature Y"
Q&A"You asked, we answered"

Writing Developer Emails

Subject Line Framework

What works for developers:

PatternExampleWhy It Works
Specific benefit"Cut your build time by 40%"Concrete value
Technical curiosity"The JavaScript feature nobody uses"Triggers curiosity
Direct announcement"v2.0 is here: async/await support"Clear, newsworthy
Number + topic"7 TypeScript tricks senior devs use"Scannable, specific
Question"Are you still using callbacks?"Pattern interrupt
Breaking news"React 19 is out: what you need to know"Timely, urgent

What doesn't work:

AvoidWhy
ALL CAPSSpam signals
"Quick question"Manipulative
Excessive emojiLooks like marketing
"You won't believe..."Clickbait fatigue
No subject lineJust... no

Pre-header Text

The preview text after the subject line. Use it.

SubjectPre-header
"v2.0 is here""Plus: breaking changes to watch for"
"This week in Node.js""fetch() drama, npm security, and a cool CLI"

Email Structure

[Short personal intro - 1-2 sentences]

[Main content sections with clear headers]

[Code snippet if relevant]

[Quick links section]

[Sign-off with personality]

Code in Email

Code rendering is tricky in email. Options:

ApproachProsCons
Inline code (backticks)Works everywhereNo highlighting
Plain text blockReliableUgly
Image of codeBeautifulCan't copy, accessibility issues
"View in browser" linkFull formattingFriction
Styled HTML tablesDecent formattingComplex, can break

Recommendation: Keep code short. Use inline code for small snippets, link to full examples.

<pre style="background-color: #1e1e1e; color: #d4d4d4; padding: 16px; border-radius: 4px; font-family: 'Fira Code', monospace; font-size: 14px; overflow-x: auto;">
const result = await fetch('/api/data');
</pre>

Subject Line Testing

A/B Test Framework

Test one variable at a time:

VariableVersion AVersion B
Length"TypeScript 5.0 features""7 TypeScript 5.0 features that will change how you write code"
Specificity"New features""Async imports, decorators, and 5 more"
FormatStatementQuestion
PersonalizationGeneric"[Name], your weekly digest"
EmojiNoneOne relevant emoji

Subject Line Checklist

Before sending:

  • Under 50 characters (mobile preview)
  • No spam trigger words (free, act now, limited time)
  • Specific, not vague
  • Matches email content (no bait and switch)
  • Would YOU open this?

Growth Tactics

Organic Growth

TacticImplementation
Blog footer CTA"Get posts like this in your inbox" with inline form
Content upgrades"Download the full checklist" for email
Exit intentPopup when leaving (use sparingly)
Twitter/social mentions"I write about this weekly in my newsletter"
Documentation CTASubscribe box in docs footer
Open source READMENewsletter link in project README
Conference talks"Sign up for slides + bonus content"

Referral Programs

Reward TierReward Example
1 referralShoutout in newsletter
5 referralsExclusive content / early access
10 referralsSwag (stickers, t-shirt)
25 referrals1:1 call / premium access

Cross-Promotion

Partner with complementary newsletters:

Your NewsletterGood Partners
React-focusedTypeScript, Node.js, frontend newsletters
DevOpsCloud, Kubernetes, infrastructure newsletters
AI/MLPython, data science newsletters

Swap mentions, not full ads.


Avoiding Spam Filters

Technical Setup

RequirementWhat to Do
SPFAdd DNS record authorizing your sender
DKIMSign emails cryptographically
DMARCPolicy for handling auth failures
Custom domainSend from [email protected], not personal
Warm upStart with small sends, increase gradually

Content Hygiene

DoDon't
Plain text versionHTML only
Reasonable image ratioAll images, no text
Clear unsubscribeHidden or difficult unsub
Consistent sendingSporadic, unpredictable
Clean listBounces, inactive, purchased

Red Flag Words

Avoid in subject lines and body:

CategoryWords to Avoid
UrgencyAct now, Limited time, Expires
Free stuffFree, No cost, No obligation
Money$$, Cash, Earn, Investment
ExaggerationAmazing, Incredible, Best ever
Spam classicsClick here, Winner, Congratulations

Email Service Providers

Developer-Friendly Options

ESPBest ForDev Features
ButtondownSimple, markdown-firstAPI, RSS import, minimal
ConvertKitCreator newslettersAutomations, landing pages
MailchimpGeneral purposeRobust API, integrations
ResendDeveloper-firstReact Email, great DX
LoopsSaaS companiesProduct-focused features
BeehiivGrowth-focusedReferrals, monetization

DIY Options

ToolUse Case
Resend + React EmailCustom transactional + marketing
PostmarkReliability-focused
SendGridScale-focused

Metrics & Benchmarks

Key Metrics

MetricDeveloper Newsletter Benchmark
Open rate30-50% (higher than B2C)
Click rate5-15%
Unsubscribe rate<0.5% per send
Spam complaints<0.1%
List growth rate5-10% monthly

What to Track

MetricWhat It Tells You
Open rate by subjectSubject line effectiveness
Click rate by linkContent resonance
Reply rateEngagement depth
Unsubscribe after sendContent fit
Forward rateShareability
Growth sourceBest acquisition channels

Newsletter Template

Subject: [Specific, benefit-driven headline]
Pre-header: [Teaser that complements subject]

---

Hey [first name],

[1-2 sentence personal intro or hook]

## [Main Section 1]

[2-3 paragraphs with value]

\`\`\`javascript
// Quick code example if relevant
\`\`\`

## [Main Section 2]

[Content]

## Quick Links

- [Link 1]: One-line description
- [Link 2]: One-line description
- [Link 3]: One-line description

## From the Community

[Highlight something from Discord/Twitter/GitHub]

---

[Personal sign-off]

[Name]

P.S. [Optional: extra CTA, fun fact, or teaser]

Tools

ToolUse Case
OctolensMonitor developer conversations for newsletter content ideas. Track what topics are trending on HN, Reddit, and Twitter.
Buttondown/ConvertKit/BeehiivNewsletter platforms
SparkLoopReferral program management
Mailmeteor/Email OctopusBudget-friendly sending
Mail-TesterCheck spam score before sending
Litmus/Email on AcidEmail rendering preview

Related Skills

  • developer-audience-context — Know who you're writing for
  • devrel-content — Source content for your newsletter
  • community-building — Generate community content
  • developer-advocacy — Build your personal brand alongside newsletter

Dépôt GitHub

jonathimer/devmarketing-skills
Chemin: skills/developer-newsletter
0

Compétences associées

content-collections

Méta

Cette compétence propose une configuration éprouvée en production pour Content Collections, un outil axé sur TypeScript qui transforme des fichiers Markdown/MDX en collections de données typées de manière sûre avec une validation Zod. Utilisez-la lors de la création de blogs, de sites de documentation ou d'applications Vite + React riches en contenu pour garantir la sécurité de typage et la validation automatique du contenu. Elle couvre tout, de la configuration du plugin Vite et de la compilation MDX à l'optimisation des déploiements et la validation des schémas.

Voir la compétence

polymarket

Méta

Cette compétence permet aux développeurs de créer des applications avec la plateforme de marchés prédictifs Polymarket, incluant l'intégration d'API pour le trading et les données de marché. Elle fournit également une diffusion de données en temps réel via WebSocket pour surveiller les transactions en direct et l'activité du marché. Utilisez-la pour mettre en œuvre des stratégies de trading ou pour créer des outils traitant les mises à jour de marché en direct.

Voir la compétence

creating-opencode-plugins

Méta

Cette compétence aide les développeurs à créer des plugins OpenCode qui s'interconnectent avec plus de 25 types d'événements tels que les commandes, les fichiers et les opérations LSP. Elle fournit la structure du plugin, les spécifications de l'API événementielle et les modèles d'implémentation pour les modules JavaScript/TypeScript. Utilisez-la lorsque vous avez besoin d'intercepter, de surveiller ou d'étendre le cycle de vie de l'assistant IA OpenCode avec une logique personnalisée pilotée par les événements.

Voir la compétence

sglang

Méta

SGLang est un framework de service LLM haute performance spécialisé dans la génération rapide et structurée pour les workflows JSON, regex et agentiques grâce à son cache de préfixe RadixAttention. Il offre une inférence nettement plus rapide, particulièrement pour les tâches avec des préfixes répétés, ce qui le rend idéal pour les sorties complexes et structurées ainsi que les conversations multi-tours. Choisissez SGLang plutôt que des alternatives comme vLLM lorsque vous avez besoin d'un décodage contraint ou que vous construisez des applications avec un partage étendu de préfixes.

Voir la compétence