ワンクリックで
format-plain-text
Use this skill when the user wants to format plain text documents with one sentence per line.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use this skill when the user wants to format plain text documents with one sentence per line.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use this skill when the user wants to diagnose flaws in argumentation in English prose, without rewriting it.
Use this skill when the user wants to proofread a `.srt` subtitle file produced by Whisper or another voice-to-text engine.
Use this skill when the user wants to polish the wording of plain text documents and English embedded in source code, cutting filler and AI tells.
| name | format-plain-text |
| description | Use this skill when the user wants to format plain text documents with one sentence per 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 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.
Return input text with each sentence on its own line. Indent every continuation line two spaces. Preserve every word, punctuation mark, and code span unchanged.
Confirm every sentence begins on its own line.
Confirm prose lines fit 80 characters, or 100 characters for .tex.
Confirm wording and character count match input.
Reflow this input.
The committee approved the budget. Work starts on Monday.
Return this layout.
The committee approved the budget.
Work starts on Monday.