CtrlK
BlogDocsLog inGet started
Tessl Logo

matrix-server-management

Use for standalone Matrix admin requests (register users, create rooms, manage membership, upload files). Also use when you need to send a file to the admin via Matrix media upload. Do NOT use for Worker/project creation — those handle Matrix operations internally.

69

Quality

83%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Low

Low-risk findings worth noting

SKILL.md
Quality
Evals
Security

Quality

Content

80%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 well-structured, token-efficient body that routes to a single well-organized reference file and surfaces genuinely non-obvious gotchas. The main gap is the absence of explicit validation checkpoints for operations that can fail silently.

Suggestions

Add a short 'Verify' note for the create-room flow (e.g., confirm each invitee's join via GET /joined_members or a sync check) to turn the implicit invite-then-join sequence into an explicit checkpoint.

For message sends, include a one-line verification that Workers acknowledge (e.g., check the next sync response) since the gotcha warns mentions failing silently.

Consider listing 1-2 of the most common curl invocations inline in the body so the highest-frequency action does not require opening the reference file.

DimensionReasoningScore

Conciseness

The body is lean: it states the URL, user ID format, and a tight set of non-obvious gotchas Claude would not already know, with no padding or explanation of basic Matrix concepts.

5 / 5

Actionability

Concrete env vars, an exact user ID format, and actionable rules ('MUST include m.mentions.user_ids', 'ensure each invited user accepts with POST /join') plus a routing table, though the executable curl commands themselves live in the referenced file rather than the body.

4 / 5

Workflow Clarity

Sequencing is only implicit (e.g., invite then POST /join is noted as a gotcha) and there are no explicit validation checkpoints, which caps a multi-step admin skill that warns of silent failures at 3.

3 / 5

Progressive Disclosure

A clean overview (context + gotchas) with a one-level-deep, clearly signaled Operation Reference table pointing to the real references/api-reference.md, matching the well-organized reference pattern.

5 / 5

Total

17

/

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.

A strong, specific description with clear trigger guidance and an explicit boundary clause distinguishing it from sibling skills. The only weakness is mild second-person voice ('you need to') which costs it a point on specificity.

DimensionReasoningScore

Specificity

Lists multiple concrete actions ('register users, create rooms, manage membership, upload files', 'send a file to the admin via Matrix media upload') for comprehensive coverage, but the second-person phrasing 'when you need to send' triggers the voice penalty, reducing it from 5.

4 / 5

Completeness

Explicitly answers both what (the listed admin actions) and when ('Use for standalone Matrix admin requests', 'Also use when you need to send a file'), with concrete trigger phrases and a negative trigger.

5 / 5

Trigger Term Quality

Good natural keyword coverage ('register users', 'create rooms', 'manage membership', 'upload files', 'media upload'), but lacks synonyms or file extensions that would push it to a 5.

4 / 5

Distinctiveness Conflict Risk

A clear niche ('standalone Matrix admin requests') plus an explicit boundary ('Do NOT use for Worker/project creation — those handle Matrix operations internally') minimizes conflict risk with related skills.

5 / 5

Total

18

/

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
agentscope-ai/AgentTeams
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.