mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-16 19:04:37 +00:00
When set to true, the skill is hidden from the system prompt, preventing agentic invocation. Users can still invoke explicitly via /skill:name. Also fixes pre-existing test bug where source expectation was wrong. Fixes #927
9 lines
218 B
Markdown
9 lines
218 B
Markdown
---
|
|
name: disable-model-invocation
|
|
description: A skill that cannot be invoked by the model.
|
|
disable-model-invocation: true
|
|
---
|
|
|
|
# Manual Only Skill
|
|
|
|
This skill can only be invoked via /skill:disable-model-invocation.
|