CtrlK
BlogDocsLog inGet started
Tessl Logo

file-sync

Sync files with centralized storage. Use when your coordinator or another Worker notifies you of file updates (config changes, task files, shared data, collaboration artifacts).

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

Low

Low-risk findings worth noting

SKILL.md
Quality
Evals
Security

Quality

Content

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

A well-structured, actionable skill body that assumes Claude's competence and points to real bundle scripts at one level of depth. The main gap is the absence of an explicit push-success verification step before confirming completion to the coordinator.

Suggestions

Add an explicit verification step after push (e.g., check the push exit code or confirm objects landed in MinIO) before confirming to the sender, since pushing to centralized storage is a batch/remote operation.

Remove the mild redundancy of re-stating the full push-shared.sh command inside the example workflow, or shorten the earlier section to defer the full invocation to the worked example.

Consider a one-line note on what to do if hermes-sync or push-shared.sh fails, to round out the workflow with a basic error-recovery checkpoint.

DimensionReasoningScore

Conciseness

The body is lean, assumes competence (no explanation of MinIO or config concepts), and every section earns its place; the only mild redundancy is re-showing the push command inside the worked example.

3 / 3

Actionability

It provides fully executable commands (hermes-sync, cat, bash push-shared.sh with real --exclude flags), a path table, and a copy-paste-ready example workflow referencing real bundle scripts.

3 / 3

Workflow Clarity

The example workflow is clearly sequenced (pull, read, work, push, confirm), but a remote batch push lacks an explicit verification checkpoint (e.g., confirm the push succeeded) before telling the sender it is done, which caps clarity per the batch-operation guideline.

2 / 3

Progressive Disclosure

Content is organized into clear sections with two real, one-level-deep bundle scripts (scripts/hermes-sync.py, scripts/push-shared.sh) referenced by path and used directly, with no nested reference chains.

3 / 3

Total

11

/

12

Passed

Description

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

A strong, concise description that pairs a concrete action with an explicit, domain-appropriate "Use when" trigger and good natural-term coverage. Its only weakness is naming a single capability rather than enumerating several distinct actions.

DimensionReasoningScore

Specificity

"Sync files with centralized storage" names the domain and one concrete action, but only a single action verb is given rather than a comprehensive list of multiple distinct capabilities.

2 / 3

Completeness

It explicitly answers both what ("Sync files with centralized storage") and when ("Use when your coordinator or another Worker notifies you of file updates"), matching the explicit-trigger anchor.

3 / 3

Trigger Term Quality

The "Use when" clause covers natural, user-facing phrases ("file updates", "config changes", "task files", "shared data", "collaboration artifacts") a coordinator would actually say in this context.

3 / 3

Distinctiveness Conflict Risk

The Hermes-specific coordinator/Worker file-update notification trigger carves a clear niche that is unlikely to fire for the wrong skill, even though the base action is broadly named.

3 / 3

Total

11

/

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
agentscope-ai/AgentTeams
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.