Dart CLI

skillscore

Score your AI agent's SKILL.md, 0 to 100.

A command-line tool that lints and scores AI agent skills (SKILL.md files) against the official authoring guides from Anthropic, Google, and OpenAI. Offline, deterministic, and built to run in CI.

dart pub global activate skillscore
skillscore banner showing a SKILL.md scored 90 out of 100 with a grade of A

198

downloads / 30 days

160/160

pub points

3

platforms

Get started

Add it, then call it.

dart pub global activate skillscore
# Score one skill
skillscore path/to/SKILL.md

# Gate a whole folder in CI
skillscore skills/ --min-score 80 --format sarif

skillscore is open source under the Apache-2.0 license.