English · 中文
Agents load a skill from name + description in SKILL.md. skillcheck lints that file against the Agent Skills spec before you ship.
npx tsx src/cli.ts path/to/SKILL.md
-
Missing frontmatter fences
-
Missing name or description
-
name not kebab-case, or not matching the parent folder
-
Description with no when-to-use signal
-
Empty or huge body
npx tsx src/cli.ts demo
Node 20+. MIT.