feat(tools): register team-mode skill tooling and update exports
This commit is contained in:
@@ -36,6 +36,7 @@ export function createSkillTool(options: SkillLoadOptions = {}): ToolDefinition
|
||||
const discovered = (await getAllSkills({
|
||||
disabledSkills: options?.disabledSkills,
|
||||
browserProvider: options?.browserProvider,
|
||||
teamModeEnabled: options?.teamModeEnabled,
|
||||
})) ?? []
|
||||
const allSkills = options.skills ? [...options.skills] : discovered
|
||||
|
||||
|
||||
@@ -35,6 +35,8 @@ export interface SkillLoadOptions {
|
||||
disabledSkills?: Set<string>
|
||||
/** Browser automation provider for provider-gated skill filtering */
|
||||
browserProvider?: BrowserAutomationProvider
|
||||
/** Whether team mode built-in docs should be exposed */
|
||||
teamModeEnabled?: boolean
|
||||
/** Include Claude marketplace plugin commands in discovery (default: true) */
|
||||
pluginsEnabled?: boolean
|
||||
/** Override plugin enablement from Claude settings by plugin key */
|
||||
|
||||
Reference in New Issue
Block a user