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

6 lines
431 B
TypeScript

export type { SkillResolutionOptions } from "./skill-resolution-options";
export { clearSkillCache, getAllSkills } from "./skill-discovery";
export { extractSkillTemplate } from "./loaded-skill-template-extractor";
export { injectGitMasterConfig } from "./git-master-template-injection";
export { resolveSkillContent, resolveMultipleSkills, resolveSkillContentAsync, resolveMultipleSkillsAsync, } from "./skill-template-resolver";