From 5004fa316426cbe82397a691c663170c43bf04bf Mon Sep 17 00:00:00 2001 From: Yoel Feuermann Date: Mon, 18 May 2026 10:22:43 +0300 Subject: [PATCH] Revise SKILL.md for clarity and validation steps Updated instructions for creating skill folder and validation checklist. --- skills/make-skill-template/SKILL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skills/make-skill-template/SKILL.md b/skills/make-skill-template/SKILL.md index 663487f75..128ed3fc9 100644 --- a/skills/make-skill-template/SKILL.md +++ b/skills/make-skill-template/SKILL.md @@ -27,7 +27,7 @@ A meta-skill for creating new Agent Skills. Use this skill when you need to scaf Create a new folder with a lowercase, hyphenated name: ``` -skills// +.github/skills// └── SKILL.md # Required ``` @@ -121,7 +121,7 @@ my-awesome-skill/ - Write a keyword-rich `description:` - Replace body content with your instructions 4. Add bundled resources as needed -5. Validate with `npm run skill:validate` +5. Validate your skill using the checklist below ## Validation Checklist