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.
100
Does it follow best practices?
Validation for skill structure
# Heading 1
## Heading 2
### Heading 3
#### Heading 4
##### Heading 5
###### Heading 6#) per document (typically the title)#) not Setext-style (=== or ---)# Project Title
## Installation
### Prerequisites
### Quick Start
## Usage# Project Title
##### Prerequisites
## Installationatx, atx_closed, or setext){
"MD003": { "style": "atx" },
"MD022": { "lines_above": 1, "lines_below": 1 },
"MD024": { "siblings_only": true },
"MD025": { "front_matter_title": "" },
"MD041": { "level": 1 }
}Install with Tessl CLI
npx tessl i pantheon-ai/markdown-authoring