CtrlK
BlogDocsLog inGet started
Tessl Logo

pause-subs

Temporarily disable the skill bus. Quick toggle to stop all subscriptions from firing without removing them.

60

Quality

68%

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 ./skill-bus/skills/pause-subs/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

87%

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

The body is concise, actionable, and well-organized for a simple single-task skill. Its main weakness is the absence of an explicit verification step after mutating the config file.

Suggestions

Add a validation checkpoint after Step 2 (e.g., re-read the config and confirm 'enabled' is false and the JSON is valid before announcing success).

Make the config-merge instruction explicit — note how to merge 'enabled: false' into an existing file versus creating a new one, to avoid overwriting other settings.

DimensionReasoningScore

Conciseness

The ~30-line body is lean, assumes Claude's competence, and contains no concept-explanation padding — every token earns its place.

3 / 3

Actionability

Provides exact config paths, a copy-paste JSON snippet, a literal mkdir command, and an exact confirmation message, making the guidance executable.

3 / 3

Workflow Clarity

The three-step sequence is clearly ordered, but this config-mutation step has no explicit validation that the write succeeded or that the JSON still parses, capping clarity at 2.

2 / 3

Progressive Disclosure

No bundle files are needed and the body is under 50 lines with well-organized sections, which meets the rubric's bar for a 3 on a simple skill.

3 / 3

Total

11

/

12

Passed

Description

50%

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 clear and specific about what the skill does, but it lacks an explicit 'Use when' trigger clause and uses domain-internal phrasing rather than natural user keywords. It is solid but not exemplary.

Suggestions

Add a 'Use when ...' clause naming natural user triggers (e.g., 'Use when the user wants to pause or temporarily disable skill subscriptions without deleting them').

Replace domain jargon like 'subscriptions firing' with phrasing a user would actually say, such as 'stop skills from running automatically'.

Enumerate concrete actions (e.g., 'Pause all subscriptions, preserve their configuration, re-enable later') to lift specificity toward 3.

DimensionReasoningScore

Specificity

Names the domain ('skill bus', 'subscriptions') and concrete actions ('disable', 'stop from firing', 'without removing them'), but lists only a couple of actions rather than multiple specific concrete actions.

2 / 3

Completeness

It clearly states what the skill does but omits any 'Use when...' trigger guidance, so completeness is capped at 2 per the rubric.

2 / 3

Trigger Term Quality

Recognizable terms like 'disable' and 'pause' (from the name) appear, but the description relies on domain-internal phrasing ('subscriptions firing') rather than the natural words a user would say.

2 / 3

Distinctiveness Conflict Risk

The subscription-bus toggle niche is fairly specific, but without explicit distinct triggers it could still overlap with other config-toggle skills.

2 / 3

Total

8

/

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
composio-community/awesome-claude-plugins
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.