Use this skill when your mission involves creating new documentation or
updating existing docs — including READMEs, guides, API references, or
any markdown files.
Instructions
Writing new documentation
Understand the audience — determine if the doc targets end users,
developers, or operators.
Use a consistent structure:
# Title
> One-line description of what this document covers.
## Overview
Brief context and purpose.
## Prerequisites
What the reader needs before starting.
## Sections
Organized by topic, task, or concept.
## Examples
Concrete, runnable examples where applicable.
## Troubleshooting
Common issues and solutions.
## References
Links to related documentation.
Add a table of contents for documents longer than 3 sections.
Use code blocks with language hints for all code snippets.
Updating existing documentation
Preserve tone and style — match the existing document's voice.
Mark what changed — add a changelog entry or note if the doc has one.
Preserve internal notes — do not remove comments marked with
<!-- internal --> or similar annotations.
Validate links — ensure all cross-references and URLs are still valid.
Rules
Write in clear, concise English.
Use active voice.
One sentence per line in source markdown (for clean diffs).
Never remove content without explanation.
If unsure about factual accuracy, flag it with <!-- TODO: verify -->.
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: petermefrandsen-agentic-audits-docs-writer3description: Documentation Writer4---56# Documentation Writer78## When to use910Use this skill when your mission involves creating new documentation or11updating existing docs — including READMEs, guides, API references, or12any markdown files.1314## Instructions1516### Writing new documentation17181. **Understand the audience** — determine if the doc targets end users,19 developers, or operators.20212. **Use a consistent structure**:22 ```markdown23 # Title2425 > One-line description of what this document covers.2627 ## Overview28 Brief context and purpose.2930 ## Prerequisites31 What the reader needs before starting.3233 ## Sections34 Organized by topic, task, or concept.3536 ## Examples37 Concrete, runnable examples where applicable.3839 ## Troubleshooting40 Common issues and solutions.4142 ## References43 Links to related documentation.44 ```45463. **Add a table of contents** for documents longer than 3 sections.47484. **Use code blocks** with language hints for all code snippets.4950### Updating existing documentation51521. **Preserve tone and style** — match the existing document's voice.532. **Mark what changed** — add a changelog entry or note if the doc has one.543. **Preserve internal notes** — do not remove comments marked with55 `<!-- internal -->` or similar annotations.564. **Validate links** — ensure all cross-references and URLs are still valid.5758## Rules5960- Write in clear, concise English.61- Use active voice.62- One sentence per line in source markdown (for clean diffs).63- Never remove content without explanation.64- If unsure about factual accuracy, flag it with `<!-- TODO: verify -->`.6566---67> Converted and distributed by [TomeVault](https://tomevault.io/claim/petermefrandsen) — claim your Tome and manage your conversions.68<!-- tomevault:4.0:skill_md:2026-04-11 -->
Run npx skillmds@latest add tomevault-io/petermefrandsen-agentic-audits-docs-writer in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Documentation Writer It is listed under Docs & Writing on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.