CtrlK
BlogDocsLog inGet started
Tessl Logo

agent-mesh-coordinator

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

40

2.60x
Quality

7%

Does it follow best practices?

Impact

99%

2.60x

Average score across 3 eval scenarios

SecuritybySnyk

Passed

No known issues

Optimize this skill with Tessl

npx tessl skill review --optimize ./.agents/skills/agent-mesh-coordinator/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

14%

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

This skill reads like a distributed systems textbook chapter rather than an actionable skill for Claude. It is extremely verbose, explaining well-known concepts (BFT, Raft, gossip protocols, DHTs, work stealing) that Claude already understands, while failing to provide a clear workflow for actually coordinating mesh network tasks. The few actionable MCP commands are buried among hundreds of lines of theoretical pseudocode and conceptual explanations.

Suggestions

Remove all textbook distributed systems explanations (BFT phases, Raft consensus, gossip protocols, DHT routing) and Python pseudocode classes—Claude already knows these concepts. Focus only on project-specific MCP tool usage and configuration.

Add a clear, numbered step-by-step workflow for coordinating a mesh network task from initialization through execution to completion, with explicit validation checkpoints (e.g., verify network connectivity before distributing tasks, confirm consensus before proceeding).

Split detailed reference material (consensus algorithm configurations, performance metrics definitions, load balancing strategies) into separate bundle files and reference them from a concise overview in SKILL.md.

Replace the generic Python pseudocode with actual MCP tool command sequences showing how to handle specific scenarios (node failure, task redistribution, consensus voting) in the context of this specific system.

DimensionReasoningScore

Conciseness

Extremely verbose at ~350+ lines. Includes extensive theoretical explanations of well-known distributed systems concepts (Byzantine fault tolerance, Raft consensus, gossip protocols, DHTs) that Claude already knows. The Python pseudocode classes for work stealing, heartbeat monitoring, partition handling, and load balancing are textbook implementations that add no novel, project-specific value. The ASCII topology diagram and YAML blocks explaining consensus phases are educational material, not actionable skill instructions.

1 / 3

Actionability

The MCP tool integration section provides concrete bash commands that are copy-paste ready (swarm_init, daa_communication, daa_consensus, daa_fault_tolerance). However, the bulk of the content is pseudocode Python classes that aren't executable in context and describe general distributed systems patterns rather than specific tool usage. The actual workflow for coordinating a mesh network task is never clearly specified.

2 / 3

Workflow Clarity

There is no clear step-by-step workflow for how to actually coordinate a mesh network task from start to finish. The content presents concepts, algorithms, and strategies in parallel without sequencing them into an actionable process. No validation checkpoints exist for verifying network health during task execution, and there are no feedback loops for error recovery despite this being a fault-tolerance-focused skill.

1 / 3

Progressive Disclosure

Monolithic wall of text with no references to external files and no bundle files provided. All content—from basic principles to consensus algorithms to load balancing strategies to performance metrics—is inlined in a single massive document. Content like the detailed consensus algorithm descriptions, Python pseudocode classes, and performance metrics could easily be split into referenced files.

1 / 3

Total

5

/

12

Passed

Description

0%

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 is an extremely weak description that fails on every dimension. It provides no information about what the skill does, when it should be used, or what triggers should activate it. It reads as a placeholder rather than a functional description.

Suggestions

Add concrete actions describing what mesh-coordinator actually does (e.g., 'Coordinates distributed agent tasks, routes messages between agents, manages agent lifecycle').

Add an explicit 'Use when...' clause with natural trigger terms that describe scenarios where this skill should be selected.

Replace the invocation instruction ('invoke with $agent-mesh-coordinator') with functional details — invocation syntax belongs in the skill body, not the description.

DimensionReasoningScore

Specificity

The description provides no concrete actions whatsoever. 'Agent skill for mesh-coordinator' is entirely abstract with no indication of what the skill actually does.

1 / 3

Completeness

Neither 'what does this do' nor 'when should Claude use it' is answered. The description only states it's an agent skill and how to invoke it, providing no functional or contextual information.

1 / 3

Trigger Term Quality

The only keyword is 'mesh-coordinator', which is technical jargon unlikely to be naturally used by users. There are no natural language trigger terms that a user would say when needing this skill.

1 / 3

Distinctiveness Conflict Risk

The description is so vague that it's impossible to distinguish it from other agent skills. 'Agent skill for mesh-coordinator' gives no indication of its unique niche or purpose.

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