Skip to content

Commit 264e635

Browse files
feat(honcho): apply disable-model-invocation and when_to_use to skills
Side-effect skills (audit, dream, interview, config, setup) get disable-model-invocation: true — user must invoke explicitly. Query skills (status, recall, sessions) get when_to_use trigger phrases so Claude recognizes natural-language requests without description bloat.
1 parent 43072c5 commit 264e635

8 files changed

Lines changed: 8 additions & 0 deletions

File tree

plugins/honcho/skills/audit/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
description: Audit Honcho conclusions for staleness, duplicates, and low-signal entries. Use when memory surfaced via UserPromptSubmit feels noisy, contradictory, or outdated, or on a quarterly cadence to keep signal-to-noise high.
33
allowed-tools: get_config, chat, query_conclusions, list_conclusions, delete_conclusion, create_conclusion
4+
disable-model-invocation: true
45
user-invocable: true
56
---
67

plugins/honcho/skills/config/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
description: Configure Honcho memory plugin settings interactively
33
allowed-tools: get_config, set_config
4+
disable-model-invocation: true
45
user-invocable: true
56
---
67

plugins/honcho/skills/dream/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
description: Trigger Honcho's background memory consolidation (a "dream") to merge redundant conclusions and derive higher-level insights
33
allowed-tools: schedule_dream
4+
disable-model-invocation: true
45
user-invocable: true
56
---
67

plugins/honcho/skills/interview/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
description: Interview the user to capture stable, cross-project preferences and save them to Honcho
33
allowed-tools: chat, create_conclusion
4+
disable-model-invocation: true
45
user-invocable: true
56
---
67

plugins/honcho/skills/recall/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
description: Semantic search over saved Honcho conclusions about the user — answers "what do you remember about X?"
3+
when_to_use: Use when the user asks "what do you remember about X?", "what have I told you about my preferences for Y?", "look up what you know about Z", or "find anything you know about my workflow".
34
allowed-tools: query_conclusions
45
user-invocable: true
56
---

plugins/honcho/skills/sessions/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
description: List past Honcho sessions across all projects — answers "what was I working on yesterday?"
3+
when_to_use: Use when the user asks "what was I working on yesterday?", "show my recent sessions", "what have I been working on lately?", or "show me my Claude history".
34
allowed-tools: list_sessions, search
45
user-invocable: true
56
---

plugins/honcho/skills/setup/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
description: First-time Honcho configuration -- set API key, validate connection, create config
3+
disable-model-invocation: true
34
user-invocable: true
45
---
56

plugins/honcho/skills/status/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
description: Show current Honcho memory status and configuration
3+
when_to_use: Use when the user asks "is honcho working?", "how many conclusions do I have?", "check my memory system", "is my memory connected?", or wants to verify the plugin is active.
34
user-invocable: true
45
---
56

0 commit comments

Comments
 (0)