From transcription
Use when the user wants to transcribe audio files (MP3, WAV, M4A) to text using MLX Whisper on Apple Silicon
npx claudepluginhub varunr89/claude-marketplace --plugin transcriptionThis skill uses the workspace's default tool permissions.
Fast local transcription using MLX Whisper with Apple Silicon GPU/Neural Engine acceleration.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Performs token-optimized structural code search using tree-sitter AST parsing to discover symbols, outline files, and unfold code without reading full files.
Fast local transcription using MLX Whisper with Apple Silicon GPU/Neural Engine acceleration.
The script at ${CLAUDE_PLUGIN_ROOT}/scripts/transcribe.py processes MP3/WAV/M4A files:
python3 ${CLAUDE_PLUGIN_ROOT}/scripts/transcribe.py /path/to/audio/files/
python3 -m venv .venv
source .venv/bin/activate
pip install mlx-whisper