Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
prisma avatar

Markdown No Artificial Line Wraps

  • 2 installs
  • 418 repo stars
  • Updated August 3, 2026
  • prisma/prisma-next

Writes and edits Markdown without inserting manual hard line breaks at a fixed column (e.g. 72 or 80). GitHub, docs sites, and editors soft-wrap prose; artificial breaks make diffs noisy and reflow awkward. Use when crea

About

Writes and edits Markdown without inserting manual hard line breaks at a fixed column (e.g. 72 or 80). GitHub, docs sites, and editors soft-wrap prose; artificial breaks make diffs noisy and reflow awkward. Use when creating or editing .md files, PR bodies, ADRs, READMEs, rulecards, or any Markdown where the user cares about readable source and clean diffs - or when the user asks to avoid "hard wrapping" or "80-column" line breaks in prose. name: markdown-no-artificial-line-wraps description: >-

  • **Lists**: one line per list item is fine; keep item text on one line unless the item is genuinely multiple paragraphs.
  • **Headings**: single line.
  • **Fenced code blocks**: preserve author intent; do not reflow code to 80 cols.
  • **Tables, block quotes, HTML**: follow normal Markdown rules; table rows may be long.
  • **Poetry / intentional line breaks**: keep explicit breaks where semantics require them.

Markdown No Artificial Line Wraps by the numbers

  • 2 all-time installs (skills.sh)
  • Ranked #1,839 of 2,715 Automation & Workflows skills by installs in the Skillselion catalog
  • Data as of Aug 4, 2026 (Skillselion catalog sync)
At a glance

markdown-no-artificial-line-wraps capabilities & compatibility

Capabilities
markdown no artificial line wraps quick start · markdown no artificial line wraps when to use gu · markdown no artificial line wraps integration pa
From the docs

What markdown-no-artificial-line-wraps says it does

Writes and edits Markdown without inserting manual hard line breaks at a fixed column
SKILL.md
(e.g. 72 or 80). GitHub, docs sites, and editors soft-wrap prose; artificial breaks make
SKILL.md
npx skills add https://github.com/prisma/prisma-next --skill markdown-no-artificial-line-wraps

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs2
repo stars418
Last updatedAugust 3, 2026
Repositoryprisma/prisma-next

How do I use markdown-no-artificial-line-wraps correctly?

Writes and edits Markdown without inserting manual hard line breaks at a fixed column (e.g. 72 or 80). GitHub, docs sites, and editors soft-wrap prose; artificial breaks make diffs noisy and reflow aw

Who is it for?

Teams implementing markdown-no-artificial-line-wraps workflows from the catalog.

Skip if: Skip when requirements clearly match a different specialized stack.

When should I use this skill?

User asks about markdown-no-artificial-line-wraps, writes and edits markdown without inserting manual hard line breaks at a fixed column (e.g.

What you get

Working markdown-no-artificial-line-wraps setup with validated configuration and next steps.

Files

SKILL.mdMarkdownGitHub ↗

Markdown: no artificial line wraps

Instructions

1. Prose paragraphs — Keep each paragraph as one line (or join wrapped lines into one) so the renderer can wrap in the viewer. Do not break lines mid-sentence to stay under ~80 characters.

2. When hard newlines are correct

  • Lists: one line per list item is fine; keep item text on one line unless the item is genuinely multiple paragraphs.
  • Headings: single line.
  • Fenced code blocks: preserve author intent; do not reflow code to 80 cols.
  • Tables, block quotes, HTML: follow normal Markdown rules; table rows may be long.
  • Poetry / intentional line breaks: keep explicit breaks where semantics require them.

3. Links and emphasis — Prefer not splitting a paragraph so that a [text](url) link is alone on a continuation line in a way that obscures reading; the whole paragraph can be one line.

4. Rationale — GitHub and most Markdown renderers wrap to the viewport. Fixed-width breaks in source only help in raw terminals; they harm git diff and merge conflict resolution.

Don’t

  • Reformat existing Markdown by hard-wrapping every paragraph to 80 columns unless the user explicitly asks for that style in that file.
  • Apply this rule to non-Markdown formats (e.g. .ts comment blocks) unless the user asks for Markdown-style prose there.

Related skills

FAQ

What does markdown-no-artificial-line-wraps do?

Writes and edits Markdown without inserting manual hard line breaks at a fixed column (e.g. 72 or 80). GitHub, docs sites, and editors soft-wrap prose; artificial breaks make diffs noisy and reflow awkward. Use when creating or editing .md files, PR bodies, ADRs, READMEs, rulecar

When should I use markdown-no-artificial-line-wraps?

User asks about markdown-no-artificial-line-wraps, writes and edits markdown without inserting manual hard line breaks at a fixed column (e.g.

Is this skill safe to install?

Review the Security Audits panel on this page before installing in production.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.