CtrlK
BlogDocsLog inGet started
Tessl Logo

deepgram-performance-tuning

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

64

Quality

77%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Advisory

Suggest reviewing before use

Optimize this skill with Tessl

npx tessl skill review --optimize ./plugins/saas-packs/deepgram-pack/skills/deepgram-performance-tuning/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

64%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

This is a strong, actionable skill with excellent concrete code examples covering the full optimization pipeline for Deepgram transcription. Its main weaknesses are the lack of validation/verification checkpoints in the workflow (e.g., verifying preprocessed audio, checking streaming completeness) and the monolithic structure that could benefit from splitting detailed code into referenced files. The content is mostly efficient but has room for tightening.

Suggestions

Add explicit validation checkpoints: verify preprocessed audio (e.g., check ffmpeg exit code, validate output file exists and has expected format) before proceeding to transcription steps.

Add a feedback loop for batch processing failures — e.g., retry logic for 429 errors with exponential backoff, rather than just logging success/failure counts.

Fix the broken 'Audio Best Practices' link in Resources — it appears to be missing its URL.

Consider splitting the detailed TypeScript implementations into a separate reference file and keeping SKILL.md as a concise overview with the key patterns and the performance levers table.

DimensionReasoningScore

Conciseness

The skill is fairly efficient with its table summaries and code examples, but includes some unnecessary commentary (e.g., explaining what Nova-3 vs Nova-2 is, the switch/case pattern for model selection is somewhat verbose). The benchmarking section adds bulk that could be trimmed. Overall mostly efficient but could be tightened.

2 / 3

Actionability

Every step includes fully executable, copy-paste-ready code in both bash and TypeScript. The ffmpeg commands, SDK usage, streaming, batch processing, caching, and benchmarking are all concrete and complete with proper imports and function signatures.

3 / 3

Workflow Clarity

Steps are clearly numbered and sequenced, and the performance levers table provides good guidance on when to use each optimization. However, there are no explicit validation checkpoints or feedback loops — for example, no step to verify the preprocessed audio is valid before sending to Deepgram, no verification that streaming results are complete, and no guidance on what to do if batch processing partially fails beyond logging counts.

2 / 3

Progressive Disclosure

The content is well-structured with clear sections and a summary table, but it's a monolithic document with ~250 lines of inline code that could benefit from splitting detailed implementations into separate files. The Resources section references external docs but one link ('Audio Best Practices') appears incomplete/broken. No bundle files support progressive disclosure.

2 / 3

Total

9

/

12

Passed

Description

89%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

This is a solid skill description with excellent trigger term coverage and clear completeness, explicitly stating both what the skill does and when to use it. Its main weakness is the lack of specific concrete actions beyond the general 'optimize performance' framing—listing specific techniques like connection reuse, streaming vs batch, or codec selection would strengthen specificity.

Suggestions

Add specific concrete actions the skill performs, e.g., 'configure streaming mode, tune audio encoding, implement connection pooling, adjust batch sizes, select optimal models for speed vs accuracy'.

DimensionReasoningScore

Specificity

The description names the domain (Deepgram API performance) and a general action (optimize for faster transcription and lower latency), but does not list multiple specific concrete actions like caching strategies, batch processing, connection pooling, or specific configuration tweaks.

2 / 3

Completeness

The description clearly answers both 'what' (optimize Deepgram API performance for faster transcription and lower latency) and 'when' (explicit 'Use when' clause with triggers, plus a dedicated 'Trigger' list). Both components are explicitly stated.

3 / 3

Trigger Term Quality

The description includes a well-curated list of natural trigger terms users would actually say: 'deepgram performance', 'speed up deepgram', 'optimize transcription', 'deepgram latency', 'deepgram faster', 'deepgram throughput'. These cover common variations of how users would phrase their needs.

3 / 3

Distinctiveness Conflict Risk

The description is highly specific to Deepgram API performance optimization, which is a clear niche. The trigger terms all include 'deepgram' or are specific to transcription performance, making it unlikely to conflict with general audio processing or other API skills.

3 / 3

Total

11

/

12

Passed

Validation

81%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation9 / 11 Passed

Validation for skill structure

CriteriaDescriptionResult

allowed_tools_field

'allowed-tools' contains unusual tool name(s)

Warning

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

9

/

11

Passed

Repository
jeremylongshore/claude-code-plugins-plus-skills
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.