docs: Add path-based trigger strategy to load-skill-memory command

## 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 <noreply@anthropic.com>
This commit is contained in:
catlog22
2025-11-03 22:30:29 +08:00
parent 8073549234
commit 1cabccbbdd

View File

@@ -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