Transcript Critic
Description
Claude Code skill that transcribes audio/video with whisper.cpp to get structured critical analysis including timestamped summaries, evidence notes, logical fallacies, and underdeveloped areas
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
transcript-critic
A [Claude Code Skill](https://code.claude.com/docs/en/skills) that transcribes audio files or YouTube videos using [whisper.cpp](https://github.com/ggerganov/whisper.cpp) and then generates a structured, critical analysis of the transcript -- all from a single slash command.
Run `/transcribe` followed by a `.vtt` file, an audio file, or a URL (including YouTube and other `yt-dlp` supported sites) and Claude will handle the rest: downloading, converting, transcribing, and producing a detailed markdown summary.
[Prerequisites](#prerequisites) | [Installation](#installation) | [Usage](#usage) | [How it works](#how-it-works) | [Transcript summary prompt](#transcript-summary-prompt) | [Permissions](#permissions) | [Personal Project Disclosure](#personal-project-disclosure)
Disclaimer
This software was developed with the assistance of AI (Anthropic Claude). It is provided "as is", without warranty of any kind, express or implied. **Use at your own risk.** The author assumes no liability for any damages arising from its use.
Prerequisites
| Tool | Purpose |
|---|---|
| whisper.cpp | Local speech-to-text transcription engine |
| ffmpeg | Audio format conversion |
| yt-dlp | Downloading audio from YouTube and other sites |
| Claude Code | CLI for Claude that supports custom skills |
| Python 3 | Used by the install script to update Claude Code settings |
Installation
1. Install the skill
Run the install script from the root of this repository:
./install.sh
This will:
- Copy
SKILL.mdinto Claude Code's global skills directory (~/.claude/skills/transcribe/). - Add a permission rule to
~/.claude/settings.jsonso that/transcribecan read files from this repository (e.g.,ANALYSIS_PROMPT.md) without prompting.
[!Note] If you prefer
Related Skills
Awesome Go
A curated list of awesome Go frameworks, libraries and software
Development next.js
| The React Framework | 138360 | 1503 | 1 |
Development sharing-skills
skill for guidance.
Development root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development Template Skill
Minimal skeleton for a new skill project structure.
Development Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THI
Development