mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-17 13:55:50 +00:00
4 lines
251 B
TypeScript
4 lines
251 B
TypeScript
// Auto-generated stub — replace with real implementation
|
|
export function stripCanonicalPrefix(_name: string): string | null { return null; }
|
|
export function getDiscoveredRemoteSkill(_slug: string): { url: string } | undefined { return undefined; }
|