prisma/markdown-no-artificial-line-wraps
>- 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.
npx skills add https://github.com/prisma/prisma --skill markdown-no-artificial-line-wraps
text link is alone on a continuation line in a way that obscures reading; the whole paragraph can be one line.git diff and merge conflict resolution..ts comment blocks) unless the user asks for Markdown-style prose there.Take prisma/markdown-no-artificial-line-wraps from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.