Stt Refine banner
CommitTheKermit CommitTheKermit

Stt Refine

Development community

Description

--- description: STT 녹취록을 검수본·요약본 두 마크다운으로 변환 (연속 회차 통합본 포함) disable-model-invocation: true --- STT(Speech-to-Text) 도구(다글로(Daglo), 클로바, 맥북 녹음 등)에서 추출된 녹취 텍스트를 **검수본**과 **요약본** 두 개의 마크다운 파일로 변환한다. STT 결과물의 전형적인 약점 - 기술 용어 오인식, 인명·고유명사 왜곡, 끊긴 문장, 화자 추임새 노이즈, 화자 분리 오류 - 을 대화 맥락 기반으로 보정하고, 별도로 핵심 내용을 구조화된 요약본으로 추출한다. `$ARGUMENTS`에 STT 파일 경로나 세션명이 오면 그것을 입력으로 삼는다. 비어 있으면 사용자가 첨부/붙여넣은 텍스트를 사용한다. ## 작업 흐름 ### 1단계 - STT 파일 읽기 사용자가 파일을 업로드했다면 그 파일을 먼저 읽는다. 텍스트로 붙여넣었다면 그대로 사용한다. 대규모 파일이면 전체를 통째로 읽지

Installation

Installs to ~/.claude/skills/committhekermit-ao-skills-stt-refine/SKILL.md

Terminal
mkdir -p ~/.claude/skills/committhekermit-ao-skills-stt-refine && curl -fsSL https://raw.githubusercontent.com/CommitTheKermit/ao-skills/HEAD/commands/stt-refine.md -o ~/.claude/skills/committhekermit-ao-skills-stt-refine/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository