markdown cheat sheet
Markdown Cheat Sheet
A quick Markdown syntax reference: headings, emphasis, lists, links, images, code blocks, tables, task lists, and GitHub Flavored Markdown extensions.
Markdown guides
Guides for opening `.md` files, choosing a Markdown editor for Windows, building AI-readable docs, and using Markdown Docs for fast local editing.
markdown cheat sheet
A quick Markdown syntax reference: headings, emphasis, lists, links, images, code blocks, tables, task lists, and GitHub Flavored Markdown extensions.
what is llms.txt
llms.txt is a Markdown file at a site root that tells AI models what the site is about and which pages to reference. A robots.txt for large language models.
ai agent instruction files
AI coding agents read Markdown files to learn how your project works. The complete guide to every .md and rules file, what it does, and when to use it.
what is GEMINI.md
GEMINI.md is a Markdown context file that Google Gemini CLI loads automatically to give the model project instructions, coding style, and persona.
copilot-instructions.md
copilot-instructions.md gives GitHub Copilot repository-wide custom instructions so it follows your coding standards automatically across the repo.
cursor rules
Cursor rules are Markdown instruction files that tell the Cursor AI editor how to write code, using the modern .cursor/rules .mdc system with glob scoping.
windsurf rules
Windsurf rules are Markdown instructions that guide Cascade, the Windsurf AI agent, so it writes code that matches your project conventions.
what is CONVENTIONS.md
CONVENTIONS.md is a free-form Markdown file that documents the coding rules an AI coding agent should follow inside a repository, across multiple tools.
what is SKILL.md
SKILL.md is the Markdown file that defines an Agent Skill: YAML frontmatter that tells the agent when to use it, plus the instructions the agent follows.
how to create a SKILL.md file
Build an Agent Skill from scratch: the folder layout, how to name it, the YAML frontmatter, the instructions, supporting files, and a complete example.
what is CHANGELOG.md
CHANGELOG.md is a Markdown file that records what changed in each version of a project, so people and tools can see its history at a glance.
what is CONTRIBUTING.md
CONTRIBUTING.md is a Markdown file that tells contributors how to work on a project: setup, branch and pull request rules, and review expectations.
what is TODO.md
TODO.md is a Markdown file that holds a project task list, backlog, or implementation checklist in plain text that lives next to the code.
what is PROMPTS.md
PROMPTS.md is a Markdown file that collects reusable AI prompts and prompt patterns so a team can reuse what works instead of rewriting prompts each time.
what is API.md
API.md is a Markdown file that documents a project API: endpoints, request and response examples, payloads, and authentication, kept next to the code.
what is SECURITY.md
SECURITY.md is a Markdown file that tells people how to report a security vulnerability in your project and what your security policy is.
markdown files in AI age
Markdown is no longer just a developer convenience. In AI workflows, .md files are portable, token-efficient, easy to diff, and simple for humans and agents to read.
best markdown editor for Windows
A practical buying guide for choosing a fast Markdown editor on Windows, especially when you need local .md file viewing and side-by-side preview.
open .md files on Windows
Windows can open Markdown files as plain text, but a dedicated editor makes headings, tables, links, checklists, and previews much easier to work with.
Markdown vs Word for AI documentation
Word is excellent for polished documents, but Markdown is usually better for AI-readable documentation, version control, prompts, and developer knowledge bases.
online markdown editor live preview
Online Markdown editors are useful when you need a fast browser preview, a clean copy-paste workspace, or a way to test Markdown before saving a file locally.
how to use Markdown files with AI
Markdown works well with AI because it keeps instructions, examples, headings, and code in a structured plain-text format that models can read clearly.
what is README.md
README.md is the front door of a project. It explains what the project does, how to use it, and gives humans and AI tools the first layer of context.
what is AGENTS.md
AGENTS.md is like a README for coding agents: a predictable Markdown file for setup commands, test rules, project style, and agent instructions.
what is CLAUDE.md
CLAUDE.md gives Claude persistent project instructions in plain Markdown, helping each session start with the right context and workflow rules.
what is DESIGN.md
DESIGN.md is a practical Markdown file for recording design intent, architecture choices, UI decisions, constraints, and trade-offs before implementation.
common .md files for AI projects
Modern AI and software projects often use multiple Markdown files: README.md for humans, AGENTS.md for agents, CLAUDE.md for Claude, and DESIGN.md for decisions.
No guides match your search. Try another keyword like "AGENTS.md", "cheat sheet", or "Windows".
Use the browser editor for quick previews, or install Markdown Docs to open `.md` files directly from Windows.