一键导入
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.