AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified Apache-2.0 Self-run

Technical Writing

skill-officialunofficial-skills-technical-writing · by officialunofficial

>

— No reviews yet
0 installs
46 views
0.0% view→install

Install

$ agentstack add skill-officialunofficial-skills-technical-writing

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • ✓ Prompt-injection patterns
  • ✓ Secret / credential exfiltration
  • ✓ Dangerous shell & filesystem operations
  • ✓ Untrusted network calls
  • ✓ Known-malicious package signatures

What it can access

  • ✓ Network access No
  • ✓ Filesystem access No
  • ✓ Shell / process execution No
  • ✓ Environment & secrets No
  • ✓ Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-officialunofficial-skills-technical-writing)

Reliability & compatibility

✓ Security review passed
0 installs to date
— no reviews yet
● 2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Technical Writing? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Technical writing

Documentation is the single source of truth for how a system behaves, and every string a person reads shapes their trust in it. Write for clarity, accuracy, and completeness. When you can show instead of tell, show: an example lands faster than an explanation.

This skill is the durable, behavior-changing core. The exhaustive mechanics (units, possessives, abbreviations, keyboard shortcuts, code-doc conventions) live in [REFERENCE.md](REFERENCE.md) — consult it when a specific question comes up. Project-specific vocabulary (a glossary, wire-format terms, product names) belongs in that project's own style guide; link the canonical definition on first use.

Voice and tone

Three words are the touchstone: clear, direct, specific. Every rule below serves one of them.

  • Second person. Write "you", not "we". Reserve "we" for the rare moment the

maintainers address the reader directly (a security advisory, a deprecation).

  • Present tense. Say what the system does now, not what it "will" do.
  • Active voice. Name the actor. "The command writes a lockfile", not "a

lockfile is written". Passive constructions lean on "was" and "by" — hunt them.

  • Plain American English, readable by every English speaker, not only native

ones. Prefer the shorter forms ("behavior", "canceled").

  • Gender-neutral. Singular "they"; address groups as developers, operators,

maintainers, or callers.

Sentence craft

Write short sentences. One thought each is punchier than three crammed together.

  • Use action verbs and subject-verb-object order. Cut clunky phrases. Drop any

adjective or adverb that doesn't change the meaning.

  • After a long sentence, write a short one. The contrast snaps attention back.
  • Don't repeat a word inside one sentence, and don't open or close a sentence

with the word that opened or closed the one before it.

  • Prefer splitting a phrase into two sentences over gluing clauses with a comma.

When you must join them, use an em dash or a connecting word ("then", "however", "so"), never a bare comma between two independent clauses.

Formatting

  • Headings in sentence case. Capitalize only the first word and real proper

nouns, kept at their canonical casing (GitHub, BLAKE3, in-toto). Never Title Case a heading for emphasis. The page title is the H1; top-level sections are H2; don't skip levels.

  • Link the noun phrase, never "here". The link text names its destination and

reads as the call to action: "see the [packfile specification](#)", not "the spec is available [here](#)". Use relative links between files in the same repo.

  • Inline code is for code. Back-tick identifiers, paths, commands, and literal

output only. Do not use inline code, bold, or caps as a substitute for emphasis.

  • Bold file and directory names (.mkit/, src/, .cbor) rather than

back-ticking them.

  • No emojis — not in prose, headings, callouts, or changelog entries.
  • Spell out symbols in prose: "and" not "&", "plus" not "+" (except in

keyboard shortcuts).

  • Em dashes: write — rather than a hyphen or the literal —. Markdown

renders the entity reliably, and the literal — is the most common tell of AI-assisted writing — flag it in review.

  • Numbered lists start at 1. Use Oxford commas in prose; if a sentence sags under

its commas, split it rather than dropping the Oxford comma.

User-facing copy

Any string a person reads is user-facing copy: stdout and stderr, error and progress messages, --help text, prompts, buttons, the web UI, the docs site. A dynamic format!/template string counts. Every string earns its place by doing at least one of three things: say what happened, say what happens next, or say what to do. Get to the point.

  • State facts, not feelings. No "please", "sorry", "unfortunately". Write

non-fast-forward push rejected: fetch and retry, not Sorry, we couldn't push your changes. Please try again.

  • Every error carries the next action. The exit code carries the class; the

message carries the specifics and, when one exists, the recovery step.

  • Plain terms first. Keep spec jargon in the specs. In help text, errors, and

UI, prefer the plain term ("attestation envelope"); expand or link a precise term on first use.

  • Exact verbs on prompts and buttons. A confirmation names its action —

"Delete branch", "Overwrite key" — never "Yes" or "OK". Prompt copy is a full sentence saying what happens and why.

  • Same state, same words. Never word one state two ways across surfaces (CLI

vs UI vs a JSON message). Route a repeated string through one helper.

  • Sentence case everywhere — headings, labels, buttons, table headers.

Title case only for real proper nouns.

  • Fidelity wins over style. Where output is pinned byte-for-byte to another

tool's (a compatibility format), match that tool's wording even when it breaks these rules. Note why.

Before you ship

Run this pass on any diff that touches prose or copy:

  1. Grep the diff for please, sorry, unfortunately, simply, and

easy. Each is almost always cuttable. ("Simply" and "easy" tell the reader their trouble is their own fault.)

  1. Search for the literal — you didn't type as — — it's the

AI-writing giveaway.

  1. Check for a duplicated string already worded by a helper; reuse it instead

of hand-writing the state again.

  1. Read it once for passive voice and long sentences. Split the longest

sentence on the page. Turn one "was …" into an active clause.

  1. Confirm headings are sentence case and links name their destination.

For anything this skill doesn't cover, fall back to the Google developer documentation style guide and, for the words to strike, Words to avoid in educational writing.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.