You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewError(`Skill "${params.name}" not found. Available skills: ${available||"none"}`)
31
+
}
24
32
25
-
constdescription=
26
-
list.length===0
27
-
? "Load a specialized skill that provides domain-specific instructions and workflows. No skills are currently available."
28
-
: [
29
-
"Load a specialized skill that provides domain-specific instructions and workflows.",
30
-
"",
31
-
"When you recognize that a task matches one of the available skills listed below, use this tool to load the full skill instructions.",
32
-
"",
33
-
"The skill will inject detailed instructions, workflows, and access to bundled resources (scripts, references, templates) into the conversation context.",
34
-
"",
35
-
'Tool output includes a `<skill_content name="...">` block with the loaded content.',
36
-
"",
37
-
"The following skills provide specialized sets of instructions for particular tasks",
38
-
"Invoke this tool to load a skill when a task matches one of the available skills listed below:",
Load a specialized skill when the task at hand matches one of the skills listed in the system prompt.
2
+
3
+
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.
4
+
5
+
The skill name must match one of the skills listed in your system prompt.
0 commit comments