content-memory
Installation
SKILL.md
Content Memory Pipeline
Purpose: Take various content sources → convert to markdown → chunk them → refer to them for future use.
The pipeline is the core value. Folder layout, workspace sync, and integration with other context (e.g. Vesta 7) are secondary; those pieces will be part of context anyway.
Architecture
- memory/ (project root): Content and chunks. No
converted/orchunked/subfolders—chunks go directly in topic folders. Markdown in<folder>/markdown/. - workspace/ (optional): Source content for sync_and_chunk; copied to memory.
- Convert to markdown/: PDF/DOCX → .md written in
<folder>/markdown/for each folder. - Chunk: Reads from
source/<domain>/ormemory/<domain>/, writes tomemory/<domain>/<topic>/.
When to Activate
- "Add content to memory", "refresh memory", "ingest for agent"
- "Sync workspace to memory", "convert and chunk"