CtrlK
BlogDocsLog inGet started
Tessl Logo

share-a-library

Use when a managed library is ready to publish to GitHub and hand to teammates as an install command. Run the GitHub publishing steps, then return the exact shareable install command.

67

Quality

81%

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

87%

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

The content is lean, actionable, and well-organized into clear sections with executable commands. The main gap is the absence of an explicit verification step confirming the GitHub publish/push actually succeeded before declaring done.

Suggestions

Add an explicit validation checkpoint after publishing, e.g. 'Verify the remote exists and the push completed: gh repo view <owner>/<repo> && git log origin/HEAD -1' before returning the install command.

Include a feedback loop instructing re-push or remote-reconnection if the push fails, mirroring the existing repo-exists guardrail.

Optionally add a quick check that the returned install command resolves (e.g. noting how to confirm the collection exists) to close the workflow.

DimensionReasoningScore

Conciseness

The body is lean and assumes competence: it gives bare commands and terse guardrails without explaining git, GitHub, or what an install command is, so every token earns its place.

3 / 3

Actionability

It provides fully executable bash commands (build-docs, git init/add/commit, gh repo create, and the install command) that are copy-paste ready, with only the justified owner/repo placeholders.

3 / 3

Workflow Clarity

Steps are clearly sequenced with a Preconditions section and a Done checklist, and a guardrail handles the existing-repo case, but there is no explicit validation that the publish/push succeeded for this outward-facing operation, capping it at level 2.

2 / 3

Progressive Disclosure

The skill is under 50 lines with no need for external references and is well-organized into Goal, Preconditions, Workflow, Guardrails, and Done sections, satisfying the simple-skill allowance for a top score.

3 / 3

Total

11

/

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.

The description has an explicit trigger and a clear, distinctive niche, but its action description ('publishing steps') is somewhat generic and leans on the toolchain term 'managed library'. Tightening the action list and broadening trigger variations would raise specificity and trigger quality.

Suggestions

Replace 'Run the GitHub publishing steps' with concrete actions, e.g. 'initialize a git repo, push it to GitHub, then return the exact shareable install command'.

Add natural trigger variations users might say, such as 'share' or 'publish', alongside 'hand to teammates as an install command'.

Consider rephrasing 'managed library' with a more user-natural term or pairing it with a plainer synonym to broaden trigger coverage.

DimensionReasoningScore

Specificity

It names the domain ('managed library', 'GitHub', 'install command') and a couple of actions, but 'Run the GitHub publishing steps' is generic rather than a comprehensive list of concrete actions, matching the level-2 anchor.

2 / 3

Completeness

It opens with an explicit 'Use when a managed library is ready to publish...' trigger and states what to do ('Run the GitHub publishing steps, then return the exact shareable install command'), clearly answering both when and what.

3 / 3

Trigger Term Quality

'publish to GitHub', 'install command', and 'hand to teammates' are reasonably natural, but 'managed library' is toolchain jargon and common variations such as 'share' or 'deploy' are absent.

2 / 3

Distinctiveness Conflict Risk

The combination of publishing a managed library to GitHub and returning a shareable install command is a clear niche with distinct triggers unlikely to fire for unrelated skills.

3 / 3

Total

10

/

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.