# Semantic Memory Index

> Build a local token-vector memory index for deterministic retrieval without external embeddings.

- Skill: `rweisssieker-xp/semantic-memory-index` (Agent Skill)
- Install (CLI): `npx skillmds@latest add rweisssieker-xp/semantic-memory-index`
- Raw SKILL.md: https://api.skillmd.com/api/skills/rweisssieker-xp/semantic-memory-index/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: rweisssieker-xp (https://skillmd.com/u/rweisssieker-xp)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/rweisssieker-xp/semantic-memory-index

---


# Semantic Memory Index

Use this skill to index runbooks, policy snippets, tickets, or schema notes for
local retrieval.

Run:

```bash
node runtime/runTool.js semantic_memory_index '{"documents":[{"id":"runbook-1","text":"orders latency after deploy compare query plans"}],"query":"deploy latency"}'
```

The tool stores index metadata in plugin memory and returns ranked token-overlap
matches.

