searchlisted
Install: claude install-skill odere-pro/claude-wiki-pages-plugin
# LLM Wiki — Search
Locate wiki pages by keyword. This is the **retrieval substrate**: it returns a
ranked candidate set, not a synthesised answer. Use it to find the right pages,
then read them (or hand them to `query`/`synthesize`) for the actual reasoning.
Unlike `query`, search does not compose an answer or guarantee citations — it
ranks pages so you know where to look.
## When to invoke
- The user wants to find or list pages by term, alias, or tag.
- An agent (`claude-wiki-pages-analyst-agent`) needs a candidate set before
query, synthesize, or compile.
## How to run
The engine owns the ranking so results are reproducible:
```sh
bash scripts/engine.sh search "<query>" --target <vault> --json
```
### R1 candidate filters
Three optional flags prune the candidate page set **before** scoring. They compose with AND; absent flags match everything.
| Flag | Behaviour |
| ----------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `--type <T>` | Keep on