CtrlK
BlogDocsLog inGet started
Tessl Logo

agent-collective-intelligence-coordinator

Agent skill for collective-intelligence-coordinator - invoke with $agent-collective-intelligence-coordinator

39

1.74x
Quality

7%

Does it follow best practices?

Impact

94%

1.74x

Average score across 3 eval scenarios

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

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

Quality

Content

14%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 reads more like an aspirational architecture document than an actionable skill for Claude. It is filled with abstract concepts (Byzantine fault tolerance, split-brain detection, cognitive load balancing) without concrete implementations, and explains high-level ideas Claude already understands. The memory store examples provide some actionable structure, but the majority of the content is vague direction that would not enable Claude to perform specific tasks.

Suggestions

Replace abstract descriptions ('Apply weighted voting based on expertise', 'Implement quorum-based recovery') with concrete, executable code or step-by-step procedures showing exactly how to perform each operation.

Remove conceptual explanations of well-known distributed systems concepts (Byzantine fault tolerance, mesh topologies, cognitive load) and focus only on the specific API calls and data structures Claude needs to use.

Add a clear sequential workflow with explicit validation checkpoints, e.g., 'Step 1: Query all agent states → Step 2: Validate quorum (check count >= N) → Step 3: If quorum met, aggregate and store consensus → Step 4: If not, retry after X'.

Split the coordination patterns, integration points, and error handling into separate reference files, keeping SKILL.md as a concise overview with links to detailed guides.

DimensionReasoningScore

Conciseness

The skill is extremely verbose and filled with abstract concepts Claude already understands (consensus building, Byzantine fault tolerance, cognitive load balancing, mesh vs hierarchical topologies). Much of the content reads like a design document rather than actionable instructions, and the 'hive mind' framing adds unnecessary conceptual overhead.

1 / 3

Actionability

The JavaScript code blocks showing memory store calls are somewhat concrete and provide specific key patterns and JSON structures. However, much of the skill is vague direction ('Apply weighted voting based on expertise', 'Resolve conflicts through Byzantine fault tolerance', 'Detect split-brain scenarios') without any executable implementation or concrete steps for how to actually do these things.

2 / 3

Workflow Clarity

There is no clear sequenced workflow with validation checkpoints. The 'Handoff Patterns' section lists abstract flows (Receive inputs → Build consensus → Distribute decisions) without concrete steps. The 'EVERY 30 SECONDS' requirement has no validation or error recovery mechanism. Multi-step processes like consensus building and topology adjustment lack any defined sequence or feedback loops.

1 / 3

Progressive Disclosure

The content is a monolithic wall of text with no references to external files and no bundle files to support it. All content—from coordination patterns to error handling to integration points—is dumped inline without clear hierarchy or navigation structure. The content would benefit significantly from splitting detailed patterns and examples into separate reference files.

1 / 3

Total

5

/

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 and invocation command with zero functional content. It fails on every dimension: it does not describe what the skill does, when to use it, or provide any natural trigger terms. It would be nearly impossible for Claude to correctly select this skill from a pool of available options.

Suggestions

Add concrete actions describing what the skill does (e.g., 'Coordinates multiple agents to synthesize diverse perspectives, aggregate responses, and resolve conflicting viewpoints').

Add an explicit 'Use when...' clause with natural trigger terms (e.g., 'Use when the user asks for multi-perspective analysis, consensus building, or aggregating ideas from multiple sources').

Remove the invocation instruction ('invoke with $agent-collective-intelligence-coordinator') from the description, as it is operational detail rather than selection-relevant information.

DimensionReasoningScore

Specificity

The description contains no concrete actions whatsoever. 'Agent skill for collective-intelligence-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 the invocation command, providing no functional or contextual information.

1 / 3

Trigger Term Quality

The only keyword is 'collective-intelligence-coordinator', which is technical jargon unlikely to match natural user language. No natural trigger terms are present.

1 / 3

Distinctiveness Conflict Risk

The description is so vague that it's impossible to distinguish it from other skills. 'Collective intelligence coordinator' could overlap with collaboration, brainstorming, multi-agent, or aggregation skills.

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.