CtrlK
BlogDocsLog inGet started
Tessl Logo

deepgram-go-management-api

Use when writing or reviewing Go code in this repo that works with Deepgram management endpoints for projects, keys, members, scopes, invitations, usage, balances, or models. Route live voice runtime to deepgram-go-voice-agent and repo workflow questions to deepgram-go-maintaining-sdk.

73

Quality

90%

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

80%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.

An actionable, well-structured SDK skill with a runnable quick start and a cleanly layered reference index. Its main weakness is that destructive management operations are listed without any validation or verification checkpoint, which caps workflow clarity.

Suggestions

Add a validation/verification step for destructive calls (e.g., list the project/key before DeleteProject/DeleteKey, confirm member identity before RemoveMember) so destructive operations have an explicit checkpoint, lifting the workflow_clarity cap.

Trim the 'When to use' section since it restates the frontmatter description, and tighten the closing 'Central product skills' block to remove promotional framing.

Consider a short 'Error handling' note showing how to inspect the error returned by helpers like ListProjects before proceeding, which would add a feedback loop for batch/listing operations.

DimensionReasoningScore

Conciseness

The body is mostly lean — lists, concrete code, and specific paths rather than padded prose — but the 'When to use' section partially duplicates the description and the closing 'Central product skills' block is mildly promotional, so a few tokens could be trimmed.

4 / 5

Actionability

Provides a copy-paste-ready, fully executable Quick start program plus concrete constructor signatures, method names, file paths, and an escape hatch ('managev1.Client.APIRequest(...)'), covering the common cases.

5 / 5

Workflow Clarity

A rough sequence exists (set env var -> construct client -> api.New -> call helper) and the API reference is layered, but the skill exposes destructive operations (DeleteProject, DeleteKey, RemoveMember, DeleteInvitation) with no validation or verification guidance, which caps this dimension at 3 per the rubric.

3 / 5

Progressive Disclosure

Clear overview with well-signaled one-level-deep references (layered API reference pointing to README.md, docs.go, pkg/.../*.go, OpenAPI/AsyncAPI URLs, Context7, product docs, and example files), no nested reference chains, and easy header-based navigation; no bundle files exist to evaluate.

5 / 5

Total

17

/

20

Passed

Description

100%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.

A strong, model description: it states the capability concretely, uses an explicit 'Use when' trigger, comprehensively lists the management endpoint groups, and disambiguates from sibling skills to avoid misrouting. No vague fluff or over-claims.

DimensionReasoningScore

Specificity

Names the concrete domain ('Go code in this repo that works with Deepgram management endpoints') and comprehensively enumerates the capability surface ('projects, keys, members, scopes, invitations, usage, balances, or models'), matching the comprehensive-coverage anchor.

5 / 5

Completeness

Explicitly answers both what ('writing or reviewing Go code ... that works with Deepgram management endpoints for ...') and when ('Use when writing or reviewing Go code ...') with concrete trigger phrases, matching the top anchor.

5 / 5

Trigger Term Quality

Includes natural terms a developer would say ('Go code', 'Deepgram management endpoints', and each endpoint group) plus disambiguating triggers ('live voice runtime', 'repo workflow questions'), giving comprehensive keyword coverage.

5 / 5

Distinctiveness Conflict Risk

It carves a clear niche and actively reduces conflict risk by routing live voice runtime to deepgram-go-voice-agent and repo workflow questions to deepgram-go-maintaining-sdk, matching the minimal-conflict-risk anchor.

5 / 5

Total

20

/

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.