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.
Installation
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
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