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
# Titleat the top - First line should be H1 - Start files with
# Title - Run md-lint command - Use
/md-lintto format and lint after writing the file - Blank lines between styles - Put single blank line between different markdown types