Holo Search

HoloIndex semantic search integration for codebase navigation

Foundup 8020a98 785 B Updated

File contents

HoloIndex Search Skill

Use this skill to search the Foundups codebase semantically BEFORE making any changes.

Quick Search

cd O:/Foundups-Agent && python holo_index.py --search "{query}" --limit 5

Search Types

Code Search

python holo_index.py --search "function name or pattern" --type code

Documentation Search

python holo_index.py --search "concept or protocol" --type docs

WSP Search

python holo_index.py --search "WSP number or topic" --type wsp

CRITICAL RULE

NEVER create new files without first searching for existing implementations.

This is the "no vibecoding" principle from WSP framework.

Foundup/Foundups-Agent/tree/main/modules/communication/moltbot_bridge/workspace/skills/holo-search commit 8020a98600

Frequently asked questions

npx skillmds@latest add foundup/holo-search