CtrlK
BlogDocsLog inGet started
Tessl Logo

agent-sync-coordinator

Agent skill for sync-coordinator - invoke with $agent-sync-coordinator

42

1.61x
Quality

13%

Does it follow best practices?

Impact

87%

1.61x

Average score across 3 eval scenarios

SecuritybySnyk

Low

Low-risk findings worth noting

Fix and improve this skill with Tessl

tessl review fix ./.agents/skills/agent-sync-coordinator/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

27%Scale 1-3

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

This skill is excessively verbose with significant redundancy—swarm initialization, agent spawning, and memory storage patterns are repeated multiple times with minor variations. While it demonstrates familiarity with the tooling, most code examples contain placeholders rather than executable content, and path separators appear corrupted throughout. The monolithic structure with no progressive disclosure makes it difficult to navigate and wastes substantial token budget on repeated patterns and generic best practices.

Suggestions

Reduce content by 60-70%: eliminate duplicate swarm init/agent spawn patterns, remove the redundant tools listing, and cut generic best practices sections that Claude already knows

Replace placeholder content like '[aligned package.json]' and '[synchronized content]' with minimal but concrete, executable examples showing actual file content or realistic values

Split into multiple files: keep SKILL.md as a concise overview with one primary workflow example, and move advanced patterns, conflict resolution, error recovery, and metrics into separate referenced files

Add explicit validation checkpoints with error branching in the main workflow (e.g., 'If npm test fails: revert branch, analyze failures, fix, and re-run before proceeding to PR creation')

DimensionReasoningScore

Conciseness

Extremely verbose at ~300+ lines with massive redundancy. The tools list is duplicated from the frontmatter. Swarm initialization patterns are repeated 4+ times with minor variations. Sections like 'Synchronization Strategies' contain JavaScript config objects that are conceptual descriptions rather than actionable code. 'Monitoring and Metrics' and 'Best Practices' sections are generic bullet points Claude already knows.

1 / 3

Actionability

Code examples show specific tool invocations and API calls, but most are pseudocode-like with placeholder content (e.g., '[aligned package.json]', '[synchronized content]', '[GitHub modes documentation]'). The gh CLI examples have structural issues with dollar-sign path separators that appear corrupted. The conflict resolution code is conceptual async/await JavaScript that wouldn't execute as shown.

2 / 3

Workflow Clarity

The 'Complete Package Sync Workflow' shows a reasonable sequence (read state → push files → run tests → track progress → store state), and there are validation steps (npm test). However, there are no explicit error handling checkpoints or feedback loops in the main workflows—the error recovery section is a separate conceptual block rather than integrated validation gates. Missing 'if tests fail, do X' branching in the primary workflow.

2 / 3

Progressive Disclosure

Everything is crammed into a single monolithic file with no references to external files. The content is extremely long with repetitive sections (Advanced Swarm Synchronization Features largely repeats earlier patterns). Content like the conflict resolver, metrics storage, and error recovery could easily be split into separate reference files. No bundle files are provided to support the volume of content.

1 / 3

Total

6

/

12

Passed

Description

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

This description is essentially a label rather than a functional description. It provides no information about what the skill does, when it should be used, or what triggers should activate it. Claude would have no basis for selecting this skill appropriately from a list of available skills.

Suggestions

Add concrete actions describing what sync-coordinator actually does (e.g., 'Synchronizes file changes across multiple repositories, resolves merge conflicts, coordinates parallel workflows').

Add an explicit 'Use when...' clause with natural trigger terms that users would say (e.g., 'Use when the user needs to synchronize changes, coordinate updates across services, or resolve sync conflicts').

Replace the invocation instruction ('invoke with $agent-sync-coordinator') with capability-focused language — invocation details belong in the skill body, not the description.

DimensionReasoningScore

Specificity

The description provides no concrete actions whatsoever. 'Agent skill for sync-coordinator' is entirely vague and abstract, giving no indication of what the skill actually does.

1 / 3

Completeness

The description fails to answer both 'what does this do' and 'when should Claude use it'. There is no explanation of capabilities and no 'Use when...' clause or equivalent trigger guidance.

1 / 3

Trigger Term Quality

The only keyword is 'sync-coordinator', which is a technical internal name rather than a natural term a user would say. There are no natural language trigger terms like 'synchronize', 'coordinate', or any domain-specific vocabulary.

1 / 3

Distinctiveness Conflict Risk

The description is so vague that it provides no clear niche. 'Sync-coordinator' could overlap with any synchronization, coordination, or orchestration skill, and there are no distinguishing details.

1 / 3

Total

4

/

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.

Validation11 / 11 Passed

Validation for skill structure

No warnings or errors.

Repository
ruvnet/claude-flow
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.