Author high-quality Markdown documentation with deterministic structure, lint compliance, and CI integration. Use when writing README files, creating docs pages, fixing markdownlint failures, defining style rules, or wiring markdown checks into pre-commit and pipelines. Keywords: markdown, markdownlint, readme, docs, headings, lists, code fences, links, images, lint config, ci, documentation style.
Overall
score
100%
Does it follow best practices?
Validation for skill structure
[Link text](https://example.com)
[Link with title](https://example.com "Optional title")[Link text][reference]
[Another link][ref2]
[reference]: https://example.com
[ref2]: https://example.com/page "Optional title"<https://example.com>
<user@example.com>[Go to Installation](#installation)
[Go to API Reference](#api-reference)Heading anchors are auto-generated:
## My Section Title
<!-- Anchor: #my-section-title -->
## API Reference
<!-- Anchor: #api-reference -->
![Alt text][logo]
[logo]: logo.png "Company logo"[](https://example.com)<img src="image.png" alt="Alt text" width="200" height="100">Check the [installation guide](docs/installation.md) for setup instructions.
For more details, see the [official documentation](https://docs.example.com).
Contact us at <support@example.com>.Click [here](docs/installation.md) for installation.
For more details, click [here](https://docs.example.com).
Contact us at support@example.com.

[](https://ci.example.com)
{
"MD034": true,
"MD042": true,
"MD045": true
}Install with Tessl CLI
npx tessl i pantheon-ai/markdown-authoring@0.1.1