fix: make skills logic more token efficient (#23253)

This commit is contained in:
Aiden Cline
2026-04-17 23:51:16 -05:00
committed by GitHub
parent 5e9d5c734e
commit 9c16bd1e30
3 changed files with 57 additions and 171 deletions
+5
View File
@@ -0,0 +1,5 @@
Load a specialized skill when the task at hand matches one of the skills listed in the system prompt.
Use this tool to inject the skill's instructions and resources into current conversation. The output may contain detailed workflow guidance as well as references to scripts, files, etc in the same directory as the skill.
The skill name must match one of the skills listed in your system prompt.