CtrlK
BlogDocsLog inGet started
Tessl Logo

webiny-admin-local-storage-catalog

admin/local-storage — 4 abstractions.

44

Quality

46%

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/user-skills/generated/admin/local-storage/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.

The body is a well-structured, token-efficient catalog with a clear lookup workflow and good organization. Its main gap is actionability: imports and source pointers are concrete, but it never shows how to actually call the abstractions, deferring everything to the source file.

Suggestions

Add a minimal executable usage example per abstraction (e.g. a useLocalStorageValue call) so guidance is complete without opening source.

Document the key return types or method signatures inline rather than only pointing to the source file.

Ensure the two abstractions lacking a Description each get a one-line purpose so every entry is self-explanatory.

DimensionReasoningScore

Conciseness

The body is a lean catalog with short per-abstraction descriptions and no padding or re-explanation of concepts Claude already knows, matching the lean-and-efficient anchor.

3 / 3

Actionability

It gives concrete, copy-paste import statements and exact source paths, but defers the real interface and usage to the source file with no executable usage example, leaving the guidance incomplete.

2 / 3

Workflow Clarity

The three-step "How to Use" sequence (find, read source, import) is clearly ordered and unambiguous; as a simple non-destructive lookup skill it meets the simple-skill allowance for a top score.

3 / 3

Progressive Disclosure

Under 50 lines with no external bundle references and clean sectioning (## How to Use, ## Abstractions), it satisfies the under-50-lines well-organized-sections allowance for a top score.

3 / 3

Total

11

/

12

Passed

Description

7%

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 little more than a path and an abstraction count, omitting both the concrete capabilities and the usage triggers the rubric expects. It is distinguishable only by its narrow module reference, not by what it communicates.

Suggestions

State the concrete capabilities, e.g. "Returns the LocalStorage DI instance and observes one or more keys for reactivity."

Add an explicit trigger clause, e.g. "Use when working with browser localStorage inside Webiny admin components."

Use third-person action verbs and include natural user-facing terms (localStorage, persist, observe, re-render) rather than a raw path.

DimensionReasoningScore

Specificity

The description "admin/local-storage — 4 abstractions" names a domain and a count but describes no concrete actions, matching the vague-language anchor rather than the anchor that requires some actions.

1 / 3

Completeness

It answers neither what the skill does nor when to use it — there is no "Use when..." clause and the "what" is reduced to a domain and a number, so both halves are weak.

1 / 3

Trigger Term Quality

It offers only a path fragment and a count; there are no natural keywords a user would actually say when they need this skill, fitting the technical-jargon anchor.

1 / 3

Distinctiveness Conflict Risk

The specific module path gives it a niche, but the description is too terse to establish clearly distinct triggers, so it could still overlap with similar skills.

2 / 3

Total

5

/

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
webiny/webiny-js
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.