deepgram-local-dev-loop
Installation
SKILL.md
Deepgram Local Dev Loop
Overview
Set up an efficient local development workflow for Deepgram integration with fast feedback cycles.
Prerequisites
- Completed
deepgram-install-authsetup - Node.js 18+ with npm/pnpm or Python 3.10+
- Sample audio files for testing
- Environment variables configured
Instructions
Step 1: Create Project Structure
mkdir -p src tests fixtures
touch src/transcribe.ts tests/transcribe.test.ts