MCPcopy Create free account
hub / github.com/IgorWarzocha/howcode / removePiSkill

Function removePiSkill

desktop/skills/runtime-host-bridge.ts:23–31  ·  view source on GitHub ↗
(request: {
  installedPath: string
  projectPath?: string | undefined | null | undefined
  chat?: boolean | undefined
})

Source from the content-addressed store, hash-verified

21}
22
23export async function removePiSkill(request: {
24 installedPath: string
25 projectPath?: string | undefined | null | undefined
26 chat?: boolean | undefined
27}): Promise<PiSkillMutationResult> {
28 const result = await invokeRuntimeHost('removePiSkill', request)
29 await invalidateRuntimeHostSettings()
30 return result
31}

Callers

nothing calls this directly

Calls 2

invokeRuntimeHostFunction · 0.90

Tested by

no test coverage detected