Skip to content

Commit 13997c1

Browse files
author
Aiden
committed
fix(skills): expand skill-creator description to cover edit/audit/review triggers
Closes openclaw#36039 The previous description was too narrow ('Create or update AgentSkills...'), causing the skill to be skipped when users phrase requests as 'tidy up a skill', 'review the skill', 'audit the skill', 'clean up the skill', or 'improve this SKILL.md'. Expand the description to list these trigger phrases explicitly.
1 parent d6f28a3 commit 13997c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

skills/skill-creator/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: skill-creator
3-
description: Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
3+
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".
44
---
55

66
# Skill Creator

0 commit comments

Comments
 (0)