From 360f6f79dc4d0eeeb56f765fff08baa7b5c3d15d Mon Sep 17 00:00:00 2001 From: catlog22 Date: Mon, 3 Nov 2025 20:57:09 +0800 Subject: [PATCH] feat: optimize SKILL.md description format for better trigger sensitivity MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Enhance description generation in Phase 4 Step 3: - New format emphasizes "Load this SKILL" pattern for improved triggering - Explicitly covers three key scenarios: analyzing, working with, or learning - Prioritizes SKILL as primary context source for project understanding - Added trigger optimization guidance for context retrieval scenarios Before: "{Function}. Use when {trigger conditions}." After: "{Project} {core capabilities}. Load this SKILL when analyzing, working with, or learning about {project_name} for comprehensive context." Example: "Workflow orchestration system with CLI tools and documentation generation. Load this SKILL when analyzing, working with, or learning about workflow management for comprehensive context." 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .claude/commands/memory/skill-memory.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.claude/commands/memory/skill-memory.md b/.claude/commands/memory/skill-memory.md index c41ed1ab..fa47b521 100644 --- a/.claude/commands/memory/skill-memory.md +++ b/.claude/commands/memory/skill-memory.md @@ -197,8 +197,11 @@ bash(find .workflow/docs/{project_name} -name "*.md" | sed 's|.workflow/docs/{pr Extract from README + structure: Function (capabilities), Modules (names), Keywords (API/CLI/auth/etc.) -**Format**: `{Function}. Use when {trigger conditions}.` -**Example**: "Workflow management with CLI tools. Use when working with workflow orchestration or docs generation." +**Format**: `{Project} {core capabilities}. Load this SKILL when analyzing, working with, or learning about {project_name} for comprehensive context.` + +**Trigger Optimization**: Emphasize "Load this SKILL" pattern to improve sensitivity for context retrieval scenarios. + +**Example**: "Workflow orchestration system with CLI tools and documentation generation. Load this SKILL when analyzing, working with, or learning about workflow management for comprehensive context." **Step 4: Write SKILL.md** (Use Write tool) ```bash