Function: resolveSkillFolders()
resolveSkillFolders(
options?):Record<string,SkillFolderOptions>
Merge the configured skill folders over DEFAULT_SKILL_FOLDERS.
assistantSkills: false drops the defaults, and a false value removes one
entry by name.
Parameters
Section titled “Parameters”options?
Section titled “options?”Pick<CreateWorkspaceOptions, "assistantSkills" | "skillFolders"> = {}
Returns
Section titled “Returns”Record<string, SkillFolderOptions>