Files
oh-my-opencode/dist/features/opencode-skill-loader/skill-discovery.d.ts
T
2026-03-14 04:56:50 +00:00

5 lines
263 B
TypeScript

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[]>;