CtrlK
BlogDocsLog inGet started
Tessl Logo

outlines

Outlines: structured JSON/regex/Pydantic LLM generation.

50

Quality

57%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

High

Do not use without reviewing

Fix and improve this skill with Tessl

tessl review fix ./optional-skills/mlops/inference/outlines/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

65%

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

The content is highly actionable with comprehensive executable examples, but it suffers from verbosity, conceptual padding, and duplication of material that already lives in the reference bundle files. Workflow guidance lacks validation checkpoints.

Suggestions

Trim conceptual padding (FSM/CFG explanation, Benefits, Performance Characteristics, Comparison table) that Claude already knows, and consolidate the duplicated Pydantic and backend examples into their reference files.

Add an explicit validation/error-recovery checkpoint to the Batch Processing pattern, and note how to handle generation failures or schema mismatches.

Move the detailed Backend Configuration and Common Patterns sections into references/backends.md and references/examples.md respectively, leaving SKILL.md as a concise overview that links out.

DimensionReasoningScore

Conciseness

The body is mostly executable code, but it is padded with conceptual explanation Claude largely knows (FSM/CFG walkthrough, 'Benefits', 'Performance Characteristics', 'Comparison to Alternatives') and notable redundancy — the Pydantic example and the transformers model loader are repeated many times and backends are documented twice — so it is efficient in places but could be tightened significantly.

2 / 3

Actionability

It provides extensive fully executable, copy-paste-ready Python across every generator type, multiple backends with concrete kwargs, Pydantic patterns, and six common patterns, matching the 'fully executable, specific examples' anchor.

3 / 3

Workflow Clarity

There is a logical install→quickstart→concepts→patterns sequence, but there are no validation checkpoints or error-recovery guidance, and the Batch Processing pattern performs batch operations with no validation feedback loop, which per the scoring notes caps workflow clarity at 2.

2 / 3

Progressive Disclosure

The body is well-sectioned and points to real reference files (json_generation.md, backends.md, examples.md) via a 'See Also' block, but the ~640-line SKILL.md heavily duplicates content those references cover (backends config and examples appear inline), fitting the 'content that should be separate is inline' anchor.

2 / 3

Total

9

/

12

Passed

Description

50%

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 specific to a clear niche but is a terse noun phrase that lacks any explicit 'when to use' trigger guidance. It scores uniformly at level 2 across all dimensions.

Suggestions

Add an explicit 'Use when...' clause naming trigger situations, e.g. 'Use when you need guaranteed-valid JSON/regex/Pydantic outputs from local LLMs (Transformers, llama.cpp, vLLM).'

Broaden trigger terms to include natural phrasings users would say, such as 'structured output', 'constrained generation', and 'valid JSON'.

Expand the noun phrase into concrete actions (e.g. 'generate, extract, and constrain LLM outputs') to lift specificity from naming types to listing actions.

DimensionReasoningScore

Specificity

The phrase 'structured JSON/regex/Pydantic LLM generation' names the domain and several output types, but it is a single noun phrase rather than multiple concrete actions, matching the 'names domain and some actions' anchor rather than the multi-action anchor at 3.

2 / 3

Completeness

It clearly states what the skill does (structured generation) but contains no 'Use when...' clause or equivalent explicit trigger guidance, which per the guidelines caps completeness at 2.

2 / 3

Trigger Term Quality

Terms like 'JSON', 'regex', 'Pydantic', and 'LLM generation' are relevant, but common natural variations such as 'structured output', 'constrained generation', and 'valid JSON' are missing, so coverage is partial rather than broad.

2 / 3

Distinctiveness Conflict Risk

The 'Outlines' + structured-generation niche is fairly specific, but 'JSON/Pydantic LLM generation' could overlap with sibling skills like Instructor or Guidance, fitting the 'could still overlap' anchor.

2 / 3

Total

8

/

12

Passed

Validation

75%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation12 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

skill_md_line_count

SKILL.md is long (657 lines); consider splitting into references/ and linking

Warning

metadata_version

'metadata.version' is missing

Warning

metadata_field

'metadata' should map string keys to string values

Warning

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

12

/

16

Passed

Repository
NousResearch/hermes-agent
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.