CtrlK
BlogDocsLog inGet started
Tessl Logo

install-from-remote-library

Use when installing skills from a shared ai-agent-skills library repo. Inspect with `--list` first, prefer `--collection`, and preview with `--dry-run` before installing.

69

Quality

85%

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

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 exemplar of a concise, actionable workflow skill: executable commands, a clear validation checkpoint via --dry-run, an explicit error-recovery loop, and well-organized sections with no padding.

DimensionReasoningScore

Conciseness

The body is lean and efficient—Goal, Invariants, Workflow, Decision Rules, and Done sections each earn their place with no over-explanation of concepts Claude already knows.

5 / 5

Actionability

It provides fully executable, copy-paste-ready npx commands covering both the --collection and --skill paths with appropriate placeholders for the common cases.

5 / 5

Workflow Clarity

The install workflow is clearly sequenced (inspect, choose, dry-run, install) with an explicit validation checkpoint (--dry-run before mutating) and a feedback loop that surfaces ERROR/HINT verbatim and follows the hint before retrying.

5 / 5

Progressive Disclosure

It is a simple, single-purpose skill with no need for external references, and its content is well-organized into clearly signaled sections, satisfying the simple-skill exception.

5 / 5

Total

20

/

20

Passed

Description

71%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, well-structured, and explicitly answers both what and when, with strong distinctiveness. Its main weakness is trigger-term quality: it relies on CLI flag jargon over the natural phrases a user would actually say.

Suggestions

Add natural-language trigger phrases users would say (e.g., 'Use when the user wants to add or install a skill from a shared skills library') alongside the flag guidance.

Include common synonyms such as 'skills repo', 'skill pack', or 'starter pack' to broaden natural keyword coverage.

DimensionReasoningScore

Specificity

Names several concrete actions tied to specific flags ('Inspect with --list', 'prefer --collection', 'preview with --dry-run', 'installing'), with only minor coverage gaps relative to the comprehensive anchor.

4 / 5

Completeness

It has both an explicit 'Use when' trigger clause and a clear 'what' (installing skills from a shared ai-agent-skills library repo) with concrete guidance, though the trigger scenario is somewhat narrow and technical.

4 / 5

Trigger Term Quality

It contains some natural terms ('installing skills', 'library repo') but leans heavily on CLI flag jargon (--list, --collection, --dry-run) rather than the phrases a user would naturally say, missing common synonyms.

3 / 5

Distinctiveness Conflict Risk

It occupies a clear niche—a specific shared-library install flow with particular CLI flags and a preview step—making it unlikely to trigger for unrelated skills.

5 / 5

Total

16

/

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

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.