Agent skill · Documentation

technical-writing

Technical Writing Mastery: SOPs, user manuals, guides, release notes, and professional technical documentation

Cosmic Stack3,294★ · 2 repos on radarProfile →
claude-codeMIT
Install
npx skills add cosmicstack-labs/mercury-agent-skills --skill technical-writing --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 18 KB
Bundled scripts: none
Version: 1.0.0
Declared author: cosmicstack-labs
Path: categories/development/technical-writing/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 364
Language: JavaScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Technical Writing Mastery Write clear, effective technical documentation that your audience can actually use — SOPs that get followed, manuals that solve problems, and release notes that keep everyone informed. ## Core Principles ### 1. Know Your Audience Every document serves a specific reader with a specific goal. A system administrator reading an SOP needs exact CLI commands. An end-user reading a manual needs step-by-step workflows. A developer reading release notes needs to know what changed and whether it breaks their code. ### 2. Active Voice, Plain Language Write directly. "The system processes the request" — not "The request is processed by the system." Use plain language: "Start the server" instead of "Initiate the server startup sequence." ### 3. Structure for Scanning Most people don't read documentation — they scan it. Use clear headings, bullet lists, tables, and bold key terms so readers find what they need in seconds. ### 4. One Task Per Section Each section should answer one question or guide one action. If a section covers more than one task, split it. ### 5. Test Everything You Write If you write a command, run it. If you write a procedure, follow it exactly as

What's inside
Steps it walks through
  1. Core Principles
  2. 1. Know Your Audience
  3. 2. Active Voice, Plain Language
  4. 3. Structure for Scanning
  5. 4. One Task Per Section
  6. 5. Test Everything You Write
  7. Technical Writing Maturity Model
  8. Actionable Guidance
  9. Audience Analysis Matrix
  10. SOP (Standard Operating Procedure) Template
  11. User Manual Structure
  12. Release Notes Patterns
  13. Versioning Documentation
  14. Document Review Workflow
Commands it runs
Flesch-Kincaid readability on markdown files
npx textlint --rule textlint-rule-write-good docs/**/*.md
Automated readability checker
pip install readabili-cli
readabili-cli check docs/user-manual.md
Hemingway-style analysis
npx hemingway-js docs/ --grade-level 8
More from mercury-agent-skills
All skills →
About this skill
What does the technical-writing skill do?

Technical Writing Mastery: SOPs, user manuals, guides, release notes, and professional technical documentation

How do I install it?

Run `npx skills add cosmicstack-labs/mercury-agent-skills --skill technical-writing --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From cosmicstack-labs/mercury-agent-skills, a repository with 364 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going