brand-writer

zed-industries/zed · updated Apr 8, 2026

MDX-style export adds YAML metadata + attribution linking explainx.ai and this canonical listing URL.

$npx skills add https://github.com/zed-industries/zed --skill brand-writer
0 commentsdiscussion
summary

Write 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.

skill.md

Zed Brand Writer

Write 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.

Invocation

/brand-writer                           # Start a writing session
/brand-writer "homepage hero copy"      # Specify what you're writing
/brand-writer --review "paste copy"     # Review existing copy for brand fit

Core Voice

You 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.

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.


Core Messages

Code as craft Built from scratch, made with intention. Every feature is fit for purpose, and everything has its place.

Made for multiplayer Code 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.

Performance you can feel 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.

Always shipping Zed is built for today and improved weekly. Each release moves the craft forward.

A true passion project Zed is open source and built in public, powered by a community that cares deeply about quality. From the team behind Atom and Tree-sitter.


Writing Principles

  1. 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.

  2. Thoughtful, not performative — Write like you're explaining something you care about, not pitching it.

  3. Explanatory precision — Share technical detail when it matters. Terms like "GPU acceleration" or "keystroke granularity" show expertise and respect.

  4. Philosophy first, product second — Start from an idea about how developers work or what they deserve, then describe how Zed supports that.

  5. Natural rhythm — Vary sentence length. Let ideas breathe. Avoid marketing slogans and forced symmetry.

  6. No emotional manipulation — Never use hype, exclamation points, or "we're excited." Don't tell the reader how to feel.


Structure

When explaining features or ideas:

  1. Lead with the most essential fact or change a developer needs to know.
  2. Explain how Zed addresses it.
  3. Add brand philosophy or context to deepen understanding.
  4. Let the reader infer the benefit — never oversell.

Avoid

  • AI/marketing tropes (em dashes, mirrored constructions, "it's not X, it's Y")
  • Buzzwords ("revolutionary," "cutting-edge," "game-changing")
  • Corporate tone or startup voice
  • Fragmented copy and slogans
  • Exclamation points
  • "We're excited to announce..."

Litmus Test

Before finalizing copy, verify:

  • Would a senior developer respect this?
  • Does it sound like something from zed.dev?
  • Does it read clearly and naturally aloud?
  • Does it explain more than it sells?

If not, rewrite.


Workflow

Phase 1: Understand the Ask

Ask clarifying questions:

  • What is this for? (homepage, release notes, docs, social, product page)
  • Who's the audience? (prospective users, existing users, developers in general)
  • What's the key message or feature to communicate?
  • Any specific constraints? (character limits, format requirements)

Phase 2: Gather Context

  1. Load reference files (auto-loaded from skill folder):

    • rubric.md — 8 scoring criteria for validation
    • taboo-phrases.md — patterns to eliminate
    • voice-examples.md — transformation patterns and fact preservation rules
  2. Search for relevant context (if needed):

    • Existing copy on zed.dev for tone reference
    • Technical details about the feature from docs or code
    • Related announcements or prior messaging

Phase 3: Draft (Two-Pass System)

Pass 1: First Draft with Fact Markers

Write initial copy. Mark all factual claims with [FACT] tags:

  • Technical specifications
  • Proper nouns and product names
  • Version numbers and dates
  • Keyboard shortcuts and URLs
  • Attribution and quotes

Example:

Zed is [FACT: written in Rust] with [FACT: GPU-accelerated rendering at 120fps]. Built by [FACT: the team behind Atom and Tree-sitter].

Pass 2: Diagnosis

Score the draft against all 8 rubric criteria:

Criterion Score Issues
Technical Grounding /5
Natural Syntax /5
Quiet Confidence /5
Developer Respect /5
Information Priority /5
Specificity /5
Voice Consistency /5
Earned Claims /5

Scan for taboo phrases. Flag each with line reference.

Pass 3: Reconstruction

For any criterion scoring <4 or any taboo phrase found:

  1. Identify the specific problem
  2. Rewrite the flagged section
  3. Verify [FACT] markers survived
  4. Re-score the rewritten section

Repeat until all criteria score 4+.

Phase 4: Humanizer Pass (Recommended)

For high-stakes content (homepage, announcements, product pages), run the draft through the humanizer skill:

/humanizer

Paste your draft and let humanizer:

  1. Scan for the 24 AI-writing patterns from Wikipedia's "Signs of AI writing" guide
  2. Audit for remaining tells ("What makes this obviously AI generated?")
  3. Revise to add natural voice and rhythm

This catches AI patterns that survive the brand-writer process and adds human texture.

Phase 5: Validation

Present final copy with scorecard:

## Final Copy

[The copy here]

## Scorecard

| Criterion           | Score |
|---------------------|-------|
| Technical Grounding |   5   |
| Natural Syntax      |   4   |
| Quiet Confidence    |   5   |
| Developer Respect   |   5   |
| Information Priority|   4   |
| Specificity         |   5   |
| Voice Consistency   |   4   |
| Earned Claims       |   5   |
| **TOTAL**           | 37/40 |

✅ All criteria 4+
✅ Zero taboo phrases
✅ All facts preserved

## Facts Verified
- [FACT: Rust] ✓
- [FACT: GPU-accelerated] ✓
- [FACT: 120fps] ✓

Output formats by context:

Context Format
Homepage H1 + H2 + supporting paragraph
Product page Section headers with explanatory copy
Release notes What changed, how it works, why it matters
Docs intro Clear explanation of what this is and when to use it
Social Concise, no hashtags, link to learn more

Review Mode

When invoked with --review:

  1. Load reference files (rubric, taboo phrases, voice examples)

  2. Score the provided copy against all 8 rubric criteria

  3. Scan for taboo phrases — list each with line number:

    Line 2: "revolutionary" (hype word)
    Line 5: "—" used 3 times (em dash overuse)
    Line 7: "We're excited" (empty enthusiasm)
    
  4. Present diagnosis:

    ## Review: [Copy Title]
    
    | Criterion           | Score | Issues |
    |---------------------|-------|--------|
    | Technical Grounding |   3   | Vague claims about "performance" |
    | Natural Syntax      |   2   | Triple em dash chain in P2 |
    | ...                 |       |        |
    
    ### Taboo Phrases Found
    - Line 2: "revolutionary"
    - Line 5: "seamless experience"
    
    ### Verdict
    ❌ Does not pass (3 criteria below threshold)
    
  5. Offer rewrite if any criterion scores <4:

    • Apply transformation patterns from voice-examples.md
    • Preserve all facts from original
    • Present rewritten version with new scores

Examples

Good

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.

Bad

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.

Fixed

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.

how to use brand-writer

How to use brand-writer on Cursor

AI-first code editor with Composer

1

Prerequisites

Before installing skills in Cursor, ensure your development environment meets these requirements:

  • Cursor installed and configured on your development machine
  • Node.js version 16.0+ with npm package manager (verify with node --version)
  • Active project directory or workspace where you want to add brand-writer
2

Execute installation command

Execute the skills CLI command in your project's root directory to begin installation:

$npx skills add https://github.com/zed-industries/zed --skill brand-writer

The skills CLI fetches brand-writer from GitHub repository zed-industries/zed and configures it for Cursor.

3

Select Cursor when prompted

The CLI will show a list of available agents. Use arrow keys to navigate and space to select Cursor:

◆ Which agents do you want to install to?
│ ── Universal (.agents/skills) ── always included ────
│ • Amp
│ • Antigravity
│ • Cline
│ • Codex
│ ●Cursor(selected)
│ • Cursor
│ • Windsurf
4

Verify installation

Confirm successful installation by checking the skill directory location:

.cursor/skills/brand-writer

Reload or restart Cursor to activate brand-writer. Access the skill through slash commands (e.g., /brand-writer) or your agent's skill management interface.

Security & Verification Notice

We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.

Skills execute code in your development environment. Always verify the publisher's identity, review recent commits, and test in isolated environments before production deployment.

List & Monetize Your Skill

Submit your Claude Code skill and start earning

GET_STARTED →

Use Cases

User Story & Requirements Generation

Create detailed user stories, acceptance criteria, and feature specs

Example

Generate user stories for 'password reset feature' with acceptance criteria, edge cases, and test scenarios

Reduce spec writing time by 50%, ensure comprehensive coverage

Competitive Analysis

Research competitors, compare features, identify gaps

Example

Analyze 5 competitor products, create feature comparison matrix, suggest differentiation opportunities

Complete competitive research in 2 hours instead of 2 days

Roadmap Prioritization

Evaluate features using frameworks (RICE, ICE, Kano) and create prioritized backlogs

Example

Score 20 feature ideas using RICE framework, generate prioritized roadmap with rationale

Make data-driven prioritization decisions faster

Stakeholder Communication

Draft PRDs, status updates, and stakeholder presentations

Example

Create executive summary of Q3 roadmap, monthly progress report, feature launch announcement

Save 3-5 hours/week on communication overhead

Implementation Guide

Prerequisites

  • Claude Desktop or compatible AI client
  • Access to product documentation and roadmap tools (Jira, Notion, etc.)
  • Understanding of product management frameworks (RICE, Jobs-to-be-Done, etc.)
  • Stakeholder contact information and communication channels

Time Estimate

30-60 minutes to see productivity improvements

Installation Steps

  1. 1.Install product management skill
  2. 2.Start with user story generation for known feature
  3. 3.Progress to competitive analysis: research 2-3 competitors
  4. 4.Use for roadmap prioritization: apply RICE/ICE scoring
  5. 5.Draft stakeholder communications and refine based on feedback
  6. 6.Build template library for recurring PM tasks
  7. 7.Share effective prompts with product team

Common Pitfalls

  • Not validating competitive research—verify facts before sharing
  • Accepting user stories without involving engineering team
  • Over-relying on frameworks without qualitative judgment
  • Not customizing outputs to company culture and communication style
  • Skipping stakeholder validation of generated requirements

Best Practices

✓ Do

  • +Validate research and competitive analysis with real data
  • +Collaborate with engineering when generating technical requirements
  • +Customize frameworks and templates to your company context
  • +Use skill for first drafts, refine with stakeholder input
  • +Document successful prompt patterns for PM tasks
  • +Combine AI efficiency with human judgment and intuition

✗ Don't

  • Don't publish competitive analysis without fact-checking
  • Don't finalize user stories without engineering review
  • Don't make prioritization decisions solely on AI scoring
  • Don't skip customer validation of generated requirements
  • Don't ignore company-specific context and culture

💡 Pro Tips

  • Provide context: company goals, constraints, customer feedback
  • Ask for alternatives: 'Show 3 ways to prioritize this roadmap'
  • Request stakeholder-specific formatting: 'Executive summary vs. engineering spec'
  • Use skill for 70% generation + 30% customization to company needs

When to Use This

✓ Use When

Use for user story writing, competitive research, roadmap prioritization, stakeholder communication, and PRD drafting. Best for reducing repetitive documentation and research work.

✗ Avoid When

Avoid for strategic product vision (requires deep customer empathy), pricing decisions (needs market and financial expertise), or when face-to-face customer discovery is more valuable than speed.

Learning Path

  1. 1Basic: user stories, feature specs, status updates
  2. 2Intermediate: competitive analysis, prioritization frameworks, PRDs
  3. 3Advanced: product strategy, go-to-market planning, OKR setting
  4. 4Expert: product vision, market positioning, business model innovation

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.652 reviews
  • Benjamin Anderson· Dec 28, 2024

    Useful defaults in brand-writer — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Chaitanya Patil· Dec 24, 2024

    brand-writer fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.

  • Lucas Yang· Dec 24, 2024

    brand-writer is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Omar Bansal· Dec 20, 2024

    brand-writer has been reliable in day-to-day use. Documentation quality is above average for community skills.

  • Sophia Taylor· Dec 20, 2024

    Solid pick for teams standardizing on skills: brand-writer is focused, and the summary matches what you get after install.

  • Piyush G· Nov 15, 2024

    Registry listing for brand-writer matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Isabella Kim· Nov 15, 2024

    Solid pick for teams standardizing on skills: brand-writer is focused, and the summary matches what you get after install.

  • Benjamin Singh· Nov 11, 2024

    Keeps context tight: brand-writer is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Lucas Desai· Nov 11, 2024

    brand-writer is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Shikha Mishra· Oct 6, 2024

    brand-writer reduced setup friction for our internal harness; good balance of opinion and flexibility.

showing 1-10 of 52

1 / 6