CtrlK
BlogDocsLog inGet started
Tessl Logo

docx

Read, edit, or create Microsoft Word `.docx` files. Trigger this skill whenever the user mentions a Word document, .docx file, contract, report, brief, memo, or asks to extract text, modify an existing doc, generate one from a brief, or audit tracked changes. Three execution paths: text-and-structure extraction, in-place edit-by-run (preserves styles), and create-from-scratch with python-docx. Falls back to OOXML unzip-and-patch for layout work python-docx cannot reach.

78

Quality

100%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Low

Low-risk findings worth noting

SKILL.md
Quality
Evals
Security

Quality

Content

100%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 content is well-structured and highly actionable: a path-decision table, executable per-path commands, explicit validation for the destructive XML path, and clean one-level-deep reference separation. It respects Claude's competence while remaining copy-paste ready.

DimensionReasoningScore

Conciseness

The body is lean: a one-line format note, a decision table, then per-path executable commands with no padding explaining what a .docx is or how python-docx works. Every token earns its place.

5 / 5

Actionability

Each path ships copy-paste-ready bash/python plus concrete ops.json and spec.json schemas, and run-level edit guidance with rationale, covering the common cases fully executably.

5 / 5

Workflow Clarity

A decision table sequences path selection up front, and the fragile B2 XML-patch path has an explicit validation checkpoint ('validate by opening in LibreOffice headless before declaring success') plus a Common pitfalls error-recovery table providing feedback loops.

5 / 5

Progressive Disclosure

SKILL.md is an overview with a single clearly signaled one-level reference to references/python_docx.md (a real file) and supporting scripts in ./scripts/, with bulk API detail correctly deferred to the reference.

5 / 5

Total

20

/

20

Passed

Description

100%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 concise yet comprehensive: it states concrete capabilities, enumerates natural trigger terms, explicitly pairs 'what' with 'when', and carves out a distinct Word-specific niche. It is a strong, low-conflict trigger description.

DimensionReasoningScore

Specificity

Lists multiple concrete actions (read/edit/create, extract text, modify an existing doc, generate from a brief, audit tracked changes) and names three execution paths plus an OOXML fallback, giving comprehensive coverage.

5 / 5

Completeness

Explicitly answers both 'what' (the three execution paths and fallback) and 'when' ('Trigger this skill whenever the user mentions...') with concrete trigger phrases.

5 / 5

Trigger Term Quality

Covers natural user phrasing and synonyms ('Word document, .docx file, contract, report, brief, memo') plus the explicit file extension, matching the comprehensive anchor.

5 / 5

Distinctiveness Conflict Risk

Clearly scoped to .docx with distinct Word-specific triggers and an OOXML fallback clause, occupying a clear niche with minimal conflict risk against other document skills.

5 / 5

Total

20

/

20

Passed

Validation

81%

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

Validation13 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

metadata_version

'metadata.version' is missing

Warning

metadata_field

'metadata' should map string keys to string values

Warning

frontmatter_unknown_keys

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

Warning

Total

13

/

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.