CtrlK
BlogDocsLog inGet started
Tessl Logo

skill-factory

Front-door router for the Skill Factory plugin. Use when users ask generally to create, improve, install, or skillify skills and need the correct lane selected before deeper execution.

79

Quality

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

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 minimal, well-organized router skill body that gives exact lane mappings and a single clearly signaled reference, with no unnecessary explanation. It is concise, actionable, and structurally clean.

DimensionReasoningScore

Conciseness

Extremely lean routing table plus a single reference pointer; no concept padding or restating of what Claude already knows, so every token earns its place.

3 / 3

Actionability

Provides concrete, specific directives mapping each intent verb to a named lane (e.g. 'create -> [[skill-creator]]'); for an instruction-only router, absence of code is not penalized when guidance is this actionable.

3 / 3

Workflow Clarity

A simple single-purpose router with an unambiguous intent-to-lane decision; per the simple_skills note this qualifies for a top score without a multi-step validation workflow.

3 / 3

Progressive Disclosure

Well under 50 lines with a clearly signaled one-level-deep reference to the existing ./references/contract.yaml; content is appropriately split and easy to navigate.

3 / 3

Total

12

/

12

Passed

Description

100%

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 tight, third-person description that names a clear niche (lane routing for skill authoring) and pairs an explicit 'Use when' trigger with concrete action verbs. It is distinguishable, complete, and free of vague fluff.

DimensionReasoningScore

Specificity

Enumerates concrete routing actions ('create, improve, install, or skillify skills') and the concrete behavior of selecting the correct lane, matching the 'multiple specific concrete actions' anchor.

3 / 3

Completeness

Answers both 'what' ('Front-door router ... correct lane selected') and 'when' via an explicit 'Use when users ask generally to create, improve, install, or skillify skills' trigger clause.

3 / 3

Trigger Term Quality

Natural user-facing verbs ('create', 'improve', 'install', 'skillify skills') are exactly what a user would say; good coverage of common variations rather than jargon.

3 / 3

Distinctiveness Conflict Risk

Scoped narrowly to routing within the Skill Factory plugin with distinct per-lane triggers, making it unlikely to fire for an unrelated skill.

3 / 3

Total

12

/

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

metadata_version

'metadata.version' is missing

Warning

Total

15

/

16

Passed

Repository
jscraik/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.