Files
oh-my-opencode/dist/features/opencode-skill-loader/skill-discovery.d.ts
T

5 lines
263 B
TypeScript
Raw Normal View History

import type { LoadedSkill } from "./types";
import type { SkillResolutionOptions } from "./skill-resolution-options";
export declare function clearSkillCache(): void;
export declare function getAllSkills(options?: SkillResolutionOptions): Promise<LoadedSkill[]>;