
Write Markdown
- 2 repo stars
- Updated July 24, 2026
- cboone/agent-harness-plugins
Apply consistent Markdown style conventions when creating or editing Markdown files.
About
Write-markdown applies Markdown style conventions when creating or editing Markdown files. It keeps documentation formatting consistent across a repository so files render predictably and stay readable. Aimed at any developer or writer maintaining Markdown docs.
- Markdown style conventions
- Consistent formatting
- Documentation focus
- Edit and create files
Write Markdown by the numbers
- Data as of Jul 25, 2026 (Skillselion catalog sync)
/plugin marketplace add cboone/agent-harness-plugins/plugin install write-markdown@agent-harness-pluginsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 2 |
|---|---|
| Last updated | July 24, 2026 |
| Repository | cboone/agent-harness-plugins ↗ |
What it does
Apply consistent Markdown style conventions when creating or editing Markdown files.
README.md
Write Markdown
Markdown style conventions targeting GitHub Flavored Markdown (GFM), aligned with markdownlint-cli2 rules.
Type: Skill
Trigger: /write-markdown (also activates automatically)
Installation
See the marketplace install instructions.
What It Does
Provides Markdown formatting conventions for document structure, headings, links, lists, tables, code blocks, and HTML usage. Activates automatically when creating, editing, or reviewing Markdown files, ensuring consistent formatting across the project.
Includes a reference guide covering all conventions with markdownlint rule identifiers.
Usage
/write-markdown
The skill also activates automatically when Claude Code detects Markdown file work.
Examples
- Creating a new
.mdfile: the style guide activates automatically - "review this Markdown for formatting": activates automatically
- "/write-markdown": loads the full style guide explicitly
See Also
- Lint and Fix: run markdownlint and other formatters
- All plugins