CtrlK
BlogDocsLog inGet started
Tessl Logo

skill-factory-router

Analyzes Codex skill-management requests, selects the workflow lane, and returns selected_lane, mode, next_step, and blockers. Use when the user says create a skill, add/update/fix/review a skill, install/sync/list skills, choose a workflow, or merge/retire a skill.

75

Quality

92%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

SKILL.md
Quality
Evals
Security

Quality

Content

85%

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

This is a well-crafted routing skill with strong actionability: the decision table, YAML handoff template, and worked example make Claude's expected behavior unambiguous. Workflow clarity is excellent with explicit sequencing, fail-fast validation, and a clear failure mode. Minor conciseness improvements are possible—some phrasing is slightly redundant—but overall the skill is lean and well-organized.

DimensionReasoningScore

Conciseness

The skill is mostly efficient and avoids explaining concepts Claude already knows, but some sections could be tightened—e.g., the 'Required inputs' and 'Deliverables' sections contain somewhat redundant framing, and the 'Expected artifacts' line restates what 'read-only routing' already implies. The decision table is well-structured and dense, which helps.

2 / 3

Actionability

The skill provides a concrete decision table mapping user phrases to lanes/modes, a copy-paste-ready YAML handoff template, a worked example with realistic input and output, and specific validation commands. Claude knows exactly what to produce and when.

3 / 3

Workflow Clarity

The procedure is clearly sequenced (match → discover if ambiguous → first-principles check → return handoff and stop). Validation gates are explicit with fail-fast semantics, and the failure mode section provides a clear feedback loop (set blocked_by, ask smallest question). The constraint to remain read-only acts as a safety checkpoint.

3 / 3

Progressive Disclosure

The skill body is a concise overview with well-signaled one-level-deep references to discovery-interview.md, routing-policy.md, and a references directory. The instruction to 'load only the reference needed' is a textbook progressive disclosure pattern. No bundle files were provided to verify path accuracy, but the structure is sound.

3 / 3

Total

11

/

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.

This is a well-crafted skill description that clearly defines its purpose (analyzing Codex skill-management requests and routing to workflow lanes), specifies concrete outputs (selected_lane, mode, next_step, blockers), and provides comprehensive trigger terms covering creation, updating, installation, and retirement of skills. The description is concise yet thorough, using proper third-person voice throughout.

DimensionReasoningScore

Specificity

Lists multiple specific concrete actions: analyzes skill-management requests, selects workflow lane, returns selected_lane/mode/next_step/blockers. These are concrete, specific outputs and actions.

3 / 3

Completeness

Clearly answers both what ('Analyzes Codex skill-management requests, selects the workflow lane, and returns selected_lane, mode, next_step, and blockers') and when ('Use when the user says create a skill, add/update/fix/review a skill, install/sync/list skills, choose a workflow, or merge/retire a skill') with explicit triggers.

3 / 3

Trigger Term Quality

Excellent coverage of natural trigger terms users would say: 'create a skill', 'add/update/fix/review a skill', 'install/sync/list skills', 'choose a workflow', 'merge/retire a skill'. These are natural phrases a user would actually use.

3 / 3

Distinctiveness Conflict Risk

Very specific niche around Codex skill-management workflows with distinct trigger terms like 'skill', 'workflow lane', 'install/sync skills'. Unlikely to conflict with other skills due to the specialized domain.

3 / 3

Total

12

/

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.

Validation11 / 11 Passed

Validation for skill structure

No warnings or errors.

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.