CtrlK
BlogDocsLog inGet started
Tessl Logo

xlsx-skill

Unified read / write / stats / recalc / chart capability for Excel / CSV (.xlsx / .xlsm / .csv / .tsv). Trigger scenarios: reading cells, summarizing, grouping, highest/lowest values, total revenue, editing cell values or formulas, inserting rows/columns, adding total rows, inserting charts (bar/line/pie), freezing panes, auto-filter, conditional formatting, CSV ↔ XLSX conversion, building rosters / sales sheets / financial models, diagnosing #REF! / #DIV/0! formula errors, triggering recalculation. Typical phrasings: "who has the highest sales in this sheet", "total Q1 revenue", "change B2 to 500", "add a total row", "create a new roster", "convert csv to xlsx", "freeze the first row", "highlight negatives in column A red". Load this skill whenever the user mentions an .xlsx / .csv file or the final deliverable is a spreadsheet.

72

Quality

88%

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

76%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.

A strong, highly actionable code skill with executable examples and clear structure, weakened only by the absence of explicit validation checkpoints in the destructive write workflows and some minor verbosity across the demos.

Suggestions

Add an explicit post-write verification step to the write workflows (e.g. 'After writeFile, re-run ExcelInspect(errors) on the output to confirm no #REF!/#DIV/0! were introduced') so destructive operations include a validate→fix→retry loop.

Move the longer demos (chart embedding, CSV→XLSX, error diagnosis) into a references/ file and keep one canonical end-to-end example inline, reducing the body's token footprint.

Trim incidental claims such as 'Handles tens of thousands of rows without issue' and the exceljs-vs-SheetJS justification unless they change an action Claude would take.

DimensionReasoningScore

Conciseness

Largely lean — the body is mostly executable code, tool tables, and a pitfalls table with little concept explanation — but includes minor padding ('Handles tens of thousands of rows without issue', the exceljs-vs-SheetJS justification) and five full demos that could be trimmed.

4 / 5

Actionability

Provides copy-paste-ready, fully executable exceljs demos covering the common cases (create+total+freeze, conditional formatting, chart embedding, CSV→XLSX, error diagnosis) plus concrete ExcelInspect/DocConvert invocation syntax.

5 / 5

Workflow Clarity

A clear read→write→convert sequence exists and the pitfalls table offers symptom/cause/fix recovery, but the destructive write workflows lack an explicit post-write verification checkpoint, so the destructive-operation cap of 3 applies.

3 / 5

Progressive Disclosure

Well-organized with a tool table and numbered sections (Read, Write, Conversion, Pitfalls) and no broken or nested references; minor gap is that five full inline demos in a ~200-line file could be split into reference files, though inline is reasonable for a code skill.

4 / 5

Total

16

/

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.

An excellent description that comprehensively names concrete capabilities, supplies natural trigger phrasings and file extensions, and explicitly answers both what the skill does and when to load it, all in third-person voice.

DimensionReasoningScore

Specificity

Lists many concrete actions (read, write, stats, recalc, chart, summarize, group, insert rows/columns, total rows, freeze panes, auto-filter, conditional formatting, CSV↔XLSX conversion, diagnose #REF!/#DIV/0! errors) — comprehensive coverage matching the 5 anchor.

5 / 5

Completeness

Explicitly states what it does ('Unified read / write / stats / recalc / chart capability for Excel / CSV') and when to use it ('Load this skill whenever the user mentions an .xlsx / .csv file or the final deliverable is a spreadsheet'), with concrete trigger phrases.

5 / 5

Trigger Term Quality

Combines natural user phrasings ('who has the highest sales in this sheet', 'change B2 to 500', 'freeze the first row') with synonyms (Excel/CSV) and file extensions (.xlsx/.xlsm/.csv/.tsv), matching the comprehensive 5 anchor.

5 / 5

Distinctiveness Conflict Risk

Niche is clearly scoped to spreadsheet files with specific extensions and trigger phrasings, minimizing overlap with PDF/docx/presentation skills.

5 / 5

Total

20

/

20

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
itsablabla/openloaf-web
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.