sync

Triggers immediate saving of active session context to the Neuralscape memory system.

5|1|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/ehfazrezwan/neuralscape --skill sync-ehfazrezwan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sync
Source: https://github.com/ehfazrezwan/neuralscape/tree/main/neuralscape-plugin/skills/sync
Command: npx skills add https://github.com/ehfazrezwan/neuralscape --skill sync-ehfazrezwan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the wait for automatic end-of-session memory sync, letting you capture critical conversation context, decisions, and preferences to Neuralscape the moment they are discussed.

Core Features & Use Cases

  • Dual Platform Support: Uses a fast HTTP flow for Claude Code users with a local Neuralscape service, and a universal MCP flow that works on all platforms (including Claude Cowork) without local configuration.
  • Smart Turn Filtering: Automatically skips low-value messages like short replies, heartbeats, and system notifications to avoid cluttering your memory store.
  • Use Case: After a detailed discussion defining your project's coding standards, run sync immediately to save all those decisions to your persistent memory before ending the session.

Quick Start

Use the sync skill to immediately save the current conversation's important context to your Neuralscape memory store.

Frequently Asked Questions about sync

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manually save conversation context to memory mid-session instead of waiting for automatic sync?

To manually save conversation context mid-session, trigger the sync skill to immediately flush active discussion points and technical decisions to Neuralscape memory. It applies built-in smart filtering to skip low-value messages like heartbeats and short replies.

Does conversation memory sync work on platforms without local configuration?

Conversation memory sync works on all platforms without local configuration by using a universal MCP flow. Claude Code users with a local Neuralscape service alternatively use a fast HTTP flow for deterministic conversation-compiler REST API calls.

How does smart turn filtering handle low-value messages during session context flushing?

Smart turn filtering automatically skips low-value messages like short replies, heartbeats, and system notifications during session context flushing. This prevents cluttering your persistent memory store with irrelevant conversation pairs.

Can I capture technical decisions and coding standards to persistent memory before ending a session?

You can capture technical decisions and coding standards to persistent memory before ending a session by running the sync skill. It compiles the active conversation context and flushes it to Neuralscape memory immediately.

What is the best way to trigger immediate context compilation on Claude Code?

The best way to trigger immediate context compilation on Claude Code is running the sync skill, which uses a fast HTTP flow for deterministic conversation-compiler REST API calls to your local Neuralscape memory service.