Agent skill · Code Review & Quality

deepgram-sdk-patterns

Apply production-ready Deepgram SDK patterns for TypeScript and Python. Use when implementing Deepgram integrations, refactoring SDK usage, or establishing team coding standards for Deepgram. Trigger with phrases like "deepgram SDK patterns", "deepgram best practices", "deepgram code patterns", "idiomatic deepgram", "deepgram typescript".

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill deepgram-sdk-patterns-jeremylongshore-claude-code-plugins-2 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Version: 1.0.0
Declared author: Jeremy Longshore <jeremy@intentsolutions.io>
Allowed tools: ReadWriteEdit
Path: skills/api/deepgram-sdk-patterns-jeremylongshore-claude-code-plugins-2/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Deepgram SDK Patterns ## Overview Production-ready patterns for Deepgram SDK integration with proper error handling, typing, and structure. ## Prerequisites - Completed `deepgram-install-auth` setup - Familiarity with async/await patterns - Understanding of error handling best practices ## Instructions ### Step 1: Create Type-Safe Client Singleton Implement a singleton pattern for the Deepgram client. ### Step 2: Add Robust Error Handling Wrap all API calls with proper error handling and logging. ### Step 3: Implement Response Validation Validate API responses before processing. ### Step 4: Add Retry Logic Implement exponential backoff for transient failures. ## Output - Type-safe client singleton - Robust error handling with structured logging - Automatic retry with exponential backoff - Runtime validation for API responses ## Error Handling | Error | Cause | Solution | |-------|-------|----------| | Type Mismatch | Incorrect response shape | Add runtime validation | | Client Undefined | Singleton not initialized | Call init() before use | | Memory Leak | Multiple client instances | Use singleton pattern | | Timeout | Large audio file | Increase timeout settings | ## Examples ##

What's inside
Steps it walks through
  1. Overview
  2. Prerequisites
  3. Instructions
  4. Step 1: Create Type-Safe Client Singleton
  5. Step 2: Add Robust Error Handling
  6. Step 3: Implement Response Validation
  7. Step 4: Add Retry Logic
  8. Output
  9. Error Handling
  10. Examples
  11. TypeScript Client Singleton
  12. Typed Transcription Response
  13. Error Handling Wrapper
  14. Retry with Exponential Backoff
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the deepgram-sdk-patterns skill do?

Apply production-ready Deepgram SDK patterns for TypeScript and Python. Use when implementing Deepgram integrations, refactoring SDK usage, or establishing team coding standards for Deepgram. Trigger with phrases like "deepgram SDK patterns", "deepgram best practices", "deepgram code patterns", "idiomatic deepgram", "deepgram typescript".

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill deepgram-sdk-patterns-jeremylongshore-claude-code-plugins-2 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going