home/roleplay/markdown-instructions-4

Markdown.instructions

GPTClaudeGemini··706 copies·updated 2026-07-14
markdown-instructions-4.prompt
---
applyTo: '**/*.md'
description: 'Markdown formatting standards'
---

# Markdown Style Guidelines

Consistent Markdown formatting for documentation files.

## Blank Lines

- Use single blank lines between sections and elements
- Never use multiple consecutive blank lines
- Headings, lists, and code blocks must have a blank line above and below

## Headings

- Use ATX style (`#`) not setext (underlines)
- Use consistent heading levels (don't skip levels)
- Start with a single H1 (`#`) for the document title
- Use sentence case for headings
- Include a space after `#` characters
- No trailing punctuation (colons, periods, etc.)
- Avoid duplicate heading text within the same document

## Lists

- Use `-` for unordered lists
- Use sequential numbering for ordered lists (`1.`, `2.`, `3.`, etc.)
- Use 2 spaces for nested list indentation

when to use it

Community prompt sourced from the open-source GitHub repo tablackburn/ai-agent-instruction-modules (MIT). A "Markdown.instructions" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

roleplaycommunitygeneral

source

tablackburn/ai-agent-instruction-modules · MIT