CtrlK
BlogDocsLog inGet started
Tessl Logo

nemotron-add-pattern

Add a cross-cutting decision pattern under src/nemotron/steps/patterns/. Use when a recurring ML decision (tokenizer lock, eval bookends, LoRA-on-small-data, etc.) must be encoded so other skills can fire it during planning.

76

Quality

95%

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

100%

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

The body is a tight, action-oriented checklist workflow with concrete commands, a well-sequenced four-phase process, explicit validation and feedback loops, and clean single-level organization. No significant weaknesses are present.

DimensionReasoningScore

Conciseness

The body is lean and checklist-first ("Concise. Checklist-first.", bullets, status updates ≤2 lines) and assumes Claude's competence without explaining known concepts; while the regenerate/test commands recur across phases, each occurrence serves a distinct checklist purpose rather than padding.

3 / 3

Actionability

It gives fully executable commands ("uv run python src/nemotron/steps/index.py", "uv run pytest tests/steps -q"), exact file paths, required frontmatter fields, and concrete body sections, leaving nothing abstract.

3 / 3

Workflow Clarity

A clear four-phase sequence (Orient, Generate, Validate, Summarize) with an explicit validation phase and feedback loops ("If validation fails: ... Re-run the failing command", "After two failed validation loops, stop and report") provides strong checkpoints.

3 / 3

Progressive Disclosure

Content is organized into one-level sections with no nested/deep references; the skill is self-contained in SKILL.md (no bundle files exist under references/scripts/assets), and the structure is clear and easy to navigate.

3 / 3

Total

12

/

12

Passed

Description

90%

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 strong: it states a concrete action with a precise path, gives an explicit "Use when" trigger with realistic ML trigger terms, and occupies a clear niche. Its only weakness is listing a single action rather than multiple concrete capabilities.

DimensionReasoningScore

Specificity

It names a concrete domain and one specific action ("Add a cross-cutting decision pattern under src/nemotron/steps/patterns/") with a precise path, but it lists only a single action rather than multiple specific concrete actions, so it stops short of a 3.

2 / 3

Completeness

It explicitly answers both what ("Add a cross-cutting decision pattern under src/nemotron/steps/patterns/") and when ("Use when a recurring ML decision ... must be encoded so other skills can fire it during planning") with an explicit trigger clause.

3 / 3

Trigger Term Quality

It surfaces natural trigger terms a contributor would actually say — "recurring ML decision", "tokenizer lock", "eval bookends", "LoRA-on-small-data" — giving good coverage of the phrasing that would prompt this skill.

3 / 3

Distinctiveness Conflict Risk

The niche is narrow and domain-specific (encoding cross-cutting decision patterns in nemotron steps so other skills fire them during planning), with distinct triggers unlikely to fire for unrelated skills.

3 / 3

Total

11

/

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.

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
NVIDIA-NeMo/Nemotron
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.