Markidown
Use this skill to produce clean Markdown that is easy to read, edit, and reuse.
Workflow
- Identify the target audience and output type.
- Choose the simplest structure that supports scanning.
- Use headings, bullets, tables, and code fences only when they improve clarity.
- Preserve exact text where the user asks for editing rather than rewriting.
- Check that links, paths, code fences, and lists render correctly.
Formatting Rules
- Use concise headings.
- Avoid deeply nested bullets.
- Use fenced code blocks with a language tag for multi-line code.
- Keep tables narrow enough to read.
- Prefer plain Markdown over HTML unless the target system requires HTML.