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.
التثبيت
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
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