NeuralVaultSkill
Teaches AI agents to manage long-term NeuralVaultCore MCP memory securely and efficiently.
Ask AI about NeuralVaultSkill
Powered by Claude Β· Grounded in docs
I know everything about NeuralVaultSkill. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Reviews
Documentation
β‘ NeuralVaultSkill (Safe-Mini)
Canonical safe-mini prompt for NeuralVaultCore.
NeuralVaultSkill is a compact system prompt for agents that use NeuralVaultCore as an MCP memory server. Installs two slash commands into Claude Code: /nvc:init and /nvc:end.
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.
π Installation
# Global β available in every workspace (recommended)
npx github:getobyte/NeuralVaultSkill --global
# Local β current project only
npx github:getobyte/NeuralVaultSkill --local
Cursor / VS Code
curl -sL https://raw.githubusercontent.com/getobyte/NeuralVaultSkill/main/SKILL.md > .cursorrules
Claude Code / Ollama / Custom UIs
- Open
SKILL.mdin the repository. - Copy the full content.
- Paste it into your agent's System Prompt or Custom Instructions.
π οΈ Usage
/nvc:init β loads project context via get_context()
/nvc:end β saves a short _state checkpoint
Work normally between commands β meaningful saves happen autonomously in the background (appended as Stored to NVC).
π§ What It Enforces
| Rule | Details |
|---|---|
| Stable namespace | Always use namespace="project:<repo-root-identity>" on every call |
| Cheap resume | Use get_context() at session start β never list_all_memories |
| Low-token reads | Search with keys_only=True, summarize with view="head_tail" |
| Safe memory | Never store .env, API keys, tokens, or raw secrets |
| Stable keys | Update existing topic memories instead of creating duplicates |
Short _state | Keep it to 3β5 bullets, under 500 chars |
| Clean writes | Store only confirmed decisions, bugfixes, and env facts |
π NeuralVault Ecosystem
| Component | Role |
|---|---|
| π§ NeuralVaultCore | MCP memory server β the brain |
| β‘ NeuralVaultSkill (you are here) | Session memory automation β /nvc:init + /nvc:end |
| π§Ή NeuralVaultArchivist | Memory consolidation β on-demand cleanup |
| π οΈ NeuralSkillBuilder | Skill builder β design, scaffold, audit |
| π NeuralVaultFlow | Dev workflow β brainstorm to deploy |
NeuralVaultSkill β Cyber-Draco Legacy
Built by getobyte Β· Romania π·π΄
