Hybrid semantic discovery — fuses embeddings + keyword search + live web search via 3-way Reciprocal Rank Fusion. Use when the user has a good source and wants more like it, says "find similar", "related pages", "more like this", or wants to discover content related to a known URL or concept. Works best after a crawl or several fetch calls have warmed the local cache. Emits cold_start when local signals are weak.
$npx -y skills add knockoutez/wigolo --skill wigolo-find-similarInstalls into the current project.
Run `npx skills use "https://github.com/knockoutez/wigolo" --skill "knockoutez/wigolo/wigolo-find-similar"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/knockoutez/wigolo" that are relevant to the current task. Run `npx skills add "https://github.com/knockoutez/wigolo"` and select the relevant skills, then follow their instructions.