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.
Instalação
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
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