CtrlK
BlogDocsLog inGet started
Tessl Logo

update-installed-skills

Use when syncing or updating previously installed skills to their latest version. Always dry-run updates before applying, and check for breaking changes.

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

Low

Low-risk findings worth noting

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.

A tight, actionable skill body with copy-paste commands and clear sequencing. The only notable gap is the absence of an explicit recovery path when a dry-run surfaces breaking changes during destructive or bulk updates.

DimensionReasoningScore

Conciseness

The body is lean: a one-line goal, tight guardrail bullets, copy-paste commands, and brief gotchas, with no explanation of concepts Claude already knows. It is not level 2 because there is no unnecessary explanation or padding — the repeated dry-run mentions reinforce a critical safety guardrail rather than add fluff.

3 / 3

Actionability

Each workflow step gives a fully executable command with specific flags (e.g., 'npx ai-agent-skills sync <skill-name> --dry-run'), copy-paste ready. It is not level 2 because the code is real and complete rather than pseudocode or missing key details.

3 / 3

Workflow Clarity

Steps are clearly sequenced (list → check → dry-run → review → apply) with an explicit dry-run/review checkpoint, so it is above level 1. However, for destructive and bulk operations (overwriting local customizations, 'sync --all') it lacks an explicit feedback/recovery loop stating what to do when the dry-run reveals breaking changes, which the scoring notes say should cap this dimension at 2.

2 / 3

Progressive Disclosure

This is a compact (~50 line) skill with no need for external references, organized into clear Goal, Guardrails, Workflow, and Gotchas sections; the simple-skill scoring note allows a 3 on well-organized sections alone. It is not level 2 because the structure is clear and there is no inline content that belongs in a separate file.

3 / 3

Total

11

/

12

Passed

Description

75%

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 concise, well-targeted description that clearly states both capability and an explicit trigger. Its main weakness is moderate specificity and trigger-term coverage, which name the domain and a few behaviors but stop short of a comprehensive, varied keyword set.

Suggestions

Expand the capability list with concrete actions (e.g., 'audit installed skills for available updates, dry-run each update, and apply only reviewed changes') to raise specificity.

Add common user phrasings such as 'upgrade', 'keep skills up to date', or 'refresh installed skills' to broaden natural trigger-term coverage.

DimensionReasoningScore

Specificity

Names the domain ('previously installed skills') and a couple of behaviors (sync/update, dry-run, check for breaking changes), but the core capability is stated generically as 'syncing or updating' rather than a comprehensive list of distinct concrete actions. It is above level 1 because concrete actions are named, but below level 3 because it does not enumerate multiple specific actions.

2 / 3

Completeness

Explicitly answers both what ('syncing or updating previously installed skills to their latest version') and when via an explicit 'Use when...' trigger clause, matching the level-3 anchor. It is not level 2 because the trigger guidance is explicit rather than implied.

3 / 3

Trigger Term Quality

Includes natural terms a user would say ('syncing', 'updating', 'installed skills', 'latest version'), but lacks common variations such as 'upgrade', 'keep skills up to date', or 'refresh skills' for fuller coverage. It clears level 1 (terms are natural, not jargon) but stops short of level 3's broad coverage.

2 / 3

Distinctiveness Conflict Risk

Targets a clear niche — updating already-installed skills to their latest version — with distinct triggers unlikely to fire for unrelated skills. It is not level 2 because the scope (previously installed skills, version updates) is specific enough to avoid overlap with general install or content skills.

3 / 3

Total

10

/

12

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
MoizIbnYousaf/Ai-Agent-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.