From tome
Exports research findings from latest or specified session to knowledge-intake compatible markdown file saved to docs/research/export-{session}.md.
How this command is triggered — by the user, by Claude, or both
Slash command
/tome:exportThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Export Command
Export research findings for memory-palace ingestion.
## Usage
## What Happens
1. Loads the specified or latest research session
2. Formats findings as a knowledge-intake compatible
markdown file with metadata frontmatter
3. Saves to `docs/research/export-{session}.md`
4. Output can be processed by memory-palace's
`knowledge-intake` skill without reformattingExport research findings for memory-palace ingestion.
# Export latest session
/tome:export
# Export specific session
/tome:export --session abc123
docs/research/export-{session}.mdknowledge-intake skill without reformattingnpx claudepluginhub athola/claude-night-market --plugin tome/mempalace-mineMines project files and conversation exports into the MemPalace with auto-classification.
/exportExports project memories from .nemp/memories.json to CLAUDE.md. Appends/updates Nemp section by default; --replace overwrites entire file.
/obsidian-archiveExtracts learnings from the current Claude Code session using progressive summarization and archives them as Zettelkasten notes in Obsidian vault after user approval.
/second-brain-mappingExtracts structured metadata from all files in a vault, surfaces cross-document insights, and optionally builds a knowledge graph.
/exportExports all owned memories as portable JSON to ~/.m3-memory/export-YYYYMMDD-HHMMSS.json, reports file path, memory count, and import compatibility note.
/exportExports issues to JSON Lines format, outputting to stdout or a file with optional status filtering.