Files
oh-my-opencode/dist/features/claude-code-plugin-loader/skill-loader.d.ts
T

4 lines
235 B
TypeScript
Raw Normal View History

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