Agent Plugins Marketplace
All plugins

deepgram-pack

v1.0.0

Claude Code skill pack for Deepgram (24 skills)

Claude Code24 Skills

By Jeremy LongshoreLicense: MIT1.8k GitHub starsUpdated 5 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
24 skill or MCP entries
Source updated
Sep 19, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install deepgram-pack for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install deepgram-pack-3@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/Dicklesworthstone/pi_agent_rust

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is tests/ext_conformance/artifacts/plugins-community/plugins/saas-packs/deepgram-pack/.

Plugin files

tests/ext_conformance/artifacts/plugins-community/plugins/saas-packs/deepgram-pack/
├── .claude-plugin/plugin.json
├── skills/deepgram-ci-integration/SKILL.md
├── skills/deepgram-common-errors/SKILL.md
├── skills/deepgram-core-workflow-a/SKILL.md
├── skills/deepgram-core-workflow-b/SKILL.md
├── skills/deepgram-cost-tuning/SKILL.md
├── skills/deepgram-data-handling/SKILL.md
├── skills/deepgram-debug-bundle/SKILL.md
├── skills/deepgram-deploy-integration/SKILL.md
├── skills/deepgram-enterprise-rbac/SKILL.md
├── skills/deepgram-hello-world/SKILL.md
├── skills/deepgram-incident-runbook/SKILL.md
├── skills/deepgram-install-auth/SKILL.md
├── skills/deepgram-local-dev-loop/SKILL.md
├── skills/deepgram-migration-deep-dive/SKILL.md
├── skills/deepgram-multi-env-setup/SKILL.md
├── skills/deepgram-observability/SKILL.md
├── skills/deepgram-performance-tuning/SKILL.md
├── skills/deepgram-prod-checklist/SKILL.md
├── skills/deepgram-rate-limits/SKILL.md
├── skills/deepgram-reference-architecture/SKILL.md
├── skills/deepgram-sdk-patterns/SKILL.md
├── skills/deepgram-security-basics/SKILL.md
├── skills/deepgram-upgrade-migration/SKILL.md
└── skills/deepgram-webhooks-events/SKILL.md

Included Skills24

deepgram-ci-integrationskills/deepgram-ci-integration/SKILL.md

Configure Deepgram CI/CD integration for automated testing and deployment. Use when setting up continuous integration pipelines, automated testing, or deployment workflows for Deepgram integrations. Trigger with phrases like "deepgram CI", "deepgram CD", "deepgram pipeline", "deepgram github actions", "deepgram automated testing".

deepgram-common-errorsskills/deepgram-common-errors/SKILL.md

Diagnose and fix common Deepgram errors and issues. Use when troubleshooting Deepgram API errors, debugging transcription failures, or resolving integration issues. Trigger with phrases like "deepgram error", "deepgram not working", "fix deepgram", "deepgram troubleshoot", "transcription failed".

deepgram-core-workflow-askills/deepgram-core-workflow-a/SKILL.md

Implement speech-to-text transcription workflow with Deepgram. Use when building pre-recorded audio transcription, batch processing, or implementing core transcription features. Trigger with phrases like "deepgram transcription", "speech to text", "transcribe audio", "audio transcription workflow", "batch transcription".

deepgram-core-workflow-bskills/deepgram-core-workflow-b/SKILL.md

Implement real-time streaming transcription with Deepgram. Use when building live transcription, voice interfaces, or real-time audio processing applications. Trigger with phrases like "deepgram streaming", "real-time transcription", "live transcription", "websocket transcription", "voice streaming".

deepgram-cost-tuningskills/deepgram-cost-tuning/SKILL.md

Optimize Deepgram costs and usage for budget-conscious deployments. Use when reducing transcription costs, implementing usage controls, or optimizing pricing tier utilization. Trigger with phrases like "deepgram cost", "reduce deepgram spending", "deepgram pricing", "deepgram budget", "optimize deepgram usage".

deepgram-data-handlingskills/deepgram-data-handling/SKILL.md

Implement audio data handling best practices for Deepgram integrations. Use when managing audio file storage, implementing data retention policies, or ensuring GDPR/HIPAA compliance for transcription data. Trigger with phrases like "deepgram data", "audio storage", "transcription data", "deepgram GDPR", "deepgram HIPAA", "deepgram privacy".

deepgram-debug-bundleskills/deepgram-debug-bundle/SKILL.md

Collect Deepgram debug evidence for support and troubleshooting. Use when preparing support tickets, investigating issues, or collecting diagnostic information for Deepgram problems. Trigger with phrases like "deepgram debug", "deepgram support", "collect deepgram logs", "deepgram diagnostic", "deepgram debug bundle".

deepgram-deploy-integrationskills/deepgram-deploy-integration/SKILL.md

Deploy Deepgram integrations to production environments. Use when deploying to cloud platforms, configuring production infrastructure, or setting up Deepgram in containerized environments. Trigger with phrases like "deploy deepgram", "deepgram docker", "deepgram kubernetes", "deepgram production deploy", "deepgram cloud".

deepgram-enterprise-rbacskills/deepgram-enterprise-rbac/SKILL.md

Configure enterprise role-based access control for Deepgram integrations. Use when implementing team permissions, managing API key scopes, or setting up organization-level access controls. Trigger with phrases like "deepgram RBAC", "deepgram permissions", "deepgram access control", "deepgram team roles", "deepgram enterprise".

deepgram-hello-worldskills/deepgram-hello-world/SKILL.md

Create a minimal working Deepgram transcription example. Use when starting a new Deepgram integration, testing your setup, or learning basic Deepgram API patterns. Trigger with phrases like "deepgram hello world", "deepgram example", "deepgram quick start", "simple transcription", "transcribe audio".

deepgram-incident-runbookskills/deepgram-incident-runbook/SKILL.md

Execute Deepgram incident response procedures for production issues. Use when handling Deepgram outages, debugging production failures, or responding to service degradation. Trigger with phrases like "deepgram incident", "deepgram outage", "deepgram production issue", "deepgram down", "deepgram emergency".

deepgram-install-authskills/deepgram-install-auth/SKILL.md

Install and configure Deepgram SDK/CLI authentication. Use when setting up a new Deepgram integration, configuring API keys, or initializing Deepgram in your project. Trigger with phrases like "install deepgram", "setup deepgram", "deepgram auth", "configure deepgram API key".

deepgram-local-dev-loopskills/deepgram-local-dev-loop/SKILL.md

Configure Deepgram local development workflow with testing and iteration. Use when setting up development environment, configuring test fixtures, or establishing rapid iteration patterns for Deepgram integration. Trigger with phrases like "deepgram local dev", "deepgram development setup", "deepgram test environment", "deepgram dev workflow".

deepgram-migration-deep-diveskills/deepgram-migration-deep-dive/SKILL.md

Deep dive into complex Deepgram migrations and provider transitions. Use when migrating from other transcription providers, planning large-scale migrations, or implementing phased rollout strategies. Trigger with phrases like "deepgram migration", "switch to deepgram", "migrate transcription", "deepgram from AWS", "deepgram from Google".

deepgram-multi-env-setupskills/deepgram-multi-env-setup/SKILL.md

Configure Deepgram multi-environment setup for dev, staging, and production. Use when setting up environment-specific configurations, managing multiple Deepgram projects, or implementing environment isolation. Trigger with phrases like "deepgram environments", "deepgram staging", "deepgram dev prod", "multi-environment deepgram", "deepgram config".

deepgram-observabilityskills/deepgram-observability/SKILL.md

Set up comprehensive observability for Deepgram integrations with metrics, traces, and alerts. Use when implementing monitoring for Deepgram operations, setting up dashboards, or configuring alerting for Deepgram integration health. Trigger with phrases like "deepgram monitoring", "deepgram metrics", "deepgram observability", "monitor deepgram", "deepgram alerts", "deepgram tracing".

deepgram-performance-tuningskills/deepgram-performance-tuning/SKILL.md

Optimize Deepgram API performance for faster transcription and lower latency. Use when improving transcription speed, reducing latency, or optimizing audio processing pipelines. Trigger with phrases like "deepgram performance", "speed up deepgram", "optimize transcription", "deepgram latency", "deepgram faster".

deepgram-prod-checklistskills/deepgram-prod-checklist/SKILL.md

Execute Deepgram production deployment checklist. Use when preparing for production launch, auditing production readiness, or verifying deployment configurations. Trigger with phrases like "deepgram production", "deploy deepgram", "deepgram prod checklist", "deepgram go-live", "production ready deepgram".

deepgram-rate-limitsskills/deepgram-rate-limits/SKILL.md

Implement Deepgram rate limiting and backoff strategies. Use when handling API quotas, implementing request throttling, or dealing with rate limit errors. Trigger with phrases like "deepgram rate limit", "deepgram throttling", "429 error deepgram", "deepgram quota", "deepgram backoff".

deepgram-reference-architectureskills/deepgram-reference-architecture/SKILL.md

Implement Deepgram reference architecture for scalable transcription systems. Use when designing transcription pipelines, building production architectures, or planning Deepgram integration at scale. Trigger with phrases like "deepgram architecture", "transcription pipeline", "deepgram system design", "deepgram at scale", "enterprise deepgram".

deepgram-sdk-patternsskills/deepgram-sdk-patterns/SKILL.md

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".

deepgram-security-basicsskills/deepgram-security-basics/SKILL.md

Apply Deepgram security best practices for API key management and data protection. Use when securing Deepgram integrations, implementing key rotation, or auditing security configurations. Trigger with phrases like "deepgram security", "deepgram API key security", "secure deepgram", "deepgram key rotation", "deepgram data protection".

deepgram-upgrade-migrationskills/deepgram-upgrade-migration/SKILL.md

Plan and execute Deepgram SDK upgrades and migrations. Use when upgrading SDK versions, migrating to new API versions, or transitioning between Deepgram models. Trigger with phrases like "upgrade deepgram", "deepgram migration", "update deepgram SDK", "deepgram version upgrade", "migrate deepgram".

deepgram-webhooks-eventsskills/deepgram-webhooks-events/SKILL.md

Implement Deepgram callback and webhook handling for async transcription. Use when implementing callback URLs, processing async transcription results, or handling Deepgram event notifications. Trigger with phrases like "deepgram callback", "deepgram webhook", "async transcription deepgram", "deepgram events", "deepgram notifications".

Plugin manifests1

tests/ext_conformance/artifacts/plugins-community/plugins/saas-packs/deepgram-pack/.claude-plugin/plugin.json
{
  "name": "deepgram-pack",
  "version": "1.0.0",
  "description": "Claude Code skill pack for Deepgram (24 skills)",
  "author": {
    "name": "Jeremy Longshore",
    "email": "[email protected]"
  },
  "license": "MIT",
  "keywords": [
    "deepgram",
    "speech-to-text",
    "transcription",
    "voice-ai",
    "audio",
    "saas",
    "sdk",
    "integration"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[deepgram-pack on Agent Plugins Marketplace](https://pluginsmp.com/plugins/deepgram-pack-3)