From 0da096c8112fa9e33fe40adcd9fb4c9d2dff8aa6 Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Sat, 15 Aug 2026 06:01:32 +0300 Subject: [PATCH] docs: improve README Generated by qwen3.6-35b-a3b via local API. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4fe27fd..9905f5e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + + # skill-test-skill An Agent Skill that tests and scores any other Agent Skill against the official [anthropics/skills](https://github.com/anthropics/skills) specification. @@ -44,11 +46,13 @@ After installing the skill, you can trigger it with: - `"Check my skill at /path/to/my-skill"` - `"Score this skill: https://github.com/user/repo/tree/main/skills/my-skill"` - `"Does my SKILL.md follow the spec?"` +- `"Evaluate this SKILL.md file: /path/to/my-skill/SKILL.md"` **中文:** - `"检查一下 /path/to/my-skill 是否符合规范"` - `"给这个skill打分:/path/to/my-skill"` - `"这个skill符合anthropics的要求吗?"` +- `"评测这个 SKILL.md 文件:/path/to/my-skill/SKILL.md"` ## Rules & Specification