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).

64

Quality

76%

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 ./manager/agent/worker-agent/skills/file-sync/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

80%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 concise, actionable single-command skill that is well structured and properly references its bundle script, with the main gap being the absence of a post-sync verification step for an overwrite operation.

Suggestions

Add a verification checkpoint after the sync, e.g. 'Confirm the expected file is now present locally before reporting success', to lift workflow clarity past the destructive/batch cap.

Remove or merge the 'When to use' paragraph with the opening sentence to eliminate the duplicated trigger list and tighten conciseness.

DimensionReasoningScore

Conciseness

Lean body with a single copy-paste command and no padding about concepts Claude already knows; the only trimmable redundancy is the 'When to use' section restating the trigger list already given in the opening sentence.

4 / 5

Actionability

Provides the exact executable command `agentteams-sync` in a fenced block and explains its effect, which is copy-paste ready and covers the single common case for this skill.

5 / 5

Workflow Clarity

The single action is unambiguous, but the underlying `mc mirror --overwrite` is a batch overwrite of local files with no validation or verification step in the documented workflow, so the destructive/batch cap applies.

3 / 5

Progressive Disclosure

Short, well-organized body with a clear heading and a single command that maps to the real bundle file scripts/agentteams-sync.sh at one level of reference; no nested or buried references.

5 / 5

Total

17

/

20

Passed

Description

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

A strong, mostly complete description with explicit what/when triggers and good keyword coverage, held back only by second-person voice and a single-action scope that limits specificity.

Suggestions

Rewrite in third person to avoid the voice penalty, e.g. 'Syncs files with centralized storage. Use when a coordinator or Worker notifies of file updates...'.

Add one or two more concrete actions (e.g., 'pulls config, task files, and shared data') to lift specificity toward comprehensive coverage.

DimensionReasoningScore

Specificity

Names the domain and one concrete action ('Sync files with centralized storage'), matching the score-3 anchor, but the second-person phrasing ('your coordinator', 'notifies you') triggers the voice penalty, reducing specificity by one.

2 / 5

Completeness

Clearly states what it does ('Sync files with centralized storage') and gives an explicit 'Use when' clause with concrete trigger phrases, fully answering both what and when.

5 / 5

Trigger Term Quality

Good natural-term coverage with 'file updates', 'config changes', 'task files', 'shared data', and 'collaboration artifacts'; a few common variations are missing, so it sits just below comprehensive.

4 / 5

Distinctiveness Conflict Risk

The coordinator/Worker-notification trigger carves a fairly distinct niche with low conflict risk, though 'sync files' is broad enough to risk minor overlap with related file skills.

4 / 5

Total

15

/

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