원클릭으로
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.