# Holo Search

> HoloIndex semantic search integration for codebase navigation

- Skill: `foundup/holo-search` (Agent Skill)
- Install (CLI): `npx skillmds@latest add foundup/holo-search`
- Raw SKILL.md: https://api.skillmd.com/api/skills/foundup/holo-search/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: Foundup (https://skillmd.com/u/foundup)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/foundup/holo-search

---

# HoloIndex Search Skill

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

## Quick Search

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

## Search Types

### Code Search
```bash
python holo_index.py --search "function name or pattern" --type code
```

### Documentation Search
```bash
python holo_index.py --search "concept or protocol" --type docs
```

### WSP Search
```bash
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.

