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
// Base description - the full description with available skills is generated dynamically
35
35
constbaseDescription=`Load a skill by name to get its full instructions. Skills provide reusable behaviors and domain-specific knowledge that you can use to complete tasks.
36
36
37
-
The following are the only skills that are currently available (do not try to use any other skills):
37
+
The following are the pre-loaded skills available at session start:
38
38
${AVAILABLE_SKILLS_PLACEHOLDER}
39
39
40
+
Note: You can also load any skill that was created during this session by specifying its name. The skill will be loaded dynamically from disk.
0 commit comments