From tome
Exports research findings from latest or specified session to knowledge-intake compatible markdown file saved to docs/research/export-{session}.md.
npx claudepluginhub athola/claude-night-market --plugin tome# 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 reformatting/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.
/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 JSONL format (one object per line), sorted by ID for readable git diffs. Supports -o output-file and --status filter.
/exportExports personal instincts to a timestamped .tar.gz file in .claude/homunculus/exports/ for sharing. Optionally includes metadata manifest with count and domains.
/exportExport Claude Code session history as CSV or JSON with optional --today, --week, --month, or --tag filters. Defaults to CSV, previews first 10 lines, suggests file redirect.
Share bugs, ideas, or general feedback.
Export 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 reformatting