From critic
Use this skill when the user wants to format plain text documents with one sentence per line.
How this skill is triggered — by the user, by Claude, or both
Slash command
/critic:format-plain-textThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Start every sentence on new line.
Start every sentence on new line.
Break any sentence over 80 characters across lines.
Split at commas, conjunctions, or clause boundaries.
Use 100 characters as margin for .tex files.
Indent every continuation line by two spaces.
Apply to Markdown body, TeX paragraphs, and .txt prose.
Apply to blockquotes and full-sentence list items too.
Skip fenced code and inline code. Skip YAML or TOML frontmatter, tables, headings, and link references. Skip any line where hard break changes rendered output.
Preserve layout when document already follows these rules. Reformat only sentences you touch when document does not follow them. Reflow whole document only when asked.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub yegor256/plugins --plugin critic