docmd-writer

docmd-writer is a skill for Claude Code, Codex from docmd-io/docmd-skills. It costs 87 tokens per session (1,423 once invoked), scanned A, original, MIT.

A writing guide for creating and improving prose inside docmd documentation sites. It covers common documentation types, page structure, voice, and code examples.

In plain words
What is it for?
Use it to write tutorials, how-to guides, reference text, explanations, headings, callouts, and other Markdown page content.
Why use it?
It helps keep documentation clear and consistently organised while leaving site configuration to other tools.

Skill for Claude CodeCodex

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

Good fit Use it to write tutorials, how-to guides, reference text, explanations, headings, callouts, and other Markdown page content.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/docmd-io/docmd-skills/docmd-writer
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 docmd-io/docmd-skills --skill docmd-writer
Clone the repo
git clone --depth 1 https://github.com/docmd-io/docmd-skills

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 docmd-writer

README.md
[![agentmods](https://agentmods.dev/badge/skills/docmd-io/docmd-skills/docmd-writer/github.svg)](https://agentmods.dev/skills/docmd-io/docmd-skills/docmd-writer)
Your own site
<a href="https://agentmods.dev/skills/docmd-io/docmd-skills/docmd-writer"><img src="https://agentmods.dev/badge/skills/docmd-io/docmd-skills/docmd-writer/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 docmd-writer

Your own site · 80×15
<a href="https://agentmods.dev/skills/docmd-io/docmd-skills/docmd-writer"><img src="https://agentmods.dev/badge/skills/docmd-io/docmd-skills/docmd-writer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 87 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,423 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.00087 $0.01423
Opus 5 $0.00044 $0.00711
Sonnet 5 $0.00017 $0.00285
Haiku 4.5 $0.00009 $0.00142

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

Security

Grade A, and why

docmd-writer 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/docmd-writer/SKILL.md · 100 lines

How it starts

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

docmd — Agent Skill (Writer)

Use this skill when the user wants to write or improve the prose inside a docmd site — introductions, tutorials, how-to guides, reference descriptions, headings, callouts, code-block captions, and structural edits. It is loaded by npx docmd-skills writer <dir> and adds docmd-writer/ alongside an existing docmd-skills/ install.

When to use this skill

Use it when the user wants to:

  • Draft a new page or section of an existing docmd site
  • Restructure pages into clearer tutorial / how-to / reference / explanation shapes
  • Tighten the voice, shorten paragraphs, or fix heading hierarchy
  • Apply the file-title rule to code blocks in a translated or new page
  • Review existing prose and propose edits

Do not use it for: site configuration (docmd.config.json), CLI commands, build/deploy, plugin or template authoring. Those belong to docmd-skills and docmd-dev.

Loading rules

  • Load this skill whenever the user pastes, edits, or asks to "improve" prose in .md files inside a docmd docs/ tree.
  • The docmd docs site itself uses docmd, so writing for that site also counts as a docmd task.

Docmd awareness

When the target site uses docmd, pages can carry docmd-specific elements that this skill does not author:

  • ::: containers — callouts, cards, grids, tabs, steps, collapsibles, buttons, tags, embeds, changelogs
  • mermaid code blocks (diagrams)
  • frontmatter shape (title, description, template, etc.)

All of those live in docmd-skills references/formatting.md. Load docmd-skills alongside this skill whenever the page will use any of them; defer to it for the exact container markers, frontmatter keys, and theme/asset behaviour. This skill owns the prose between those elements — voice, structure, doc type, and code-block conventions.

Voice baseline

All pages in scope use British English by default. Use:

  • colour, behaviour, organise, centre, customise, favour (not color, behavior, organize, center, customize, favor).
  • Active voice, second person (you), present tense.
  • One idea per sentence. Short paragraphs (2–4 sentences).
  • Address the reader directly; avoid "we" except in tutorials with a clear narrator.
  • Do not pad. Do not apologise. Do not use filler openings ("It's worth noting that…", "In this section we will…").

Read the full file on GitHub · 100 lines

Files

What ships with it

4 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 · 100 lines · 87 tokens per session scan A 681df198ad32

Subscribe to this mod's changes

docmd-writer is a skill published in the GitHub repository docmd-io/docmd-skills (3 stars, last pushed 2mo ago), licensed MIT. It adds 87 tokens to every session and 1,423 once invoked, about $0.0004 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

markdown

Documentation and content creation standards.

GulajavaMinistudio/awesome-copilot-id · 7 tokens

nature-experiment-log

A system for turning raw experiment material—images, voice transcripts, or text—into standardised experiment logs with YAML metadata in an Obsidian vault. Obsidian is a note-taking application that stores linked files as plain text.

hamzabellouch/agent-skills · 51 tokens

xlsx

Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .xltx, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadsheet from…

hamzabellouch/agent-skills · 206 tokens

pptx

Use this skill any time a .pptx or .potx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx or .potx file (even if the extracted content will be used elsewhere, like in an email or summary)…

hamzabellouch/agent-skills · 171 tokens

pdf

Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting/decrypting PDFs, extracting images, and…

hamzabellouch/agent-skills · 92 tokens

docx

Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files) or Word templates (.dotx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', '.dotx', or requests to produce professional documents with formatting like tables of contents, headings, page…

hamzabellouch/agent-skills · 184 tokens