CtrlK
BlogDocsLog inGet started
Tessl Logo

generate-code-snippet

Generate a concise, shareable code snippet URL for code.franciscomoretti.com. Use when preparing a code image or short snippet for Twitter, X, social sharing, or a presentation.

72

Quality

87%

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

85%

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

A compact, well-structured instruction skill that is lean and unambiguous about its single task. Its one gap is the absence of a worked end-to-end example, which would make the output format fully copy-paste ready.

Suggestions

Add one worked example: a short sample snippet, its base64url-encoded form, and the fully assembled URL, so the end-to-end output is copy-paste ready.

Show the base64url-encoding step concretely (e.g., a one-line shell/tsx snippet) rather than only instructing Claude to perform it, to remove ambiguity about padding and character handling.

DimensionReasoningScore

Conciseness

The body is lean (~18 lines) with no padding — it assumes Claude knows base64url encoding and offers only actionable rules plus a URL template, so every token earns its place.

3 / 3

Actionability

It gives a concrete URL template with real parameters (theme=sparka, darkMode=true, padding=64) and specific rules, but provides no worked example showing actual base64url-encoded content or an assembled final URL, missing the "specific examples" of a 3.

2 / 3

Workflow Clarity

This is a simple single-purpose skill whose sequence (write snippet → base64url-encode without padding → construct URL → return snippet and URL) is unambiguous; no destructive/batch operation requires a validation checkpoint.

3 / 3

Progressive Disclosure

At under 50 lines with no need for external references and no bundle files present, the well-organized header/bullets/template/output structure satisfies the simple-skill bar for progressive disclosure.

3 / 3

Total

11

/

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.

A tightly written description that clearly states its purpose and gives an explicit, natural-language trigger for social-sharing and presentation contexts. Its only weakness is that it describes a single concrete action rather than a fuller set of capabilities.

DimensionReasoningScore

Specificity

Names a concrete action ("Generate a concise, shareable code snippet URL") and the exact target domain, but lists a single action rather than the multiple specific actions required for a 3.

2 / 3

Completeness

It states what the skill does (generate a shareable snippet URL) and pairs it with an explicit "Use when preparing..." trigger clause, answering both what and when.

3 / 3

Trigger Term Quality

The trigger clause surfaces natural terms a user would actually say — "code image", "short snippet", "Twitter", "X", "social sharing", "presentation" — giving good coverage.

3 / 3

Distinctiveness Conflict Risk

The narrow niche (a URL builder for one specific site aimed at social sharing/presentations) with distinct triggers makes it unlikely to fire for an unrelated skill.

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
FranciscoMoretti/chat-js
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.