← ClaudeAtlas

intelligencehermes-searchlisted

Use when you need to find, retrieve, or research anything across vaults, repos, or the web — executes semantic search with full provenance, deduplicates across sources, flags contradictions, and returns ranked results sourced to the exact vault atom, file, or URL. Default skill for Starlight Hermes; callable by all agents.
frankxai/Starlight-Intelligence-System · ★ 5 · AI & Automation · score 75
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.