seefreed/skills

transcript-reflow

Clean and reorganize transcript .txt files for clearer English grammar, punctuation, and paragraph flow. Use when asked to fix line breaks, merge fragments into sentences, normalize punctuation, or produce a reflowed transcript saved as a new file.

First seen Jan 24, 2026

Installation

$ npx skills add seefreed/skills --skill transcript-reflow

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from seefreed/skills.

npx skills add seefreed/skills

Browse all from seefreed/skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,317 B
  • docs SUMMARY.md 273 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 8 installs

SKILL.md

Transcript Reflow

Overview

Rewrite transcript text into clear, grammatically correct English with sensible sentences and paragraphs while preserving meaning and stage directions.

Workflow

1. Read the full transcript

Scan the entire file to understand topic flow, speaker intent, and where paragraphs should naturally break.

2. Reflow and rewrite

  • Merge broken line fragments into full sentences.
  • Normalize punctuation, capitalization, and spacing.
  • Break long run-ons into readable sentences.
  • Keep stage directions or cues in parentheses on their own lines.
  • Keep the voice conversational; do not summarize or remove content.

3. Output rules

  • Save the cleaned version to a new file with a clear name (e.g., *_new.txt).
  • Keep ASCII-only text unless the source already contains non-ASCII.
  • Preserve important proper nouns, model names, and product terms.

4. Quick self-check

  • Read through to ensure paragraph transitions are smooth.
  • Confirm no content was dropped or added.