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.

74

Quality

92%

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%

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

An efficient, highly actionable skill body with a clear sequenced workflow, an explicit dry-run validation gate, and an error-recovery loop; the only nit is an unexplained `-p` flag in the install commands.

DimensionReasoningScore

Conciseness

The body is lean: it never explains what a library, collection, or npx is, and every section (Invariants, Workflow, Decision Rules, Done) earns its place, matching the 'lean and efficient' anchor.

3 / 3

Actionability

Provides fully executable bash commands with parameterized placeholders (`npx ai-agent-skills install <owner>/<repo> --list`, `--collection starter-pack --dry-run -p`), giving copy-paste-ready guidance rather than abstract direction.

3 / 3

Workflow Clarity

The four steps are clearly sequenced with an explicit validation checkpoint (dry-run preview before the real install) and an error-recovery feedback loop ('throws an ERROR/HINT ... follow the hint before retrying'), avoiding the destructive-operation cap.

3 / 3

Progressive Disclosure

The skill is under 50 lines, needs no external references (none exist), and is organized into well-signaled sections (Goal, Invariants, Workflow, Decision Rules, Done), meeting the simple-skill standard for full marks.

3 / 3

Total

12

/

12

Passed

Description

85%

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, specific description with an explicit trigger and a clear niche; its main weakness is narrow trigger-term coverage that leans on CLI flags rather than varied natural phrasings.

Suggestions

Broaden trigger terms with natural variations users might say (e.g. "adding skills from a shared skills library", "pulling a starter pack of skills") alongside the existing 'Use when' clause.

Keep the flag-based specifics but pair each with a plain-language verb so the description reads naturally before it reads technically.

DimensionReasoningScore

Specificity

Lists multiple concrete actions with specific flags — "Inspect with `--list`", "prefer `--collection`", and "preview with `--dry-run`" — matching the multi-action anchor rather than the vague single-action level.

3 / 3

Completeness

Opens with an explicit "Use when..." trigger (when) and states the install behavior plus the inspect/preview method (what), satisfying both halves explicitly.

3 / 3

Trigger Term Quality

The only natural user phrasing is "installing skills from a shared ai-agent-skills library repo"; the rest are CLI flags users would not naturally say, so common-variation coverage is missing rather than broad.

2 / 3

Distinctiveness Conflict Risk

The niche — installing from a shared ai-agent-skills library repo — is narrow and distinct, so it is unlikely to fire for unrelated skills.

3 / 3

Total

11

/

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
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.