一键导入
audio-transcription-cleanup
Transform messy voice transcription text into well-formatted, human-readable documents while preserving original meaning
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Transform messy voice transcription text into well-formatted, human-readable documents while preserving original meaning
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Look up authoritative, up-to-date Claude Code, Agent SDK, hooks, MCP, skills, plugins, settings, subagents, and admin documentation. Use when the user asks how a Claude Code feature works, what a config field does, how to set up hooks/MCP/skills/subagents/plugins, when troubleshooting a Claude Code error or unexpected behavior, or when you need to cite current official docs rather than rely on training-cutoff knowledge.
Maintain the release-history.rst changelog for a Python project before publishing a new version. Use when the user wants to prepare release notes, update changelog, or is about to publish/tag a new version.
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
File-based task management with shai-tix CLI. Use when user mentions kanban, ticket, planning, task tracking, or references tickets by [id] or #id format. MUST run via: uvx --from shai-tix==0.1.3 shai-tix <cmd>. Data stored in .tix/ directory (NOT .shai-tix/).
Create properly formatted references to paths (files or folders) in a git repository. Use when writing docs that need to link to any path in the repo.
Python unit testing patterns for pytest, including test file structure, fixtures, mocks, and coverage strategy. Use when asked to write tests (unit/integration) for any Python module, function, class, or method.
| name | audio-transcription-cleanup |
| description | Transform messy voice transcription text into well-formatted, human-readable documents while preserving original meaning |
Clean up raw audio transcriptions by removing filler words, fixing errors, and adding proper structure.
Use the audio_transcript_cleanup.py script to process transcript files:
# Use default output location (~/tmp/cleaned_transcript.md - allows overwrite)
python scripts/audio_transcript_cleanup.py --transcript-file /path/to/transcript.txt
# Specify custom output location (cannot overwrite existing files)
python scripts/audio_transcript_cleanup.py --transcript-file /path/to/transcript.txt --output /path/to/output.md
The script automatically:
--transcript-file (required) - Path to the transcript file to clean up--output (optional) - Custom output path (default: ~/tmp/cleaned_transcript.md)~/tmp/cleaned_transcript.md - Allows overwriteAuto-detects and works with: