CtrlK
BlogDocsLog inGet started
Tessl Logo

file-sharing

Use before direct filesync calls, reading non-task shared files, pushing mid-task progress, or troubleshooting missing shared files. Do not use for normal task acceptance or submission; taskflow ack_task and submit_task handle lifecycle sync internally.

71

Quality

86%

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

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.

The body is concise, highly actionable, and well-structured for a simple skill with no bundle files. The main gap is the absence of a verification step after the batch push operation, which leaves a validation hole in an otherwise clear workflow.

Suggestions

Add a verification step after the push action (e.g., re-list or re-pull the pushed path to confirm files landed) to close the validation gap for the batch push operation.

Turn the 'If You Cannot Find Files' sequence into an explicit feedback loop: pull -> verify locally -> if missing, escalate with the filesync result, so the retry path is unambiguous.

DimensionReasoningScore

Conciseness

The body is lean and assumes Claude's competence — it never explains what filesync or shared storage is, and every line carries actionable guidance, matching the lean-and-efficient anchor.

3 / 3

Actionability

Provides fully executable JSON pull/push payloads with concrete fields, copy-paste bash commands (pwd, ls -la), and a ready-to-use @coordinator escalation template, meeting the copy-paste-ready anchor.

3 / 3

Workflow Clarity

The troubleshooting section is a clear numbered sequence with checking/escalation steps, but the mutating push operation (with exclude) has no verification step afterward, so a validation gap caps it at 2 rather than 3.

2 / 3

Progressive Disclosure

A simple, under-50-line single-purpose skill with no external references needed; its clearly organized sections (Local Paths, Task Lifecycle Sync, Non-Task Shared Files, If You Cannot Find Files) satisfy the simple-skill anchor for full marks.

3 / 3

Total

11

/

12

Passed

Description

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

The description is specific, complete, and well-distinguished, with explicit use-when triggers and a useful negative carve-out. Its only real weakness is trigger-term phrasing that reads as timing conditions rather than the broad natural keywords a user would naturally say.

DimensionReasoningScore

Specificity

Enumerates multiple concrete actions — "direct filesync calls", "reading non-task shared files", "pushing mid-task progress", "troubleshooting missing shared files" — matching the anchor for listing multiple specific concrete actions.

3 / 3

Completeness

Answers both what (use before filesync / reading shared files / pushing progress / troubleshooting) and when with explicit triggers ("Use before...", "Do not use for..."), satisfying the anchor for clear what-and-when guidance.

3 / 3

Trigger Term Quality

Includes relevant keywords like "filesync calls", "shared files", "mid-task progress" and "task acceptance", but phrasing leans toward usage-timing conditions and misses common natural variations, so it stops short of full coverage.

2 / 3

Distinctiveness Conflict Risk

Has a clear niche in shared-file sync with an explicit "Do not use for normal task acceptance or submission" carve-out that separates it from taskflow lifecycle handling, making wrong-skill triggering unlikely.

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.