diff --git a/packages/core/src/tool/skill.ts b/packages/core/src/tool/skill.ts index c397489204..48bdb0b17f 100644 --- a/packages/core/src/tool/skill.ts +++ b/packages/core/src/tool/skill.ts @@ -22,9 +22,7 @@ export const Output = Schema.Struct({ output: Schema.String, }) export const description = [ - "Load a specialized skill when the task at hand matches one of the available skills in the instructions.", - "", - "Use this tool to inject the skill's instructions and resources into the current conversation. The output may contain detailed workflow guidance as well as references to scripts, files, etc. in the same directory as the skill.", + "Load a specialized skill's instructions and resources into the current conversation when the task at hand matches its description.", "", "The skill ID must match one of the available skills in the instructions.", ].join("\n")