// Auto-generated stub — replace with real implementation export function loadRemoteSkill(_slug: string, _url: string): Promise<{ cacheHit: boolean; latencyMs: number; skillPath: string; content: string; fileCount?: number; totalBytes?: number; fetchMethod?: string; }> { return Promise.resolve({ cacheHit: false, latencyMs: 0, skillPath: '', content: '', }); }