CtrlK
BlogDocsLog inGet started
Tessl Logo

deepgram-java-management-api

Use when writing or reviewing Java code in this repo that calls Deepgram Management APIs for projects, project models, API keys, members, invites, usage, and billing. Covers `client.manage().v1().*` plus related think-model discovery under `client.agent().v1().settings().think().models()`. Use `deepgram-java-voice-agent` for live agent conversations instead of admin APIs. Triggers include "management api", "list projects", "api keys", "members", "invites", "usage", "billing", and "models".

89

Quality

86%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

SKILL.md
Quality
Evals
Security

Quality

Discovery

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.

This is an excellent skill description that covers all key dimensions well. It specifies concrete capabilities, provides explicit trigger terms, clearly delineates both 'what' and 'when', and even includes negative scoping to distinguish it from a related skill. The description is concise yet comprehensive, using third-person voice throughout.

DimensionReasoningScore

Specificity

Lists multiple specific concrete actions and API domains: projects, project models, API keys, members, invites, usage, billing, and think-model discovery. Also specifies the exact client paths (`client.manage().v1().*` and `client.agent().v1().settings().think().models()`).

3 / 3

Completeness

Clearly answers both 'what' (writing/reviewing Java code for Deepgram Management APIs covering specific domains) and 'when' (explicit 'Use when' clause at the start, plus a 'Triggers include' list). Also provides negative scoping by directing live agent conversations to a different skill.

3 / 3

Trigger Term Quality

Explicitly lists natural trigger terms users would say: 'management api', 'list projects', 'api keys', 'members', 'invites', 'usage', 'billing', and 'models'. These are terms a developer would naturally use when working with Deepgram management functionality.

3 / 3

Distinctiveness Conflict Risk

Highly distinctive with a clear niche (Deepgram Management APIs in Java), explicit boundary with the related `deepgram-java-voice-agent` skill, and specific API paths that make it very unlikely to conflict with other skills.

3 / 3

Total

12

/

12

Passed

Implementation

72%

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

This is a solid SDK skill that provides actionable, executable Java code examples and a well-organized reference surface. Its main weaknesses are minor verbosity in framing sections and the lack of explicit validation/error-recovery workflows for destructive management operations (create/delete). The progressive disclosure and actionability are strong points.

Suggestions

Add explicit validation or confirmation steps for destructive operations (key creation/deletion, member removal) to improve workflow clarity.

Trim the 'Central product skills' section to a single line or remove it—it's cross-promotional rather than actionable for this skill's purpose.

DimensionReasoningScore

Conciseness

Generally efficient but includes some unnecessary explanation (e.g., 'Administrative REST APIs for project metadata, project-scoped resources, and model discovery' restates what Claude can infer). The 'Central product skills' section at the bottom adds tokens for cross-promotion rather than actionable guidance. The 'When to use this product' section is useful but slightly verbose.

2 / 3

Actionability

Provides fully executable Java code for authentication, listing projects, and accessing sub-resources. The API surface section gives concrete method chains that are copy-paste ready. Guard clauses and error handling are included in examples.

3 / 3

Workflow Clarity

The quick-start sections implicitly sequence steps (authenticate → list projects → use project ID for sub-resources) and include a guard against empty projects. However, there are no explicit validation checkpoints or error-recovery feedback loops for operations like creating/deleting keys or members, and the workflow is more of a reference than a guided sequence.

2 / 3

Progressive Disclosure

Well-structured with clear sections progressing from authentication to quick starts to API surface to gotchas. References to in-repo source files, external docs, and example files are clearly signaled and one level deep. The layered API reference section is particularly well-organized.

3 / 3

Total

10

/

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.

Validation11 / 11 Passed

Validation for skill structure

No warnings or errors.

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