From 44734a447c40a5ab3fa26badc9c15e0f6e56e9d3 Mon Sep 17 00:00:00 2001 From: catlog22 Date: Sat, 18 Oct 2025 22:47:05 +0800 Subject: [PATCH] refactor: clarify prompt-enhancer trigger condition in description MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update description to follow skills.md best practices - Explicitly state trigger condition: 'Use when user input contains -e or --enhance flag' - Improve discoverability with clear when-to-use guidance 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .claude/skills/prompt-enhancer/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude/skills/prompt-enhancer/SKILL.md b/.claude/skills/prompt-enhancer/SKILL.md index f51c72e1..45eff774 100644 --- a/.claude/skills/prompt-enhancer/SKILL.md +++ b/.claude/skills/prompt-enhancer/SKILL.md @@ -1,6 +1,6 @@ --- name: Prompt Enhancer -description: Transform vague prompts into actionable specs using intelligent analysis and session memory. Trigger with -e/--enhance flags. +description: Transform vague prompts into actionable specs using intelligent analysis and session memory. Use when user input contains -e or --enhance flag. allowed-tools: (none) ---