memory
Memory Skill
Persistent memory for dragster document processing. Track collections, ingestion history, and issues across sessions.
Memory Files
ctx Default Files (created by ctx init)
| File | Purpose | When to Use |
|---|---|---|
TASKS.md |
Active work | Track what we're doing now |
DECISIONS.md |
Architecture decisions | Record why we chose X |
LEARNINGS.md |
Patterns learned | Store discovered patterns |
CONVENTIONS.md |
Coding conventions | Define how we work |
Dragster-Specific Files (our templates)
| File | Purpose | When to Use |
|---|
More from etalab-ia/dragster
rag-parse
Use this skill when the user asks to parse, perform multi-format document conversion or spatially extract text from an unstructured file (PDF, DOCX, PPTX, XLSX, images, etc.) locally without cloud dependencies.
2rag-tracking
External persistent memory for document ingestion and issues, designed for agents without built-in memory (Claude Code, Codex, OpenCode). Use when ingesting documents, tracking parsing problems, or recalling collection state. Works with ctx for cross-session persistence. NOT needed for Letta Code which has native memory.
2rag-index
Index a document corpus for semantic search. Use when the user wants to set up a knowledge base, create a searchable index from markdown documents, or enable semantic search. Triggers on keywords like "index documents", "create knowledge base", "setup search", "semantic search".
2rag-search
Search the knowledge base for relevant documents. Use when the user wants to find documents in their indexed corpus, has questions that could be answered by their documents, or needs context from their knowledge base. Triggers on keywords like "search documents", "find in knowledge base", "query index".
2parse
Use this skill when the user asks to parse, perform multi-format document conversion or spatially extract text from an unstructured file (PDF, DOCX, PPTX, XLSX, images, etc.) locally without cloud dependencies.
1search
Search the knowledge base for relevant documents. Use when the user wants to find documents in their indexed corpus, has questions that could be answered by their documents, or needs context from their knowledge base. Triggers on keywords like "search documents", "find in knowledge base", "query index".
1