From aedf3ee68f510af24b87fedf4fa3cf10848a6ca6 Mon Sep 17 00:00:00 2001 From: Farhoud Cheraghi Date: Sun, 8 Mar 2026 10:13:00 +0100 Subject: [PATCH] fix(skills): expand skill-creator description to cover edit/audit/review triggers (#39158) Merged via squash. Prepared head SHA: 13997c1ee5874d2c52e2383104db11dd5f50bb65 Co-authored-by: haynzz <1236319+haynzz@users.noreply.github.com> Co-authored-by: altaywtf <9790196+altaywtf@users.noreply.github.com> Reviewed-by: @altaywtf --- skills/skill-creator/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/skill-creator/SKILL.md b/skills/skill-creator/SKILL.md index 369440fdba8..ad1e2c147fb 100644 --- a/skills/skill-creator/SKILL.md +++ b/skills/skill-creator/SKILL.md @@ -1,6 +1,6 @@ --- name: skill-creator -description: Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets. +description: Create, edit, improve, or audit AgentSkills. Use when creating a new skill from scratch or when asked to improve, review, audit, tidy up, or clean up an existing skill or SKILL.md file. Also use when editing or restructuring a skill directory (moving files to references/ or scripts/, removing stale content, validating against the AgentSkills spec). Triggers on phrases like "create a skill", "author a skill", "tidy up a skill", "improve this skill", "review the skill", "clean up the skill", "audit the skill". --- # Skill Creator