Skip to content
Development
Skill

/write-blog

Write and ship a blog post for your project that reads like a human wrote it and pulls SEO traffic to your site. Use when a contributor wants to draft, edit, or publish a blog post, add a post to the site, write about the project for search/traction, or make an existing draft

From plugin
builder-essential-skills
19818 skills
Install
$ npx -y skills add tamdogood/builder-essential-skills --skill write-blog --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/write-blog

Context preview

The summary Claude sees to decide when to auto-load this skill.

Write and ship a blog post for your project that reads like a human wrote it and pulls SEO traffic to your site. Use when a contributor wants to draft, edit, or publish a blog post, add a post to the site, write about the project for search/traction, or make an existing draft

SKILL.md

write-blog.SKILL.md
name: write-blog
description: >-
  Write and ship a blog post for your project that reads like a human wrote it and pulls
  SEO traffic to your site. Use when a contributor wants to draft, edit, or publish a blog
  post, add a post to the site, write about the project for search/traction, or make an
  existing draft sound less like AI. Enforces the house voice (no em dashes), picks a
  non-cannibalizing angle, uses ASD-STE100 Simplified Technical English for technical
  prose, wires the post into your site, and runs the humanizer pass before shipping.
compatibility: claude-code
allowed-tools: Read Write Edit Grep Glob Bash AskUserQuestion

Write a blog post

You are helping a contributor write a blog post for the project's website. The bar: it reads like a person wrote it, it ranks for a search cluster no other post already owns, and it ships wired correctly into the site with the build green.

Use ASD-STE100 Simplified Technical English (STE) for the post's technical and instructional prose. Use short, direct sentences, consistent terms, clear actions, and the approved meaning of technical words when the STE dictionary is available. Do not use idioms, slang, figurative language, or synonym changes that can make a technical term unclear. Preserve exact code, commands, identifiers, product names, and quotations. The post can keep a human opinion and a concrete example, but clarity takes priority over rhythm or decoration. Do not claim strict STE conformance without checking the current ASD-STE100 issue and dictionary.

This skill exists so every contributor writes in the same voice, picks non-overlapping topics, and passes the same anti-AI-slop gate, whether or not they already know the house rules.

The one rule that gets a post rejected

**No em dashes (—) or en dashes (–). Ever.** The house voice bans them. Use a period, a comma, or "so"/"because"/parentheses instead. A single dash in a draft is a hard fail. There is a scanner: run `bash check.sh <file>` (in this skill's folder) on any draft before you call it done.

Workflow

Do these in order. Don't skip the angle check or the humanizer pass.

1. Read the ground truth first

Before writing a word, read what already exists so you match voice and don't cannibalize keywords:

  • **Your site's post registry / index.** Whatever lists every published post (a registry

file, a content collection, a CMS list, or the frontmatter across your blog's source directory). This is the **live record of every published post and the angle it owns.** Read every slug, title, description, and tag set.

  • One or two full published posts (the prose sources) to absorb the voice.
  • `reference/angles.md` (in this skill folder) for how to pick an angle that doesn't

collide, plus the topics still untapped.

  • `reference/voice.md` for the house voice and the anti-AI checklist, self-contained.
  • `reference/craft.md` for the writing craft: leads that win the click, spine structure,

and which creative-writing skill to reach for at each stage.

  • `reference/seo.md` for on-page keyword placement, internal linking, verifying the

machine-readable SEO, and the post-ship distribution loop that earns the first backlinks.

2. Pick and pitch the angle

Every post must **own a distinct search cluster.** Two posts fighting for the same keywords cannibalize each other. From your post index and `reference/angles.md`, pick an angle no shipped post already owns, then pitch it back to the contributor in one line before drafting: the working title, the one-sentence thesis, and the 3-5 keyword phrases it targets. Confirm before you write the body. If they gave you a topic that collides with an existing post, say so and propose the adjacent-but-distinct angle instead.

3. Outline

A good post has a spine, not a listicle. Read `reference/craft.md` before you outline; the lead and the H2-spine are 80% of whether the post gets finished and ranked. Structure:

  • **A lead (description + opening) that names a concrete, specific problem** the reader has.

Not "AI agents are transforming collaboration." Something like "Two agents can talk about a change all day. Handing over the change itself, byte for byte, is a different problem."

  • 4-7 sections, each with a claim and **real code, real commands, or a real number from

your project** backing it. Read the actual source and docs of your project and quote it accurately. Made-up APIs are worse than no code.

  • A "what this is NOT" or honest-limitations beat. The voice is a little contrarian and

admits what's deferred. That honesty is what makes it not read like marketing.

  • A close that lands the thesis without a generic "in conclusion, the future is bright"

wrap-up. End on a concrete thing the reader can do or check.

4. Draft

Write the prose as plain markdown first, in your blog's source directory (the source of truth). Follow `reference/voice.md`, `reference/craft.md`, and the STE guidance above as you write. Keep it honest, concrete, and grounded in real project code. Use one clear opinion and support it with evidence. If `/direct-response-copy` is available in your environment, run it on the title, description, and closing CTA (only those three surfaces, not the body).

5. Humanize (mandatory)

Run a humanizer pass on the draft: if `/humanizer` is available in your environment, invoke it on the draft. If it isn't available, apply the checklist in `reference/voice.md` yourself. Then run an STE pass. Check sentence length, clear subjects and actions, consistent technical terms, approved word meanings when available, and intentional exceptions. Strip: significance inflation, promotional adjectives, the rule of three, "-ing" tail analyses, negative parallelisms ("it's not X, it's Y"), synonym cycling, hedging, and every dash. For headline/description/CTA polish you may also pull in `/direct-response-copy` if it's available.

Then run `bash check.sh <draft-file>` and fix anything it flags.

##

Read more
Ships withbuilder-essential-skills

A repository for skills that are essential to my daily work

Get the whole plugin
Stats
198
Stars
8
Forks
Maintained
Maintenance
Python
Language
MIT
License
1mo ago
Last commit
2mo ago
Created

Repo: tamdogood/builder-essential-skills

Other skills on builder-essential-skills.