CtrlK
BlogDocsLog inGet started
Tessl Logo

deactivate

Clear the active DuploCloud project context (state.toon)

55

Quality

62%

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/deactivate/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

85%

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

This is a well-structured, concise skill for a simple single-purpose task. It includes an appropriate confirmation step before the destructive action and clear follow-up guidance. The main weakness is the lack of an explicit executable command for the file deletion step.

Suggestions

Add the explicit shell command for deleting the state file, e.g., `rm .duplocloud/state.toon`, to make Step 2 fully actionable and copy-paste ready.

DimensionReasoningScore

Conciseness

The skill is lean and efficient. Every line serves a purpose—no unnecessary explanations of what DuploCloud is or how state files work. Assumes Claude's competence.

3 / 3

Actionability

The steps are clear but lack executable code. Step 2 says 'Delete `.duplocloud/state.toon`' but doesn't provide the actual command (e.g., `rm .duplocloud/state.toon` or equivalent). For a file deletion task, a concrete command would improve actionability.

2 / 3

Workflow Clarity

For this simple, single-purpose skill, the workflow is clear and well-sequenced: confirm with user, perform action conditionally, then confirm completion. The confirmation step before deletion serves as a validation checkpoint for a destructive operation.

3 / 3

Progressive Disclosure

For a simple skill under 50 lines with no need for external references, the content is well-organized with clear sections (Steps, Notes). No unnecessary splitting or monolithic content.

3 / 3

Total

11

/

12

Passed

Description

40%

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 concise and targets a very specific niche (clearing DuploCloud project context), which gives it strong distinctiveness. However, it lacks a 'Use when...' clause to guide skill selection, and the trigger terms are somewhat technical rather than reflecting natural user language. Adding explicit trigger guidance and more natural keywords would significantly improve its effectiveness.

Suggestions

Add a 'Use when...' clause, e.g., 'Use when the user wants to clear, reset, or unset the current DuploCloud project/tenant context.'

Include natural trigger terms users might say, such as 'reset context', 'clear tenant', 'switch project', 'unset DuploCloud environment'.

DimensionReasoningScore

Specificity

It names a specific action ('Clear the active DuploCloud project context') and references a specific state artifact ('state.toon'), but it only describes one action rather than listing multiple concrete capabilities.

2 / 3

Completeness

It describes what the skill does (clears the active DuploCloud project context) but has no 'Use when...' clause or equivalent explicit trigger guidance, which per the rubric caps completeness at 2, and the 'what' is also minimal, bringing it closer to 1.

1 / 3

Trigger Term Quality

Includes some relevant terms like 'DuploCloud', 'project context', and 'state.toon', but misses natural user phrases like 'reset context', 'switch project', 'unset tenant', or 'clear state'. Users may not naturally say 'state.toon'.

2 / 3

Distinctiveness Conflict Risk

The description is highly specific to DuploCloud and the 'state.toon' artifact, making it very unlikely to conflict with other skills. It occupies a clear, narrow niche.

3 / 3

Total

8

/

12

Passed

Validation

90%

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

Validation10 / 11 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

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

Warning

Total

10

/

11

Passed

Repository
duplocloud/duplo-claude-plugin
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.