CtrlK
BlogDocsLog inGet started
Tessl Logo

deepgram-js-management-api

Use when writing or reviewing JavaScript/TypeScript in this repo that calls Deepgram Management APIs for projects, API keys, members, invites, requests, usage, billing, models, and agent think-model discovery. Covers `client.manage.v1.*` plus `client.agent.v1.settings.think.models.list()`. Use `deepgram-js-voice-agent` when you want to run an agent live rather than administer projects or inspect models. Triggers include "management API", "list projects", "API keys", "members", "invites", "usage stats", "billing", "list models", and "manage.v1".

88

1.30x
Quality

Does it follow best practices?

Impact

91%

1.30x

Average score across 3 eval scenarios

SecuritybySnyk

Passed

No known issues

SKILL.md
Quality
Evals
Security

Quality

Content

72%

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

The body is highly actionable and well-structured with clean one-level-deep references, but it loses points on conciseness (duplicated API-surface listing and a restated 'when to use' section) and workflow clarity (no validation feedback loop around the destructive operations it itself warns about).

Suggestions

Remove or collapse the 'Key parameters / API surface' bullet list since the same method paths are already demonstrated in the two quick-start code blocks, keeping only calls not shown in code.

Drop or shrink the 'When to use this product' section — it duplicates the frontmatter description and the sibling-skill boundary is already stated in the description.

Add an explicit validate→fix→retry checkpoint for destructive calls (e.g. fetch-and-confirm before 'delete'/'leave', and re-list to verify removal), since the gotchas flag these as unsafe but give no safe-call workflow.

DimensionReasoningScore

Conciseness

The body assumes Claude's competence (no basic concept explanations) and leads with executable code, but the 'Key parameters / API surface' prose list re-lists calls already shown in the two quick-start blocks, and 'When to use this product' restates the frontmatter description, so it could be tightened. It is not a verbose score-1 wall of explanation, but not every token earns its place.

2 / 3

Actionability

Provides real, copy-paste-ready SDK calls (e.g. `await deepgramClient.manage.v1.projects.list()`, `deepgramClient.manage.v1.projects.members.invites.create(...)`) plus a concrete method-path reference, fully executable rather than pseudocode.

3 / 3

Workflow Clarity

The quick-start sections show call sequences (list → get → update) but lack explicit validation checkpoints, and destructive operations ('delete', 'leave', member removal, key deletion) are flagged as unsafe without a validate→fix→retry loop, capping workflow clarity at 2 per the destructive-operations guideline.

2 / 3

Progressive Disclosure

A concise overview in SKILL.md points one level deep via the layered 'API reference' section to `reference.md`, the canonical OpenAPI/AsyncAPI URLs, Context7, and product-docs links, with clear section headers for easy navigation and detail deferred out of the body.

3 / 3

Total

10

/

12

Passed

Description

100%

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 specific, trigger-rich, complete, and self-disambiguating, hitting the top anchor on every dimension. It names concrete SDK surfaces and natural trigger phrases while explicitly distinguishing itself from the sibling voice-agent skill.

DimensionReasoningScore

Specificity

Lists multiple concrete capability domains ('projects, API keys, members, invites, requests, usage, billing, models, and agent think-model discovery') and pins the exact SDK surface ('Covers `client.manage.v1.*` plus `client.agent.v1.settings.think.models.list()`'), matching the multiple-specific-actions anchor rather than the partial score-2 anchor.

3 / 3

Completeness

Answers both what ('writing or reviewing JavaScript/TypeScript in this repo that calls Deepgram Management APIs for...') and when ('Use when writing or reviewing...', 'Triggers include...') with explicit triggers, matching the score-3 anchor exactly.

3 / 3

Trigger Term Quality

Explicitly enumerates natural user phrases ('management API', 'list projects', 'API keys', 'members', 'invites', 'usage stats', 'billing', 'list models', and 'manage.v1'), giving good coverage of terms a user would actually say; not merely technical jargon.

3 / 3

Distinctiveness Conflict Risk

Carves a clear admin/management niche and explicitly deflects the overlapping live-agent case ('Use `deepgram-js-voice-agent` when you want to run an agent live rather than administer projects or inspect models'), making wrong-skill triggering unlikely.

3 / 3

Total

12

/

12

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