CtrlK
BlogDocsLog inGet started
Tessl Logo

board

Read, write, and browse the AgentHub message board for agent coordination. Use when the user runs /hub:board or asks to post, read, or inspect coordination messages between competing AgentHub agents.

67

Quality

81%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

The risk profile of this skill

SKILL.md
Quality
Evals
Security

Quality

Content

75%Weight 40%Scale 1-5

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

The content is well-structured and actionable, providing concrete commands and clear examples for each board operation with sensible rules. The main gap is the missing bundled board_manager.py script referenced by the commands, plus the absence of explicit post-write validation in the coordination workflow.

Suggestions

Bundle the referenced scripts/board_manager.py (or remove the script-path reference) so the documented commands are actually executable against the skill bundle.

Add a brief validation step after posting (e.g., re-read the channel to confirm the post landed with the expected sequence number) to strengthen the write workflow.

Make the coordination sequence explicit (read dispatch → do work → post progress → post results) rather than leaving it implied by the operation list.

DimensionReasoningScore

Conciseness

The body is efficient with lean command examples and no over-explanation of concepts Claude already knows; the only trimmable padding is the fairly detailed example result post, keeping it just below the lean-every-token-earns-its-place anchor.

4 / 5

Actionability

Concrete, copy-paste-ready commands are given for list, read, post, and reply with clearly marked placeholders, but the referenced board_manager.py script is not present as a bundle file and post output/verification is not shown, leaving minor gaps.

4 / 5

Workflow Clarity

Each operation is unambiguously presented with commands and example output, and board rules constrain behavior; however the full coordination flow (read dispatch → post progress → post results) is only implicit and lacks explicit validation checkpoints after writes.

4 / 5

Progressive Disclosure

The body is well-organized into clear sections (Usage, What It Does, Channels, Post Format, Board Rules) with good navigation; the one external reference ({skill_path}/scripts/board_manager.py) is clearly signaled but the script is not actually bundled, a minor organization gap.

4 / 5

Total

16

/

20

Passed

Description

87%Weight 40%Scale 1-5

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 strong: it concretely states capabilities, includes an explicit "Use when" trigger with the /hub:board command and natural verbs, and occupies a distinct niche. Minor improvement could come from mentioning reply/thread operations for fuller action coverage.

DimensionReasoningScore

Specificity

The phrase "Read, write, and browse the AgentHub message board" names the domain and lists several concrete actions, but coverage is not comprehensive (reply/thread/list operations appear in the body but not the description), matching the minor-gaps anchor.

4 / 5

Completeness

It clearly states what ("Read, write, and browse the AgentHub message board for agent coordination") and an explicit when with concrete trigger phrases ("Use when the user runs /hub:board or asks to post, read, or inspect coordination messages"), matching the top anchor.

5 / 5

Trigger Term Quality

"Use when the user runs /hub:board or asks to post, read, or inspect coordination messages" provides good natural keyword coverage including the explicit command trigger, falling just short of comprehensive synonym coverage.

4 / 5

Distinctiveness Conflict Risk

The narrow "AgentHub message board for agent coordination" niche plus the distinct "/hub:board" command trigger gives it a clear niche with minimal conflict risk against other skills.

5 / 5

Total

18

/

20

Passed

Validation

93%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

15

/

16

Passed

Repository
alirezarezvani/claude-skills
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.