with one click
holo-search
HoloIndex semantic search integration for codebase navigation
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
HoloIndex semantic search integration for codebase navigation
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Parse natural-language coding requests into structured tasks for FoundUps worker handoff. Use when the user describes code work but intent is unstructured.
Tiny text-only skill to verify AI Edge Gallery loaded a FoundUps worker skill. Say LOAD_OK if the user says ping.
Validate parser, scope, packet, and result JSON objects against FoundUps mobile worker v1 shapes before handoff to 0102. Use when pasting pipeline outputs or a pipeline envelope.
Summarize raw test output, logs, or diffs into a compact worker-friendly report for FoundUps handoff. Use after execution upstream returns artifacts.
Narrow ambiguous coding work to the smallest safe scope for FoundUps worker handoff. Use after foundups-code-task-parser or when scope is broad.
Convert a scoped coding task into a strict machine-readable task packet for upstream FoundUps execution. Use after scope is locked.
Based on SOC occupation classification
| name | holo-search |
| description | HoloIndex semantic search integration for codebase navigation |
| user-invocable | true |
| command-dispatch | tool |
| command-tool | bash |
| command-arg-mode | raw |
| category | workflow |
| evals | [] |
Use this skill to search the Foundups codebase semantically BEFORE making any changes.
cd O:/Foundups-Agent && python holo_index.py --search "{query}" --limit 5
python holo_index.py --search "function name or pattern" --type code
python holo_index.py --search "concept or protocol" --type docs
python holo_index.py --search "WSP number or topic" --type wsp
NEVER create new files without first searching for existing implementations.
This is the "no vibecoding" principle from WSP framework.