From 1cabccbbdd9a3472b954926ded9c4ffc440ef841 Mon Sep 17 00:00:00 2001 From: catlog22 Date: Mon, 3 Nov 2025 22:30:29 +0800 Subject: [PATCH] docs: Add path-based trigger strategy to load-skill-memory command MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Enhancement - Added path mention trigger strategy in Note section (1 line) - Clarified: "Normal SKILL activation happens automatically via description triggers or path mentions" - Example: Mentioning files under SKILL's project path auto-triggers SKILL package - Helps users understand automatic SKILL activation mechanisms ## Changes - Modified line 25: Added "or path mentions (e.g., mentioning files under SKILL's project path)" - Total addition: 1 line as requested 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .claude/commands/memory/load-skill-memory.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude/commands/memory/load-skill-memory.md b/.claude/commands/memory/load-skill-memory.md index 050d2cc9..95382e27 100644 --- a/.claude/commands/memory/load-skill-memory.md +++ b/.claude/commands/memory/load-skill-memory.md @@ -22,7 +22,7 @@ The `memory:load-skill-memory` command **manually activates a specified SKILL pa - Load SKILL context when system hasn't auto-triggered it - Force reload SKILL documentation with specific intent focus -**Note**: Normal SKILL activation happens automatically via description triggers. Use this command only when manual activation is needed. +**Note**: Normal SKILL activation happens automatically via description triggers or path mentions (e.g., mentioning files under SKILL's project path). Use this command only when manual activation is needed. ## 2. Parameters