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

70%

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-3

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

The body is appropriately concise and well-structured for a simple meta-skill, but its actionable guidance is vague and the batch-render workflow lacks validation checkpoints. Concrete fallback commands and a per-output validation step would raise both dimensions.

Suggestions

Replace the vague fallback with concrete, copy-paste-ready invocations of docx/pptx/xlsx/html-to-pdf with their key arguments.

Add a validation checkpoint after each render (e.g., confirm the file was produced and is non-empty) to satisfy the batch-operation feedback-loop expectation.

State explicitly that the frontmatter composition steps are the authoritative pipeline, so the body and machine-readable spec stay in sync.

DimensionReasoningScore

Conciseness

The ~16-line body is lean and free of concept padding; every line (deliverable list, MVP sequencing note, fallback) earns its place and assumes Claude's competence.

3 / 3

Actionability

The Fallback section gives vague direction — 'manually summarize first, then call docx / pptx / xlsx / html-to-pdf in order' — with no concrete code, commands, or arguments; the executable logic lives only in the frontmatter composition, not the body.

2 / 3

Workflow Clarity

The shared 'model' step then four renders is sequenced and the sequential-vs-parallel constraint is flagged, but this batch render of four outputs has no validation or checkpoints; per the rubric, batch operations missing feedback loops cap workflow clarity at 2.

2 / 3

Progressive Disclosure

No bundle files exist and the skill is well under 50 lines with clearly organized sections; per the simple-skills note, progressive disclosure can score 3 with just well-organized sections and no external references.

3 / 3

Total

10

/

12

Passed

Description

67%Weight 40%Scale 1-3

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 distinct, cleanly naming four deliverables, but lacks any 'Use when...' trigger guidance, which caps completeness and weakens trigger-term quality. Adding an explicit usage clause would lift both.

Suggestions

Append a 'Use when...' clause naming natural trigger phrasing (e.g., 'Use when the user wants to turn one piece of content into multiple formats at once').

Mirror the frontmatter trigger terms ('multi format export', 'export pack') into the description so users' actual phrasing matches the skill.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'render four deliverables: .docx report, .pptx slides, .xlsx data, and an HTML/PDF public version' — naming each output format and its purpose.

3 / 3

Completeness

Clearly answers 'what' (four deliverables from one source) but provides no explicit 'when to use' guidance; per the rubric, a missing 'Use when...' clause caps completeness at 2.

2 / 3

Trigger Term Quality

Names the relevant formats but offers no natural user phrasing or 'Use when...' trigger language; the bare format names are keyword-like rather than terms a user would naturally say.

2 / 3

Distinctiveness Conflict Risk

The multi-format export niche with four named format triggers is clearly distinct from single-format skills and unlikely to trigger for the wrong skill.

3 / 3

Total

10

/

12

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