CtrlK
BlogDocsLog inGet started
Tessl Logo

librarian

Cache and refresh remote git repositories under ~/.cache/checkouts/<host>/<org>/<repo> so future references can reuse a local copy. Use this skill when the user points you to a remote git repository as reference or you encountered a remote git repo through other means.

72

Quality

87%

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%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

A tight, well-structured skill body: lean prose, concrete executable commands, a clear single-task workflow, and clean section organization with no token waste.

DimensionReasoningScore

Conciseness

The body is lean: terse bullets for the cache goals, minimal command blocks, and no explanation of git concepts Claude already knows; every section earns its place, matching the anchor 3 'lean and efficient' example.

3 / 3

Actionability

Provides copy-paste-ready commands (`bash checkout.sh <repo> --path-only`) with three concrete input variants and an enumerated description of what the script does, meeting the anchor 3 'fully executable, specific examples' bar.

3 / 3

Workflow Clarity

A clear 'Recommended workflow' sequence (resolve path, use it, re-call on later references) for a simple single-purpose skill; the operations are read-mostly (clone/fetch/cache) so no destructive-validation feedback loop is required to reach anchor 3.

3 / 3

Progressive Disclosure

No bundle files are provided and the skill is a short, single-purpose one with well-organized sections (Cache location, Command, Update strategy, Recommended workflow, Notes); per the simple-skills note this earns anchor 3 without external references.

3 / 3

Total

12

/

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, third-person description with an explicit 'Use when' trigger and a clear niche, weakened only by a thin trigger-term vocabulary and a non-comprehensive action list.

Suggestions

Broaden trigger terms in the description to include the natural phrasings users say ('GitHub/GitLab/Bitbucket URL', 'git clone', 'owner/repo shorthand') rather than only 'remote git repository'.

Add one or two more concrete actions (e.g., 'fetch and fast-forward when safe') to lift specificity from anchor 2 toward 3.

DimensionReasoningScore

Specificity

Names the domain and two concrete actions ('Cache and refresh remote git repositories') plus a concrete path scheme, but does not list a comprehensive set of actions, so it sits at anchor 2 rather than 3.

2 / 3

Completeness

Clearly states what it does ('Cache and refresh remote git repositories under ~/.cache/checkouts/...') and an explicit 'Use this skill when the user points you to a remote git repository' trigger, satisfying the anchor 3 requirement for both what and when.

3 / 3

Trigger Term Quality

Uses 'remote git repository' / 'git repo' and 'reference', but omits common variations users would say (GitHub/GitLab URLs, clone, owner/repo) that only appear in the body, matching anchor 2's 'missing common variations'.

2 / 3

Distinctiveness Conflict Risk

The niche of maintaining a reusable local cache of remote git checkouts is distinct and unlikely to fire for unrelated skills; the slightly broad 'encountered through other means' clause does not meaningfully raise conflict risk.

3 / 3

Total

10

/

12

Passed

Validation

100%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
mitsuhiko/agent-stuff
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.