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

4 lines
237 B
TypeScript

import type { CommandDefinition } from "../claude-code-command-loader/types";
import type { LoadedSkill } from "./types";
export declare function skillsToCommandDefinitionRecord(skills: LoadedSkill[]): Record<string, CommandDefinition>;