SKILLEMALL.ai

AF skeall

Agent Skills (SKILL.md) builder, auditor, and improver for cross-platform LLM agents. Use for "skeall", "build a skill", "create skill", "improve skill", "audit skill", "skill review", or any SKILL.md question. Follows agentskills.io standard.

modbender/skill-library-mcp Agent Skills author: modbender MIT 8 files body ≈ 5 325 tokens Open the sourcegithub.com analyzed 2 d ago

Agent Skills (SKILL.md) builder, auditor, and improver for cross-platform LLM agents. Use for "skeall", "build a skill", "create skill", "improve skill"…

As a process F 47/100 · Will not run — References files that are not bundled: path

ProcedureGitHubAI and agentstype and topics are labelled automatically from the skill text
JSON
Technical rating
A
90/100
safety, quality, tests
Safety 60%
96
Quality 40%
80
Run on models
none yet
Process rating
F
47/100
Will not run
References files that are not bundled: path
Tools and files w 18
0
Inputs and preconditions w 11
0
Progress reporting w 2
0
the three weakest of ten parameters · all ten

How to improve

  1. The SKILL.md body is over 5,000 tokens: move reference detail into references/ and load it when needed.
  2. The text references files that are not there: add them or drop the references.
For the model run — optional
  • Your own cases (evals/evals.json, 4–6 real requests with expected answers): the full check would then run those instead of a model-drafted suite.
  • A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.

Guard findings · 4

✓ No critical or high findings

Medium and low: 4
  • low Exfiltration net-credential-use references/anti-patterns.md:418
    Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
    curl -H "Authorization: Bearer $HA_TOKEN" \
    security skill
  • low Exfiltration net-credential-use references/healthcheck.md:229
    Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
    curl -H "Authorization: Bearer $SUNO_API_KEY" https://api.suno.ai/v1/generate
    security skill
  • low Exfiltration net-credential-use references/healthcheck.md:230
    Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
    curl -H "X-API-Key: $SPOTIFY_CLIENT_SECRET" https://api.spotify.com/v1/me
    security skill

A further 1 matches are quotations in this security skill's documentation and are not counted as findings.

Files scanned: 8. Evidence is masked. Grey chips explain why severity was lowered.

Against the Agent Skills spec

  • warning body-long SKILL.md body ≈ 5325 tokens (recommended < 5000); move details to references/
  • warning missing-ref reference to a missing file: path

Process rating: all ten parameters 47/100

Will not run. References files that are not bundled: path
  • 0Tools and files. 1 referenced file(s) missing: path
  • 0Inputs and preconditions. Does not say what the process needs to start
  • 0Progress reporting. Says nothing while it works
  • 20When it triggers. No condition that starts the skill
  • 30Running it twice. 7 mutating operations with no state check
  • 60Result and completion. Output format stated, no completion criterion
  • 70Execution cost. Instruction body is 5325 tokens
  • 85Steps. 67 steps, 2 vague phrases
  • 100Failures and branches. 1 branches, has a failure section
  • 100Consistency. Name and required fields are in place
  • medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
  • low 15 top-level sections: this looks like several domains in one skill

Everything here is measured from the skill text rather than judged by a model, so the numbers are checkable. A parameter weighs more when it is a more common reason for the process to stall.

Quality signals

  • +4Description does not say when NOT to use the skill (false activations)
  • +1No license
  • +2Single-language instructions
  • +5Description quotes 6 example trigger phrases
  • +3Description length 243: enough signal without eating the budget
  • +4Structure: 45 headings
  • +3Step-by-step instructions: 67 items
  • +3Output format is stated explicitly
  • +4Has examples (9 code blocks)
  • +4Reference files are cited in the instructions (6 of 6)

Quality base 70; lint remarks subtract, signals add up to 100. Result: 80.