SKILL.md
SKILL.mdBrowse 4 files
2,122 tokens
9,235 bytes
Token encoding: o200k_base
Snapshot b6171bc
1---2name: brand-writer3description: Write clear, developer-first copy for Zed — leading with facts, grounded in craft.4allowed-tools: Read, Write, Edit, Glob, Grep, AskUserQuestion, WebFetch5user-invocable: true6---7 8# Zed Brand Writer9 10Write in Zed's brand voice: thoughtful, technically grounded, and quietly confident. Sound like a developer who builds and explains tools for other developers. Write like the content on zed.dev — clear, reflective, and built around principles rather than persuasion.11 12## Invocation13 14```bash15/brand-writer # Start a writing session16/brand-writer "homepage hero copy" # Specify what you're writing17/brand-writer --review "paste copy" # Review existing copy for brand fit18```19 20## Core Voice21 22You articulate Zed's ideas, capabilities, and philosophy through writing that earns trust. Never try to sell. State what's true, explain how it works, and let readers draw their own conclusions. Speak as part of the same community you're writing for.23 24**Tone:** Fluent, calm, direct. Sentences flow naturally with complete syntax. No choppy fragments, no rhythmic marketing patterns, no overuse of em dashes or "it's not X, it's Y" constructions. Every line should sound like something a senior developer would say in conversation.25 26---27 28## Core Messages29 30**Code as craft**31Built from scratch, made with intention. Every feature is fit for purpose, and everything has its place.32 33**Made for multiplayer**34Code is collaborative. But today, our conversations happen outside the codebase. In Zed, your team and your AI agents work in the same space, in real time.35 36**Performance you can feel**37Zed is written in Rust with GPU acceleration for every frame. When you type or move the cursor, pixels respond instantly. That responsiveness keeps you in flow.38 39**Always shipping**40Zed is built for today and improved weekly. Each release moves the craft forward.41 42**A true passion project**43Zed is open source and built in public, powered by a community that cares deeply about quality. From the team behind Atom and Tree-sitter.44 45---46 47## Writing Principles48 491. **Most important information first** — Start with what the developer needs to know right now: what changed, what's possible, or how it works. Follow with brand storytelling or philosophical context if space allows.50 512. **Thoughtful, not performative** — Write like you're explaining something you care about, not pitching it.52 533. **Explanatory precision** — Share technical detail when it matters. Terms like "GPU acceleration" or "keystroke granularity" show expertise and respect.54 554. **Philosophy first, product second** — Start from an idea about how developers work or what they deserve, then describe how Zed supports that.56 575. **Natural rhythm** — Vary sentence length. Let ideas breathe. Avoid marketing slogans and forced symmetry.58 596. **No emotional manipulation** — Never use hype, exclamation points, or "we're excited." Don't tell the reader how to feel.60 61---62 63## Structure64 65When explaining features or ideas:66 671. Lead with the most essential fact or change a developer needs to know.682. Explain how Zed addresses it.693. Add brand philosophy or context to deepen understanding.704. Let the reader infer the benefit — never oversell.71 72---73 74## Avoid75 76- AI/marketing tropes (em dashes, mirrored constructions, "it's not X, it's Y")77- Buzzwords ("revolutionary," "cutting-edge," "game-changing")78- Corporate tone or startup voice79- Fragmented copy and slogans80- Exclamation points81- "We're excited to announce..."82 83---84 85## Litmus Test86 87Before finalizing copy, verify:88 89- Would a senior developer respect this?90- Does it sound like something from zed.dev?91- Does it read clearly and naturally aloud?92- Does it explain more than it sells?93 94If not, rewrite.95 96---97 98## Workflow99 100### Phase 1: Understand the Ask101 102Ask clarifying questions:103 104- What is this for? (homepage, release notes, docs, social, product page)105- Who's the audience? (prospective users, existing users, developers in general)106- What's the key message or feature to communicate?107- Any specific constraints? (character limits, format requirements)108 109### Phase 2: Gather Context110 1111. **Load reference files** (auto-loaded from skill folder):112 - `rubric.md` — 8 scoring criteria for validation113 - `taboo-phrases.md` — patterns to eliminate114 - `voice-examples.md` — transformation patterns and fact preservation rules115 1162. **Search for relevant context** (if needed):117 - Existing copy on zed.dev for tone reference118 - Technical details about the feature from docs or code119 - Related announcements or prior messaging120 121### Phase 3: Draft (Two-Pass System)122 123**Pass 1: First Draft with Fact Markers**124 125Write initial copy. Mark all factual claims with `[FACT]` tags:126 127- Technical specifications128- Proper nouns and product names129- Version numbers and dates130- Keyboard shortcuts and URLs131- Attribution and quotes132 133Example:134 135> Zed is [FACT: written in Rust] with [FACT: GPU-accelerated rendering at 120fps]. Built by [FACT: the team behind Atom and Tree-sitter].136 137**Pass 2: Diagnosis**138 139Score the draft against all 8 rubric criteria:140 141| Criterion | Score | Issues |142| -------------------- | ----- | ------ |143| Technical Grounding | /5 | |144| Natural Syntax | /5 | |145| Quiet Confidence | /5 | |146| Developer Respect | /5 | |147| Information Priority | /5 | |148| Specificity | /5 | |149| Voice Consistency | /5 | |150| Earned Claims | /5 | |151 152Scan for taboo phrases. Flag each with line reference.153 154**Pass 3: Reconstruction**155 156For any criterion scoring <4 or any taboo phrase found:157 1581. Identify the specific problem1592. Rewrite the flagged section1603. Verify `[FACT]` markers survived1614. Re-score the rewritten section162 163Repeat until all criteria score 4+.164 165### Phase 4: Humanizer Pass (Recommended)166 167For high-stakes content (homepage, announcements, product pages), run the draft through the humanizer skill:168 169```bash170/humanizer171```172 173Paste your draft and let humanizer:1741. Scan for the 24 AI-writing patterns from Wikipedia's "Signs of AI writing" guide1752. Audit for remaining tells ("What makes this obviously AI generated?")1763. Revise to add natural voice and rhythm177 178This catches AI patterns that survive the brand-writer process and adds human texture.179 180### Phase 5: Validation181 182Present final copy with scorecard:183 184```185## Final Copy186 187[The copy here]188 189## Scorecard190 191| Criterion | Score |192|---------------------|-------|193| Technical Grounding | 5 |194| Natural Syntax | 4 |195| Quiet Confidence | 5 |196| Developer Respect | 5 |197| Information Priority| 4 |198| Specificity | 5 |199| Voice Consistency | 4 |200| Earned Claims | 5 |201| **TOTAL** | 37/40 |202 203✅ All criteria 4+204✅ Zero taboo phrases205✅ All facts preserved206 207## Facts Verified208- [FACT: Rust] ✓209- [FACT: GPU-accelerated] ✓210- [FACT: 120fps] ✓211```212 213**Output formats by context:**214 215| Context | Format |216| ------------- | ---------------------------------------------------- |217| Homepage | H1 + H2 + supporting paragraph |218| Product page | Section headers with explanatory copy |219| Release notes | What changed, how it works, why it matters |220| Docs intro | Clear explanation of what this is and when to use it |221| Social | Concise, no hashtags, link to learn more |222 223---224 225## Review Mode226 227When invoked with `--review`:228 2291. **Load reference files** (rubric, taboo phrases, voice examples)230 2312. **Score the provided copy** against all 8 rubric criteria232 2333. **Scan for taboo phrases** — list each with line number:234 235 ```236 Line 2: "revolutionary" (hype word)237 Line 5: "—" used 3 times (em dash overuse)238 Line 7: "We're excited" (empty enthusiasm)239 ```240 2414. **Present diagnosis:**242 243 ```244 ## Review: [Copy Title]245 246 | Criterion | Score | Issues |247 |---------------------|-------|--------|248 | Technical Grounding | 3 | Vague claims about "performance" |249 | Natural Syntax | 2 | Triple em dash chain in P2 |250 | ... | | |251 252 ### Taboo Phrases Found253 - Line 2: "revolutionary"254 - Line 5: "seamless experience"255 256 ### Verdict257 ❌ Does not pass (3 criteria below threshold)258 ```259 2605. **Offer rewrite** if any criterion scores <4:261 - Apply transformation patterns from voice-examples.md262 - Preserve all facts from original263 - Present rewritten version with new scores264 265---266 267## Examples268 269### Good270 271> Zed is written in Rust with GPU acceleration for every frame. When you type or move the cursor, pixels respond instantly. That responsiveness keeps you in flow.272 273### Bad274 275> We're excited to announce our revolutionary new editor that will change the way you code forever! Say goodbye to slow, clunky IDEs — Zed is here to transform your workflow.276 277### Fixed278 279> Zed is a new kind of editor, built from scratch for speed. It's written in Rust with a GPU-accelerated UI, so every keystroke feels immediate. We designed it for developers who notice when their tools get in the way.280 Discovery context
Discovered by repository scan. No exact path reference found in the snapshot’s root .rules.