CtrlK
BlogDocsLog inGet started
Tessl Logo

agent-byzantine-coordinator

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

43

1.06x
Quality

Does it follow best practices?

Impact

94%

1.06x

Average score across 3 eval scenarios

SecuritybySnyk

Passed

No known issues

SKILL.md
Quality
Evals
Security

Quality

Content

30%

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

The content is a clean but purely descriptive overview of a Byzantine consensus coordinator with no executable guidance or sequenced workflow. Its main weakness is actionability and the absence of validation steps for risky consensus operations.

Suggestions

Add concrete, executable guidance or code/config snippets for PBFT execution, message signing, and view changes instead of bullet-level descriptions.

Provide a sequenced consensus workflow with explicit validation checkpoints (e.g. verify quorum, check signatures, confirm commit) and error-recovery loops.

Trim concept restatements Claude already knows (PBFT f < n/3, replay prevention) in favor of skill-specific operational detail.

DimensionReasoningScore

Conciseness

The body is reasonably tight and section-organized, but it restates well-known concepts (PBFT, threshold signatures, view changes) rather than adding executable detail Claude would not already know.

2 / 3

Actionability

It describes rather than instructs ('Deploy PBFT three-phase protocol', 'Implement threshold signature schemes') with no executable code, commands, or copy-paste-ready examples.

1 / 3

Workflow Clarity

There is no sequenced multi-step workflow and no validation checkpoints, even though consensus and view-change operations are error-prone and would warrant explicit verify steps.

1 / 3

Progressive Disclosure

As a short, single-purpose SKILL.md under 50 lines with no bundle files, its well-organized sections satisfy progressive disclosure without needing external references.

3 / 3

Total

7

/

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.

The frontmatter description is a low-value template string that omits concrete capabilities, natural trigger terms, and explicit use-when guidance. It fails to convey what the skill does or when Claude should invoke it.

Suggestions

Replace the description with concrete actions, e.g. 'Coordinates Byzantine fault-tolerant (PBFT) consensus, detects malicious actors, and manages view changes.'

Add an explicit trigger clause such as 'Use when the user needs Byzantine consensus, fault-tolerant agreement, or malicious-node detection.'

Drop the meta 'invoke with $agent-byzantine-coordinator' boilerplate in favor of natural language a user would actually say.

DimensionReasoningScore

Specificity

The description 'Agent skill for byzantine-coordinator - invoke with $agent-byzantine-coordinator' names no concrete actions or capabilities, only an invocation token.

1 / 3

Completeness

It states neither what the skill concretely does (only 'Agent skill for byzantine-coordinator') nor when to use it, with no 'Use when...' clause.

1 / 3

Trigger Term Quality

No natural keywords a user would say; the only trigger-like text is the technical invocation token '$agent-byzantine-coordinator'.

1 / 3

Distinctiveness Conflict Risk

The templated phrasing defines no clear niche and could describe any coordinator skill, so it risks triggering for the wrong skill.

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.

Validation16 / 16 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.