shared-memorylisted
Install: claude install-skill KanenasInGreece/Shared_Memory
# Shared Memory (Hive-Mind)
## Overview
This skill bridges the Shared Memory Framework — a three-tier semantic and relational memory layer shared across all AI agents on your workstation. Facts saved by one agent are retrievable by all others. Knowledge persists across sessions and tools.
**Agents currently integrated:**
| Agent | Skill invocation | Install path |
|---|---|---|
| Claude Code | `/shared-memory` | `~/.claude/skills/shared-memory/` |
| Grok | `/shared-memory` | `~/.grok/skills/shared-memory/` |
| Codex CLI | `$shared-memory` | `~/.codex/skills/shared-memory/` |
| Antigravity CLI (`agy`) | `/activate shared-memory` | `~/.gemini/skills/shared-memory/` |
| LM Studio | MCP `rag-orchestrator` | `vector-skill.py` via `mcp.json` |
> **This skill is the usage surface — a thin client.** It runs one script,
> `memory_bridge.py`, over HTTP to the gateway on `:8888`. It does not run or
> manage the gateway, the daemons, or schema migrations — that **operations
> surface** lives on the gateway host in the framework repo
> ([Documentation/server-setup.md](Documentation/server-setup.md)). Installing
> this skill is not installing the framework.
---
> **AI instruction — use absolute paths for every CLI command.** Skill runners execute commands from the user's project directory, not the skill directory, so a bare `scripts/memory_bridge.py` fails with "No such file or directory." Commands below use the Antigravity CLI path (`~/.gemini` — the legacy directory name it inherit