capture

Convert PostToolUse observation buffers from sessions into Neuralscape memories on demand.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill fills the gap when automatic memory capture does not trigger, letting you save important session insights on demand instead of losing them when the context window fills up or you step away from your work.

Core Features & Use Cases

  • On-Demand Memory Compilation: Manually trigger the processing of your current session's PostToolUse observation buffer into structured Neuralscape memories.
  • Flexible Use Scenarios: Use it after heavy work sessions to save progress, before stepping away to capture last-minute insights, or to debug what data is being captured from your current buffer.
  • Real-World Example: After implementing a new project convention during a coding session, use this Skill to immediately save that decision to your persistent memory so it is available in all future sessions.

Quick Start

Invoke the capture skill to manually save all insights from your current session's observation buffer to Neuralscape memory right now.

Frequently Asked Questions about capture

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

FAQPage Schema
How do I manually save session memories to Neuralscape when automatic capture doesn't trigger?

To manually save session memories to Neuralscape, invoke the capture skill to process your current PostToolUse observation buffer into structured memories on demand. This compiles your session insights immediately without waiting for automatic capture thresholds to trigger.

What is the best way to archive session insights before stepping away from my work?

The best way to archive session insights on demand is to manually compile your observation buffer into Neuralscape memories. This captures your last-minute insights and progress into persistent memory before you step away or the context window fills up.

How do I debug what data is being captured from my current observation buffer?

To debug memory capture workflows, you can manually trigger the compilation of your session's JSONL observation buffer. This processes the buffer through the Neuralscape compile pipeline, allowing you to inspect exactly what observation data is being extracted and saved.

Does Neuralscape memory capture filter out sensitive credentials from session observations?

Yes, Neuralscape memory capture filters out private content and sensitive credentials from your session observations. When the JSONL observation buffer is processed, it validates the data and removes sensitive information before storing the structured memories.

When should I use manual memory compilation instead of automatic capture thresholds?

You should use manual memory compilation when you want to save important insights on demand, such as after establishing a new project convention during a coding session, or when automatic capture thresholds are not triggered before your context window fills up.