memory-capture

Capture session context or tips into structured markdown for core memory.

1|Updated May 12, 2026
One-click install
npx skills add https://github.com/tcytan/tecton --skill memory-capture-tcytan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memory-capture
Source: https://github.com/tcytan/tecton/tree/main/.claude/skills/memory-capture
Command: npx skills add https://github.com/tcytan/tecton --skill memory-capture-tcytan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It prevents losing valuable work context by capturing a complete, restorable session snapshot or a lightweight tip so you can recover progress later.

Core Features & Use Cases

  • Mode-based memory capture: Automatically routes inputs to either full session compaction or quick tip logging.
  • Structured persistence to core memory: Imports generated recovery text into MCP core_memory for durable retrieval.
  • Session recovery optimized output: Compact mode preserves a detailed execution plan and actionable state for seamless continuation; tips mode records fast notes with tags and optional context links.
  • Recovery-oriented workflow: Produces a recovery ID and supports both import and later search-style retrieval workflows.

Quick Start

Tell the AI to save a complete snapshot of your current work by saying: “/memory-capture compact”.

Frequently Asked Questions about memory-capture

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

FAQPage Schema
How do I save my current work session for later recovery?

You can save your current work session for later recovery by triggering compact mode, which generates a structured markdown snapshot of your execution plan and state, then persists it directly to core memory for durable retrieval.

What is the best way to capture quick ideas and tips during a workflow?

The best way to capture quick ideas is using tips mode, which logs fast notes with specific tags and optional context links, then imports the structured text into core memory to prevent losing critical progress.

How does session compaction prevent losing work context?

Session compaction prevents losing work context by creating a faithful, restorable snapshot of your current execution state without summarizing the details, ensuring seamless continuation during future work.

Can I use CLI-style flags to trigger knowledge capture modes?

Yes, you can use CLI-style flags like --tag and --context to trigger knowledge capture modes, allowing the system to detect your intended mode and execute the exact phase needed for structured persistence.

Does the memory capture process summarize my session notes?

No, the memory capture process does not summarize your session notes in compact mode; it generates faithful structured markdown that preserves the detailed execution plan and actionable state exactly as needed for recovery.

When do I need structured notes for session recovery?

You need structured notes for session recovery when you want to prevent forcing repeated re-exploration of previous progress, enabling a recovery-oriented workflow that produces a recovery ID for later search-style retrieval.