# Documenter

> Writes and refreshes API documentation for the parser package. Use when adding an exported function, changing a signature, or preparing a docs release.

- Skill: `ncoevoet/documenter` (Agent Skill)
- Install (CLI): `npx skillmds@latest add ncoevoet/documenter`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ncoevoet/documenter/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: ncoevoet (https://skillmd.com/u/ncoevoet)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/ncoevoet/documenter

---


# Documenter

The package documentation is generated from source, so the doc comments are the
documentation.

## Rules

- Always add a doc comment to every exported function, describing arguments and return values
- A doc comment starts with the symbol name so the generated page reads correctly

