searchlisted
Install: claude install-skill iroha924/iroha
# Search iroha memory
Query the approved engineering memory graph:
```bash
iroha search "why do we use the repository pattern"
```
Add `--json` for structured output when you need to parse the results:
```bash
iroha search "session token expiry" --json
```
Search works offline with lexical (FTS) ranking; when embeddings are configured it also uses vector recall. Only human-approved knowledge is returned — pending candidates are excluded.