tweak(core): simplify skill tool description (#38900)

This commit is contained in:
Aiden Cline 2026-07-25 17:09:20 -05:00 committed by GitHub
commit 7d8f1bdab3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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