technical-writing-styleguide

technical-writing-styleguide is a skill for Claude Code, Codex from artivilla/agents-config. It costs 57 tokens per session (644 once invoked), scanned A, original, MIT.

A writing guide for producing clear technical documentation. It covers tone, structure, terminology, numbers, code examples, headings, and screenshots.

In plain words
What is it for?
Use it when writing, editing, or reviewing technical guides, tutorials, documentation, or screenshot-based instructions.
Why use it?
It gives authors consistent rules for explaining software without unnecessary jargon, vague claims, or inconsistent formatting.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when writing, editing, or reviewing technical guides, tutorials, documentation, or screenshot-based instructions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/artivilla/agents-config/technical-writing-styleguide
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add artivilla/agents-config --skill technical-writing-styleguide
Clone the repo
git clone --depth 1 https://github.com/artivilla/agents-config

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for technical-writing-styleguide

README.md
[![agentmods](https://agentmods.dev/badge/skills/artivilla/agents-config/technical-writing-styleguide/github.svg)](https://agentmods.dev/skills/artivilla/agents-config/technical-writing-styleguide)
Your own site
<a href="https://agentmods.dev/skills/artivilla/agents-config/technical-writing-styleguide"><img src="https://agentmods.dev/badge/skills/artivilla/agents-config/technical-writing-styleguide/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for technical-writing-styleguide

Your own site · 80×15
<a href="https://agentmods.dev/skills/artivilla/agents-config/technical-writing-styleguide"><img src="https://agentmods.dev/badge/skills/artivilla/agents-config/technical-writing-styleguide.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 57 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 644 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00057 $0.00644
Opus 5 $0.00028 $0.00322
Sonnet 5 $0.00011 $0.00129
Haiku 4.5 $0.00006 $0.00064

Measured 9d ago against content hash 7e85f1d53f21, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

technical-writing-styleguide scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/technical-writing-styleguide/SKILL.md · 55 lines

How it starts

The opening of the file, as written. The whole thing — 55 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Technical Writing Styleguide

Quick Reference

Voice: first person plural ("we'll install..."), active voice, friendly and informal tone.

Point of view priority:

  1. First person plural to include the reader: "Next, we'll configure the server."
  2. Second person imperative for instructions: "Type npm install."

Key rules:

  • Be opinionated, not comprehensive — pick one approach and recommend it
  • Never tell the reader something is "easy" or "obvious"
  • Never start with personal background or definitions
  • Avoid marketing speak and encyclopaedia-style content
  • Use serial commas, common contractions, and sentence case for headings
  • Place inline code between backticks, but use fenced code blocks for any runnable commands
  • Put text before screenshots, never two screenshots in a row without text between them

Brand names: many tech brand names have irregular capitalization (JavaScript not Javascript, GitHub not Github, Node.js not NodeJS). Always verify against the brand-names reference.

Numbers: spell out numbers under ten and at the start of sentences. Use numerals for 10 and above. Numbers over three digits get commas (1,000).

Code blocks: always use fenced code blocks with language specifiers for code samples. Use backticks only for inline single-word references.

Principles

  • Clear: keep words and sentences as simple as possible
  • Useful: deliver on the promise your headline made
  • Friendly: use informal language without patronizing the reader

Progressive Disclosure

Read the full file on GitHub · 55 lines

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 55 lines · 57 tokens per session scan A 7e85f1d53f21

Subscribe to this mod's changes

technical-writing-styleguide is a skill published in the GitHub repository artivilla/agents-config (0 stars, last pushed 3mo ago), licensed MIT. It adds 57 tokens to every session and 644 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

workers-best-practices

Cloudflare Workers best practices for production applications. Use when writing, reviewing, or configuring Workers.

cloudflare/skills · 25 tokens

find-journalists

Build, refine, dedupe, and enrich small fit-checked journalist lists for newsjack campaigns. Uses the newsjack CLI (preferred) or the medialyst MCP for news search and journalist enrichment, and falls back to a best-effort local mode with no verified contacts; the agent owns how returned data is organized.

elvisun/newsjack · 69 tokens

story-origin-check

Recover the first public timestamp and canonical major coverage for a newsjacking signal, then decide whether newer coverage is the same story, a different story, or a materially new development.

elvisun/newsjack · 40 tokens

relevance-coarse-filter

Cheap, high-recall first-pass filter that removes obvious junk from a detector candidate pool before expensive story-origin research and PR judgment. Decides keep, monitoronly, or reject — never ranks, writes angles, verifies dates, or decides whether to pitch.

elvisun/newsjack · 57 tokens

annotating-task-lineage

Annotate Airflow tasks with data lineage using inlets and outlets. Use when the user wants to add lineage metadata to tasks, specify input/output datasets, or enable lineage tracking for operators without built-in OpenLineage extraction.

astronomer/agents · 51 tokens

ai-visibility-writing

Audit, question, suggest, or fact-preservingly revise a press release, blog post, contributed article, or expert explainer so AI answer systems can more easily retrieve, understand, quote, and cite its useful information. Use when someone asks for AI visibility, AI search, answer-engine, AEO, GEO, AI Overview, or…

elvisun/newsjack · 137 tokens