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