deepgram-local-dev-loop
Installation
SKILL.md
Deepgram Local Dev Loop
Overview
Set up a fast local development workflow for Deepgram: test fixtures with sample audio, mock responses for offline unit tests, Vitest integration tests against the real API, and a watch-mode transcription dev server.
Prerequisites
@deepgram/sdkinstalled,DEEPGRAM_API_KEYconfigurednpm install -D vitest tsx dotenvfor testing and dev server- Optional:
curlfor downloading test fixtures
Instructions
Step 1: Project Structure
mkdir -p src tests/mocks fixtures
touch src/transcribe.ts tests/transcribe.test.ts tests/mocks/deepgram-responses.ts