mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-05 01:50:27 +08:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user