intelligencehermes-searchlisted
Install: claude install-skill frankxai/Starlight-Intelligence-System
# Hermes Search
> Find exactly what you need — from vaults, repos, or the web — with full provenance.
---
## When This Skill Activates
- Keywords: "search", "find me", "where is", "look up", "retrieve", "what do we know", "source check", "provenance", "research", "what did we decide", "trace", "find pattern", "cross-vault", "multi-source"
- Commands: `/search`, `/research`, `/find-pattern`, `/audit-coverage`, `/trace-provenance`, `/find-contradiction`, `/source-check`
- Agents: `starlight-hermes` (primary), `starlight-prime`, `starlight-sage`, `starlight-genius`, `starlight-orchestrator`
- Intents: search, retrieval, research, provenance, audit
---
## What This Skill Does
Hermes Search is the retrieval engine for the SIS substrate. It routes queries to the right source, executes parallel searches, deduplicates and ranks results, flags contradictions, and returns every result with a full provenance chain.
This skill is read-only. It never writes to vaults, repos, or external systems.
---
## Procedures
### Procedure 1: Vault Search
```
1. Decompose query into search terms + intent
2. Route to relevant vaults (all 6 by default, or scoped by context)
3. Execute BM25 full-text + semantic similarity
4. Rank results by: relevance × recency × confidence
5. Deduplicate by content hash
6. Return results with: vault name, atom ID, date, confidence, contributing agent
```
### Procedure 2: Cross-Repo Search
```
1. Identify repos to search (current + linked via GitHub MCP)
2.