# Document Formatter

> Use when the user asks to format a document against the house style guide.

- Skill: `skael-dev/document-formatter` (Agent Skill, multi-file: 5 files)
- Install (CLI): `npx skillmds@latest add skael-dev/document-formatter`
- Raw SKILL.md: https://api.skillmd.com/api/skills/skael-dev/document-formatter/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: skael-dev (https://skillmd.com/u/skael-dev)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/skael-dev/document-formatter

---


Format a draft document into the house style, using a fixed style guide and
report template.

1. Read the [style guide](references/style-guide.md) — postcondition: the style
   rules load.
2. Apply the style rules and fill assets/report.tmpl — postcondition: the
   rendered report exits 0 from the template linter.
3. Write the rendered report to out/report.md — postcondition: it exists.

MUST NOT write any file outside out/.

