CtrlK
BlogDocsLog inGet started
Tessl Logo

writer-documents

Use when creating, opening, or editing LibreOffice Writer ODT documents, or DOCX documents only when Microsoft Word compatibility is explicitly required.

75

Quality

93%

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

87%

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

The body is concise and actionable with a complete executable example and concrete edit verbs, well-organized for a simple single-purpose skill. Its main gap is the absence of an explicit verification step after edits in a document-manipulation workflow.

Suggestions

Add a post-edit verification step to the Edit workflow (e.g., 're-read with the read action to confirm the change saved correctly before reporting success').

Include one complete edit tool-call example (e.g., a replace_text invocation with file_id and arguments) to mirror the completeness of the create example.

Note how errors from the office_artifact action should be detected and handled, since editing documents is a destructive operation.

DimensionReasoningScore

Conciseness

The body is lean and directive ('Use ODT...', 'Treat DOCX as a compatibility export') with no explanation of concepts Claude already knows; every line conveys product-specific behavioral rules that earn their tokens.

3 / 3

Actionability

Provides a complete, copy-paste-ready create tool call (full tool_args JSON) plus a concrete named set of edit operations (set_text, append_text, replace_text, etc.) and a read-before-edit precondition.

3 / 3

Workflow Clarity

Create and Edit are clearly sequenced and the read-before-edit precondition is stated, but this document-manipulation workflow lacks an explicit post-edit validation/verification checkpoint, which caps it at 2 per the feedback-loop guidance.

2 / 3

Progressive Disclosure

A simple skill (~33 lines, single task) with no external references needed; it is organized into clear sections (# Writer Documents, ## Workflow, Practical rules) and the bundle directories contain no files.

3 / 3

Total

11

/

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.

The description is specific, third-person/trigger-style, and clearly distinguishes both the actions performed and the conditions for use, including a precise DOCX-compatibility carve-out. It matches the strongest reference examples in every dimension.

DimensionReasoningScore

Specificity

Names multiple concrete actions ('creating, opening, or editing') against two specific formats ('LibreOffice Writer ODT documents' and 'DOCX'), matching the 'lists multiple specific concrete actions' anchor.

3 / 3

Completeness

Explicitly answers both what (creating/opening/editing ODT and DOCX) and when ('Use when... or DOCX documents only when Microsoft Word compatibility is explicitly required'), with an explicit trigger clause.

3 / 3

Trigger Term Quality

Covers natural terms users would say — 'LibreOffice Writer', 'ODT', 'DOCX', 'Microsoft Word' — with good coverage of common variations, mirroring the strong reference examples.

3 / 3

Distinctiveness Conflict Risk

Occupies a clear niche (LibreOffice Writer ODT as default, DOCX only for explicit Word-compatibility requests) with distinct triggers unlikely to fire for unrelated skills.

3 / 3

Total

12

/

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
agent0ai/agent-zero
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.