CtrlK
BlogDocsLog inGet started
Tessl Logo

deepgram-go-text-to-speech

Use when writing or reviewing Go code in this repo that synthesizes audio with Speak v1 REST or Speak WebSockets. Route transcription work to deepgram-go-speech-to-text, voice conversation runtime work to deepgram-go-voice-agent, and repository maintenance work to deepgram-go-maintaining-sdk.

71

Quality

86%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Quality

Content

86%Weight 40%Scale 1-5

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

The body delivers executable, well-organized guidance with two runnable examples and a clearly layered reference structure. It stays concise and assumes Claude's competence throughout.

DimensionReasoningScore

Conciseness

The body is lean with no over-explanation of TTS/Go/WebSocket basics, and both code examples earn their place; a few advisory lines (e.g. "Follow the examples for file handling...") could be trimmed.

4 / 5

Actionability

Two complete, copy-paste-ready executable Go examples (REST ToSave and WS channel flow) plus an explicit constructor/method listing make the guidance fully executable across common cases.

5 / 5

Workflow Clarity

The WebSocket example sequences Connect->Start->SpeakWithText->Flush with a deferred Stop and checks the Connect bool, but error-recovery feedback loops are light rather than explicit.

4 / 5

Progressive Disclosure

Content is well-sectioned (Quick start, Key parameters, layered API reference, Gotchas, Example files) with one-level-deep references to in-repo paths and external docs, and no nested/buried references.

5 / 5

Total

18

/

20

Passed

Description

87%Weight 40%Scale 1-5

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

The description is strong: it states concrete capabilities, gives an explicit trigger clause, and actively disambiguates from sibling skills. It would naturally surface when a user asks about Go TTS synthesis.

DimensionReasoningScore

Specificity

"synthesizes audio with Speak v1 REST or Speak WebSockets" names the domain plus concrete REST and WebSocket synthesis actions, with routing actions adding coverage; minor gaps keep it just below comprehensive.

4 / 5

Completeness

An explicit "Use when..." clause plus a clear statement of what it does (audio synthesis via REST/WebSockets) and concrete routing triggers answers both what and when explicitly.

5 / 5

Trigger Term Quality

Natural phrases like "writing or reviewing Go code" and "synthesizes audio" plus "Speak v1 REST or Speak WebSockets" give good keyword coverage, though a few common synonyms/extensions are missing.

4 / 5

Distinctiveness Conflict Risk

Explicit routing of STT to deepgram-go-speech-to-text, voice runtime to deepgram-go-voice-agent, and maintenance to deepgram-go-maintaining-sdk carves a clear TTS niche with minimal conflict risk.

5 / 5

Total

18

/

20

Passed

Validation

100%

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

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
deepgram/deepgram-go-sdk
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.