getobyte/NeuralVaultSkill
Teaches AI agents to manage long-term NeuralVaultCore MCP memory securely and efficiently.
> Canonical safe-mini prompt for NeuralVaultCore.
NeuralVaultSkill is a compact system prompt for agents that use NeuralVaultCore as an MCP memory server. This repository ships one primary prompt only: SKILL.md.
The prompt is optimized for low-token memory workflows, but it does not trade away operational safety. It enforces namespace discipline, concise _state, stable memory keys, and explicit secret redaction.
> The MCP server name exposed in clients is neural-vault-core.
---
This skill is part of a 3-piece architecture for autonomous AI memory:
| # | Component | Role | |---|-----------|------| | ๐ง | **NeuralVaultCore** | The actual local-first MCP server and database | | โก | NeuralVaultSkill *(you are here)* | The daily-driver prompt for autonomous, background memory management | | ๐งน | **NeuralVaultArchivist** | The maintenance prompt for on-demand, safe memory consolidation |
---
Run this in your project root:
curl -sL https://raw.githubusercontent.com/getobyte/NeuralVaultSkill/main/SKILL.md > .cursorrulesSKILL.md in the repository.---
/nvc-session-start โ loads project context via get_context()
/nvc-session-end โ saves a short _state checkpointWork normally between commands โ meaningful saves happen autonomously in the background *(ap
Loading reviews...