Generates RAG indexing and retrieval glue code. Use when adding a new
source type to the RAG pipeline (e.g., a new attachment format) or when
setting up the initial RAG infrastructure.
Instalación
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Generates RAG indexing and retrieval glue code. Use when adding a new
source type to the RAG pipeline (e.g., a new attachment format) or when
setting up the initial RAG infrastructure.
author
sekpriAI team
version
1.0.0
user-invocable
true
RAG Memory Skill
When to use
Invoke this skill when you need to:
Add a new document type to the extraction pipeline
Set up the chunking/embedding/retrieval infrastructure
Wire RAG context into a new prompt module
What it generates
For new source type extraction:
features/rag/server/extractors/<type>.ts — text extraction for the format
features/rag/server/extractors/<type>.test.ts — unit test with fixture