CtrlK
BlogDocsLog inGet started
Tessl Logo

deepl

DeepL integration. Manage data, records, and automate workflows. Use when the user wants to interact with DeepL data.

52

Quality

59%

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

Fix and improve this skill with Tessl

tessl review fix ./skills/deepl/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

61%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 content is a well-structured, action-oriented integration guide with concrete CLI commands and a clear connection state machine. Its main weaknesses are an unnecessary introductory explainer of what DeepL is, and a lack of validation/verification steps around destructive actions like delete-glossary.

Suggestions

Remove or trim the opening paragraph explaining what DeepL is and who uses it; Claude already knows this and the tokens compete with context.

Add a validation/verification checkpoint before running destructive actions (e.g. confirm the glossary ID with get-glossary, or list-glossaries, before running delete-glossary).

Provide one complete worked example for a common action such as translate-text, showing a sample --input JSON and the expected output field.

DimensionReasoningScore

Conciseness

The body is mostly command-focused and efficient, but the opening paragraph ('DeepL is a neural machine translation service that provides high-quality translations...') explains what DeepL is — a concept Claude already knows — and phrases like 'so you can focus on the integration logic rather than auth plumbing' add padding. This matches anchor 3 ('Mostly efficient but includes some unnecessary explanation or could be tightened'); it is above anchor 2 because the bulk is concrete commands rather than padded prose.

3 / 5

Actionability

The skill provides many concrete, executable bash commands (e.g. 'npm install -g @membranehq/cli@latest', 'membrane connection ensure "https://www.deepl.com/" --json') plus a Popular actions table and a run-command template, matching anchor 4 ('Mostly executable guidance; concrete code or commands with minor gaps'). It is not score 5 because the action-run examples rely on placeholders (CONNECTION_ID, <actionId>) and there is no complete worked example with sample input and output for a common case like translate-text.

4 / 5

Workflow Clarity

The connection flow is well sequenced with a state machine (READY/BUILDING/CLIENT_ACTION_REQUIRED/CONFIGURATION_ERROR), polling, and a poll-again feedback loop, but the running-actions workflow executes destructive operations such as 'delete-glossary' with no validation or verification checkpoint. Per the rubric, missing validation for destructive operations caps workflow_clarity at 3, so it cannot score 4 despite the strong connection steps.

3 / 5

Progressive Disclosure

The body is organized into clear, navigable sections (Overview, Authentication, Connecting to DeepL, Searching for actions, Popular actions, Running actions, Proxy requests, Best practices) with no nested or buried references and no bundle files, matching anchor 4 ('Good structure; most content is appropriately placed; references mostly clear; minor organization gaps'). It is not score 5 because there are no one-level-deep references to separate files (the anchor-5 example expects clearly signaled reference links), and not score 3 because the content is well structured rather than a monolithic wall or mis-organized.

4 / 5

Total

14

/

20

Passed

Description

57%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 correctly identifies the DeepL niche and includes an explicit Use-when trigger, but its capability language is generic boilerplate ('Manage data, records, and automate workflows') and it omits the natural action keywords 'translate' and 'rephrase'. It is functional but lacks the specificity that would make it excellent.

Suggestions

Replace 'Manage data, records, and automate workflows' with concrete DeepL actions such as 'Translate text, rephrase text, and manage glossaries'.

Add natural trigger terms users actually say, e.g. 'Use when the user wants to translate text, rephrase text, or manage DeepL glossaries'.

Keep the third-person imperative voice (already correct) while tightening the when-clause to reference translation specifically rather than the vague 'interact with DeepL data'.

DimensionReasoningScore

Specificity

The description names the DeepL domain but its actions — 'Manage data, records, and automate workflows' — are generic boilerplate rather than concrete capabilities like translate, rephrase, or manage glossaries. This matches anchor 2 ('Names the domain but actions are minimal or generic') and is below anchor 3, which requires concrete actions such as 'extracts content'.

2 / 5

Completeness

Both 'what' ('DeepL integration. Manage data, records, and automate workflows.') and 'when' ('Use when the user wants to interact with DeepL data.') are explicitly present, matching anchor 4 ('Has both what and when; when could be more explicit or specific'). It is not score 3 because the 'when' is an explicit Use-when clause rather than weakly implied, and not score 5 because neither the what nor the when uses concrete trigger phrases like 'translate text' or 'manage glossaries'.

4 / 5

Trigger Term Quality

It includes the natural brand keyword 'DeepL' and a Use-when clause, but omits the most common natural terms users would actually say — 'translate', 'translation', 'rephrase' — matching anchor 3 ('Some relevant keywords but missing common variations or synonyms'). It is above anchor 2 because 'DeepL' is a specific, non-generic keyword rather than the generic 'Works with files'.

3 / 5

Distinctiveness Conflict Risk

Tying the skill to the specific DeepL product gives it a clear niche with minimal conflict risk, matching anchor 4 ('Mostly distinct; minor overlap risk with closely related skills'). It is not score 5 because the generic 'Manage data, records, and automate workflows' boilerplate overlaps with other Membrane integration skills, and not score 3 because the DeepL brand makes it more distinct than 'Works with document files'.

4 / 5

Total

13

/

20

Passed

Validation

93%

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

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

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

Warning

Total

15

/

16

Passed

Repository
membranedev/application-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.