zuck-writer

Write emails, memos, and posts in Mark Zuckerberg's authentic voice and style.

8|1|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/jaredpalmer/skills --skill zuck-writer-jaredpalmer
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: zuck-writer
Source: https://github.com/jaredpalmer/skills/tree/main/zuck-writer
Command: npx skills add https://github.com/jaredpalmer/skills --skill zuck-writer-jaredpalmer

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve? Ghostwriting in a specific public figure's voice usually produces parody or generic AI-sounding text. This Skill reproduces Mark Zuckerberg's actual writing style — his sentence rhythm, vocabulary, hedging patterns, and structural habits — so output reads like something he genuinely wrote, not a caricature. ## Core Features & Use Cases - Voice-Grounded Drafting: Composes emails, strategy memos, deal updates, announcements, and public posts using patterns extracted from 12 real Zuckerberg writing samples. - Quantitative Style Scoring: Ships with Python scripts that analyze generated text against a statistical baseline (sentence length, I/we ratio, contractions, punctuation) and return a 0-100% fidelity score. - Format-Specific Calibration: Adjusts tone and structure by format — long strategy memos, reactive emails, terse announcements, deal negotiation threads, and philosophy notes each follow distinct patterns. - Use Case: Ask for an internal memo from Zuckerberg about Meta's open source AI strategy, then run scripts/compare_style.py on the output to verify it scores above 70% fidelity before sending. ## Quick Start Ask the AI to write an internal memo in Mark Zuckerberg's style about why the company should invest in a new product area.

Frequently Asked Questions about zuck-writer

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

FAQPage Schema
How do I write an email in Mark Zuckerberg's style?▼

Provide the topic and format (memo, reactive email, announcement) and the Skill drafts it using patterns from 12 real Zuckerberg samples. It avoids AI tells like em dashes, semicolons, and template openers such as "I want to lay out my thinking."

How do I check if generated text sounds like Zuckerberg?▼

Run scripts/compare_style.py with your output file against references/baseline.json. It scores style fidelity from 0-100% by comparing sentence length, I/we ratio, contractions, hedging, and punctuation against the baseline statistics.

What writing formats does Zuckerberg style writing support?▼

It covers strategy memos, product vision docs, reactive emails, reply emails, company-wide emails, deal negotiation threads, terse announcements, competitive intel notes, and philosophy emails. Each format has distinct length, opener, and closing conventions.

Why does AI-generated Zuckerberg writing sound fake?▼

Common tells include em dashes, semicolons, bullet-pointed arguments, three-pillar openings, and phrases like "I want to lay out my thinking" that never appear in his real writing. The Skill bans these explicitly and enforces quantitative guardrails.

Can I regenerate the style baseline from new samples?▼

Yes, run scripts/generate_baseline.py with a samples markdown file to recompute per-metric means, standard deviations, and guardrail ranges. The output JSON replaces references/baseline.json for future fidelity scoring.