CtrlK
BlogDocsLog inGet started
Tessl Logo

agent-communication

AI DevKit · Exchange information with active Codex, Claude Code, and other AI agents using ai-devkit agent list, detail, and send. Use when an agent needs to find another active agent, read its recent context, send it information, or request information back.

75

Quality

93%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Quality

Content

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

A tight, highly actionable skill body with executable commands and well-organized sections. The only gap is an explicit numbered workflow with validation guidance for the list→detail→send flow.

Suggestions

Add a short numbered sequence (1. list, 2. detail to read context, 3. send) to make the recommended workflow explicit.

Include a validation checkpoint such as verifying the agent name from `list --json` before sending, to guard against partial-match mistakes.

DimensionReasoningScore

Conciseness

Lean and efficient with no padding or explanation of concepts Claude already knows; every line (command examples, brief notes) earns its place.

5 / 5

Actionability

Provides copy-paste ready, fully executable commands with real flags (--json, --tail, --wait, --timeout, --stdin) covering the common discovery and messaging cases.

5 / 5

Workflow Clarity

An implicit list → detail → send sequence is conveyed through the notes ('Use the name from list as --id', 'Use detail... before deciding what to send'), but it is not an explicit numbered sequence and lacks validation checkpoints.

4 / 5

Progressive Disclosure

Under 50 lines with no need for external references; content is well-organized into Commands and Notes sections, satisfying the simple-skill exception.

5 / 5

Total

19

/

20

Passed

Description

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

A strong, third-person description that clearly conveys both capabilities and trigger conditions with concrete command names. Trigger term coverage is good but could add a few more natural synonyms.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'agent list, detail, and send' plus 'find another active agent, read its recent context, send it information, or request information back' — giving comprehensive coverage of the skill's capabilities.

5 / 5

Completeness

Explicitly states what ('Exchange information with active Codex, Claude Code, and other AI agents using ai-devkit agent list, detail, and send') and when ('Use when an agent needs to find another active agent, read its recent context, send it information, or request information back') with concrete triggers.

5 / 5

Trigger Term Quality

Natural trigger phrases like 'find another active agent', 'read its recent context', 'send it information', and 'request information back' are present, though a few synonymous phrasings users might say are missing.

4 / 5

Distinctiveness Conflict Risk

Occupies a clear niche (inter-agent communication via ai-devkit) with distinct triggers and minimal overlap risk with other skills.

5 / 5

Total

19

/

20

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
codeaholicguy/ai-devkit
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.