md-syntax

Installation
SKILL.md

Markdown Authoring Guidelines

Follow these rules when creating or editing markdown files.

Rules

  • Always specify language on code blocks - Use bash, yaml, json, text, hcl, go, etc. Never use bare ```
  • No AI slop - Never use emojis, glyphs or emdashes
  • Use headings, not bold for section titles - Use proper heading levels (##, ###, etc.) not **Bold** on its own line
  • One H1 per file - Only one # Title at the top
  • First line should be H1 - Start files with # Title
  • Run md-lint command - Use /md-lint to format and lint after writing the file
  • Blank lines between styles - Put single blank line between different markdown types

Examples

Blank lines between styles

Installs
22
First Seen
May 23, 2026
md-syntax — jimweller/clanker-skills