docs-workflow
Installation
SKILL.md
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119.
Documentation Workflow
Tool Grid
| Task | Tool | Command |
|---|---|---|
| Lint | markdownlint | npx markdownlint-cli2 "**/*.md" |
| Format | Prettier | npx prettier --write "**/*.md" |
| Link check | markdown-link-check | npx markdown-link-check README.md |