What problem does it solve? Turning spoken audio recordings into written transcripts usually requires manual typing or cloud services. This Skill converts local audio files into text transcripts with per-segment [MM:SS] timestamps, then files the transcript and source audio together under a topic-language-timestamp filename. ## Core Features & Use Cases - Local transcription with mlx-whisper: Runs the whisper-large-v3-turbo model on Apple Silicon via a persistent Python virtualenv, with ffmpeg for audio decoding. - Guided naming workflow: Confirms the detected language with the user, proposes five topic options based on the transcript content, and names outputs as topic_language_timestamp. - Organized output: Saves the transcript and a copy of the source audio side by side, defaulting to ~/Recordings, with a visible step-by-step progress checklist. - Use Case: You record a voice memo about a project idea. Point the Skill at the file, confirm the detected language, pick a topic like "product roadmap", and receive product-roadmap_en_20250115_143022.txt plus a matching audio copy. ## Quick Start Transcribe the most recent audio file in ~/Recordings and save the transcript with timestamps next to it.