CtrlK
BlogDocsLog inGet started
Tessl Logo

export

Export Semantica graphs, results, and provenance to JSON, RDF, Parquet, CSV, GraphML, and other formats.

65

Quality

77%

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 ./plugins/skills/export/SKILL.md
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 a tight, fully-executable reference that excels at conciseness and actionability, with clean per-format organization; its main gap is the absence of any validation/verification checkpoint for the file-writing operations.

Suggestions

Add a short verification step after exports — e.g., check the output file exists and is non-empty, or re-open the RDF/Parquet to confirm it parses — to support workflow clarity for batch/file operations.

Note expected return shapes or error behavior (e.g., 'returns RDF text or raises on invalid format') so Claude can handle failures without guessing.

Optionally clarify how `$ARGUMENTS` maps onto the subcommands (format → method) to remove ambiguity at invocation time.

DimensionReasoningScore

Conciseness

The body is lean — each section is a usage signature, an executable import-plus-call snippet, and a one-line output note — with no concept explanation or padding, matching the 'every token earns its place' anchor.

3 / 3

Actionability

Every format section provides concrete, executable Python (imports and real call signatures such as export_json(data=graph_data, file_path=output, format='json')) that is copy-paste ready.

3 / 3

Workflow Clarity

Each subcommand is a clear single action, but exporting/writing files is a batch/output operation and no validation or verification checkpoint (e.g., confirm file written, verify format) is shown, which per the rubric caps workflow clarity at 2.

2 / 3

Progressive Disclosure

No bundle files exist and the skill is a short, single-purpose reference with well-organized per-format sections, which the rubric allows to score 3 for simple under-50-line skills.

3 / 3

Total

11

/

12

Passed

Description

67%

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 distinctive, naming concrete export formats tied to the Semantica domain, but it omits any explicit 'Use when' trigger guidance and relies on format jargon rather than natural user phrasing.

Suggestions

Add an explicit 'Use when...' clause (e.g., 'Use when the user asks to export or download Semantica graphs, results, or provenance') to lift completeness to 3.

Include natural trigger terms users would actually say — 'export', 'download', 'save as', 'dump' — alongside the format names to improve trigger term quality.

Keep the third-person voice but add a user-facing phrasing variant (e.g., 'Use when exporting knowledge-graph data') to broaden natural keyword coverage.

DimensionReasoningScore

Specificity

Lists multiple concrete actions and target formats — 'Export Semantica graphs, results, and provenance to JSON, RDF, Parquet, CSV, GraphML' — matching the multiple-specific-actions anchor.

3 / 3

Completeness

It clearly states what the skill does (export to enumerated formats) but provides no explicit 'Use when...' trigger guidance; per the rubric a missing trigger clause caps completeness at 2.

2 / 3

Trigger Term Quality

Relevant technical terms (JSON, RDF, Parquet, CSV, GraphML) are present but it leans on format jargon and lacks common natural-language variations a user would say, so it sits at 'some relevant keywords but missing common variations' rather than full coverage.

2 / 3

Distinctiveness Conflict Risk

The 'Semantica' qualifier plus the specific export-format list carves a clear niche unlikely to trigger for unrelated skills.

3 / 3

Total

10

/

12

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
semantica-agi/semantica
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.