CtrlK
BlogDocsLog inGet started
Tessl Logo

meta-multi-format-export-pack

From one piece of source content, render four deliverables: .docx report, .pptx slides, .xlsx data, and an HTML/PDF public version.

60

Quality

71%

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

Fix and improve this skill with Tessl

tessl review fix ./src/opensquilla/skills/exp/meta-multi-format-export-pack/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

72%Weight 40%Scale 1-5

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

The body is commendably concise and well-structured for a simple meta-skill, but it delegates all executable detail to the frontmatter and lacks validation checkpoints for its batch render operation.

Suggestions

Add a verification checkpoint after the renders (e.g. confirm each output file exists and is non-empty) to lift the workflow-clarity cap.

Inline a minimal concrete example of the fallback call sequence rather than only naming the skills in prose.

Briefly note how to detect a failed render step and recover, since the four renders run as a batch.

DimensionReasoningScore

Conciseness

Lean and efficient; lists the four deliverables and the MVP sequencing without explaining what PDF/docx is or padding with concepts Claude already knows.

5 / 5

Actionability

The Fallback gives an ordered list of skills to call (summarize, then docx/pptx/xlsx/html-to-pdf), but the body itself contains no executable code or concrete commands — the real executable detail lives in the frontmatter composition.

3 / 5

Workflow Clarity

The sequence (shared model step then four sequential renders) is clear, but this batch operation has no validation or verification checkpoints, capping workflow clarity at 3 per the rubric.

3 / 5

Progressive Disclosure

Under 50 lines with no external references needed; content is well-organized into a short overview and a Fallback section, qualifying for the simple-skill exception.

5 / 5

Total

16

/

20

Passed

Description

71%Weight 40%Scale 1-5

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 and comprehensive about the four output formats but omits any explicit 'when to use' guidance, which caps its completeness. Trigger terms are strong on file extensions yet miss some natural phrasings.

Suggestions

Add a 'Use when...' clause naming natural triggers, e.g. 'Use when the user asks to export one source into multiple formats at once.'

Include synonyms like 'convert to all formats' or 'export everything' alongside the file extensions.

Clarify the distinction from individual docx/pptx/xlsx skills by emphasizing the single-source-to-four-outputs fan-out.

DimensionReasoningScore

Specificity

Names four concrete deliverable types with their formats (`.docx report`, `.pptx slides`, `.xlsx data`, `HTML/PDF public version`), giving comprehensive coverage of the export pack's outputs.

5 / 5

Completeness

Clearly states what the skill does (render four deliverables) but provides no 'Use when...' clause or explicit trigger guidance, capping completeness at 3 per the rubric.

3 / 5

Trigger Term Quality

Includes all four file extensions and format names users would naturally mention, but lacks some common phrasings like 'convert to all formats' or 'export everything'.

4 / 5

Distinctiveness Conflict Risk

The multi-format-from-one-source niche is distinct, but it composes the individual docx/pptx/xlsx/html-to-pdf skills, creating minor overlap risk with those single-format skills.

4 / 5

Total

16

/

20

Passed

Validation

93%

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

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

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

Warning

Total

15

/

16

Passed

Repository
TokenRhythm/opensquilla
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.