CtrlK
BlogDocsLog inGet started
Tessl Logo

huggingface-tokenizers

Fast tokenizers optimized for research and production. Rust-based implementation tokenizes 1GB in <20 seconds. Supports BPE, WordPiece, and Unigram algorithms. Train custom vocabularies, track alignments, handle padding/truncation. Integrates seamlessly with transformers. Use when you need high-performance tokenization or custom tokenizer training.

68

Quality

86%

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

72%

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

Highly actionable with comprehensive executable examples and well-structured, real reference files, but the body is verbose for a SKILL.md overview and workflows omit validation checkpoints for batch/training operations.

Suggestions

Move the BPE/WordPiece/Unigram 'How it works' explanations and benchmark tables into the existing reference files (algorithms.md) to tighten SKILL.md and reduce concept restatement Claude already knows.

Add explicit validation/verification steps to the training and multiprocessing workflows (e.g., verify vocab_size and special tokens after training, check encoded lengths after truncation).

Trim marketing-style phrasing and the supported-models list, linking out to the Hub URL instead of enumerating every pretrained tokenizer inline.

DimensionReasoningScore

Conciseness

The body is ~500 lines and includes 'How it works' explanations of BPE/WordPiece/Unigram and benchmark/marketing tables that Claude already knows or does not need, alongside lean executable code — mostly efficient but padded with unnecessary explanation.

2 / 3

Actionability

Abundant fully executable, copy-paste-ready code (pip install, Tokenizer.from_pretrained, BPE/WordPiece/Unigram training, padding/truncation, multiprocessing) with concrete commands and specific examples.

3 / 3

Workflow Clarity

Sequences are present (init → pre_tokenizer → trainer → train → save; the normalization→pre-tokenization→model→post-processing pipeline), but batch/multiprocessing and training workflows lack explicit validation or verification checkpoints, capping clarity at 2.

2 / 3

Progressive Disclosure

A dedicated References section signals four one-level-deep reference files (training.md, algorithms.md, pipeline.md, integration.md), all of which exist in references/, with descriptive links and easy navigation.

3 / 3

Total

10

/

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 strong, concrete description that names specific capabilities and algorithm support, plus an explicit 'Use when' trigger. Minor buzzwords ('optimized for research and production', 'seamlessly') and the transformers reference add slight overlap risk but do not undermine the distinct tokenization niche.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'tokenizes 1GB in <20 seconds', 'Supports BPE, WordPiece, and Unigram algorithms', 'Train custom vocabularies, track alignments, handle padding/truncation' — rather than vague language.

3 / 3

Completeness

Explicitly answers both what (concrete capabilities listed) and when via the 'Use when you need high-performance tokenization or custom tokenizer training.' trigger clause.

3 / 3

Trigger Term Quality

Natural user-facing terms like 'tokenization', 'custom tokenizer training', 'BPE, WordPiece, and Unigram', and 'transformers' give good coverage of what a user would say when they need this skill.

3 / 3

Distinctiveness Conflict Risk

Occupies a clear tokenization niche with distinct triggers ('high-performance tokenization', 'custom tokenizer training'); the only mild overlap is the transformers mention, but the primary triggers are unlikely to fire for unrelated skills.

3 / 3

Total

12

/

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