CtrlK
BlogDocsLog inGet started
Tessl Logo

wigolo-cache

Local-first knowledge cache — full-text and hybrid semantic search over every page wigolo has already fetched, crawled, or searched. Use before any web request: cached hits return instantly and free. Triggers when the user says "check the cache", "have we seen this", "what's on disk", "search what I've already fetched", "cache stats", or "what changed since I last looked". Also clears matching entries and re-checks cached URLs for changes.

73

Quality

91%

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

83%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 tight, action-oriented body with executable examples and a clear cache-first workflow. The main gap is the lack of an explicit validation checkpoint for the destructive `clear` path, which caps workflow clarity.

Suggestions

Add a short validate-then-clear workflow for the `clear` operation, e.g. run a read-only `query`/`url_pattern` match first, show the candidate count, then clear only after confirming the scope — this satisfies the destructive-operation validation checkpoint.

For `check_changes`, document the feedback loop: re-fetch → inspect per-URL diff → decide whether to refresh or re-cache, so the batch re-check has an explicit error/recovery path.

Consider moving the Parameters table and Modes detail into a small reference file if the body grows, keeping SKILL.md as a lean overview pointing one level deep.

DimensionReasoningScore

Conciseness

Lean and efficient — assumes Claude knows what caching/search are, leads with a one-line purpose, and lets JSON examples and a parameter table carry the detail; every section earns its place.

5 / 5

Actionability

Copy-paste-ready JSON invocations in Quick Reference plus a full Parameters table with types, defaults, and 'when to use' cover the common cases concretely and executably.

5 / 5

Workflow Clarity

The cache-first workflow is sequenced (probe → fall through to search/fetch), but the destructive `clear` operation has no explicit validate-then-confirm checkpoint in a workflow; the anti-pattern note about the handler refusing an unscoped wipe is a guardrail, not a validation step, so the destructive-operation cap applies.

3 / 5

Progressive Disclosure

Well-organized sections with a clear See Also pointing one level deep to sibling skills and the cache-first rule; no bundle files exist to split content into, and the body is appropriately self-contained, though at ~84 lines a parameter/mode reference could be externalized.

4 / 5

Total

17

/

20

Passed

Description

100%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: concrete actions, explicit trigger guidance, and a clear niche, all in third person. It tells Claude exactly what the skill does and when to reach for it.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'full-text and hybrid semantic search', 'clears matching entries', 're-checks cached URLs for changes' — giving comprehensive coverage rather than vague language.

5 / 5

Completeness

Explicitly answers both what it does (cache + search + clear + change-check) and when to use it via concrete trigger phrases and 'Use before any web request'.

5 / 5

Trigger Term Quality

Provides natural phrases a user would actually say ('check the cache', 'have we seen this', 'what's on disk', 'cache stats', 'what changed since I last looked') with good synonym coverage.

5 / 5

Distinctiveness Conflict Risk

Occupies a clear niche (local-first cache of pages wigolo already fetched) with distinct triggers that are unlikely to fire for unrelated skills.

5 / 5

Total

20

/

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

relative_links

Relative link issues: 5 suspicious

Warning

Total

15

/

16

Passed

Repository
KnockOutEZ/wigolo
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.