Sync neural memory with recent code changes incrementally without a full re-index.
Scanned 5/27/2026
Install via CLI
openskills install Yakoub-ai/neural-memory---
name: neural-update
description: Sync neural memory with recent code changes incrementally without a full re-index.
---
# Neural Memory — Incremental Update
Sync neural memory with recent code changes without a full re-index.
## What this does
1. Checks git diff since last indexed commit
2. Compares file hashes to detect modified files
3. Re-parses only changed/added files
4. Removes nodes for deleted files
5. Re-resolves cross-file edges
6. Recomputes importance scores
## How to call
**Via MCP tool** (neural-memory configured as MCP server in Claude Code):
```json
Tool: neural_update
{}
```
**Via Python** (working directly in the project):
```python
import asyncio
from neural_memory.server import neural_update, UpdateInput
asyncio.run(neural_update(UpdateInput()))
```
`UpdateInput` has no required fields. Pass `project_root="."` to be explicit.
## When to use
- After pulling new changes
- After a coding session with multiple file edits
- When `/neural-status` reports staleness
Much faster than a full index — only touches changed files.
No comments yet. Be the first to comment!
Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...