CtrlK
BlogDocsLog inGet started
Tessl Logo

command-dispatch

Use this skill when the user's intent is to execute a system or plugin function. Applicable scenarios include: 1) The user sends a slash command starting with / (e.g. /cookiecloud, /sites, /subscribes, etc.); 2) The user describes an action in natural language that can be fulfilled by a system or plugin command (e.g. "sync sites", "show subscriptions", "refresh subscriptions", "check downloads", etc.). This skill helps you identify the user's intent, find the matching command, extract necessary parameters, and execute the corresponding command.

67

Quality

81%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Medium

Suggest reviewing before use

SKILL.md
Quality
Evals
Security

Quality

Content

68%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.

A well-structured, actionable dispatch skill with clear tooling and command examples. The main weakness is the absence of a validation/confirmation checkpoint before destructive or batch command execution, which caps workflow clarity.

Suggestions

Add an explicit confirmation step before executing destructive or batch commands (e.g. delete, disable, restart, clear_cache) — for example, 'For destructive commands, confirm the target with the user before running run_slash_command.'

Show concrete tool-call signatures for list_slash_commands, query_plugin_capabilities, and run_slash_command so the guidance is fully copy-paste ready.

Trim the duplicated intent line and 'When to Use' examples that restate the description frontmatter to tighten token efficiency.

DimensionReasoningScore

Conciseness

Mostly lean and assumes Claude's competence, but the opening line and the 'When to Use' example list duplicate content already in the description frontmatter, so it is not fully trimmed.

4 / 5

Actionability

Names the three tools concretely and gives copy-paste-ready command examples ('/sites disable <site_id>', '/subscribes delete <subscribe_id>') with the '/command_name arg1 arg2' format, but actual tool-call signatures are not shown, leaving a minor gap.

4 / 5

Workflow Clarity

A clear four-step sequence is present, but the skill dispatches destructive/batch commands (delete, disable, restart, clear_cache) with no confirmation or validation checkpoint before execution, so workflow clarity is capped at 3 per the rubric.

3 / 5

Progressive Disclosure

Self-contained with well-organized sections (When to Use, Tools, Workflow, Important Notes) and easy navigation; no bundle files are needed, but slight redundancy between 'When to Use' and the Workflow section keeps it just below 5.

4 / 5

Total

15

/

20

Passed

Description

95%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.

A strong description that clearly states both the skill's purpose and its triggers, with rich natural-language examples and a distinct niche. The only issue is second-person voice ('helps you'), which costs one specificity point per the rubric.

DimensionReasoningScore

Specificity

Lists multiple concrete actions ('identify the user's intent, find the matching command, extract necessary parameters, and execute the corresponding command') with comprehensive coverage, but uses second person ('This skill helps you'), triggering the -1 voice penalty from 5 to 4.

4 / 5

Completeness

Explicitly answers both 'what' (the four dispatch actions) and 'when' (a clear 'Use this skill when...' clause with two enumerated scenarios and concrete trigger phrases).

5 / 5

Trigger Term Quality

Comprehensive natural trigger coverage including both slash commands ('/cookiecloud', '/sites', '/subscribes') and natural-language phrases users would say ('sync sites', 'show subscriptions', 'refresh subscriptions', 'check downloads').

5 / 5

Distinctiveness Conflict Risk

Occupies a clear niche (system/plugin command dispatch) with distinct triggers (slash commands and specific action phrases), giving minimal conflict risk with other skills.

5 / 5

Total

19

/

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
jxxghp/MoviePilot
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.