CtrlK
BlogDocsLog inGet started
Tessl Logo

update-skills

Refresh installed NanoClaw channel and provider payloads from their registry branches with fork-safe remote resolution and a blocking structured result. Use after updating NanoClaw or whenever installed channel/provider code may be stale.

76

Quality

96%

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

SKILL.md
Quality
Evals
Security

Quality

Content

100%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 body is an exemplary lean operational skill: concrete commands, a clear gated workflow with validation at every checkpoint, and clean sectioning with no padding. It treats a batch refresh with the appropriate rigor for destructive/dependency-changing operations.

DimensionReasoningScore

Conciseness

Lean throughout with no over-explanation of concepts Claude already knows; every line is directive or a concrete command, and it assumes competence throughout.

5 / 5

Actionability

Provides fully executable, copy-paste-ready commands for every phase — 'git status --porcelain', 'pnpm exec tsx scripts/update-skills.ts --skills all', 'pnpm run build', and the conditional image rebuild via 'if grep ... .env' — with a worked subset example.

5 / 5

Workflow Clarity

A clearly sequenced four-step process with explicit validation checkpoints and feedback loops: the JSON result is treated as a blocking gate, build/test and a targeted tsc check follow, and any validation or image failure is explicitly blocking — exactly what a batch refresh requires.

5 / 5

Progressive Disclosure

A compact (under 50 lines), single-purpose skill with no bundle files, organized into four well-labeled numbered sections; per the simple-skill guidance this is well-structured and easy to navigate without external references.

5 / 5

Total

20

/

20

Passed

Description

92%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 is concrete, complete, and well-targeted: it states specific capabilities and an explicit use-when clause tied to recognizable triggers. Its only mild weakness is trigger-term breadth, as the phrasing is fairly domain-internal.

Suggestions

Add one or two plainer-language triggers (e.g. 'update skills', 'pull latest channel code') alongside the NanoClaw-specific phrasing to broaden natural-term coverage.

Consider naming the output artifact more plainly (e.g. 'returns a per-skill pass/fail JSON report') so non-experts grasp the 'blocking structured result'.

DimensionReasoningScore

Specificity

Names the domain and multiple concrete actions — 'Refresh installed NanoClaw channel and provider payloads', 'fork-safe remote resolution', 'a blocking structured result' — giving comprehensive, specific coverage rather than generic language.

5 / 5

Completeness

Explicitly answers both what it does (refresh payloads with fork-safe resolution and a blocking structured result) and when to use it ('Use after updating NanoClaw or whenever installed channel/provider code may be stale').

5 / 5

Trigger Term Quality

Includes natural user-facing phrases like 'Use after updating NanoClaw or whenever installed channel/provider code may be stale', but the vocabulary is domain-niche and a few common synonyms are absent, so it sits just below comprehensive.

4 / 5

Distinctiveness Conflict Risk

Occupies a clear niche (NanoClaw channel/provider refresh) with distinct, project-specific triggers and minimal overlap risk with unrelated 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

referenced_paths_exist

Referenced path issues: 1 missing

Warning

Total

15

/

16

Passed

Repository
nanocoai/nanoclaw
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.