원클릭으로
performance-optimization
Route RAG performance work for latency, caching, indexing, filtering, batching, and query optimization.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Route RAG performance work for latency, caching, indexing, filtering, batching, and query optimization.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use this skill when building, debugging, or improving Retrieval-Augmented Generation systems, including chunking, vector database selection, hybrid search, reranking, multimodal RAG, code documentation RAG, retrieval latency, and production RAG architecture.
Chunk nested documents into parent-child levels so retrieval can move from broad sections to fine-grained passages.
Use semantic boundaries and embedding similarity to chunk text for higher-relevance retrieval.
Route RAG chunking decisions across semantic, hierarchical, sliding-window, contextual-header, and framework-selection strategies.
Use overlapping windows to preserve context across chunk boundaries while controlling retrieval size.
Reduce retrieval latency with caching, batching, and index-level optimization.
| name | performance-optimization |
| title | Performance Optimization |
| description | Route RAG performance work for latency, caching, indexing, filtering, batching, and query optimization. |
| category | performance-optimization |
| tags | ["latency","performance","caching","rag"] |
| allowed-tools | ["Read","Grep","Glob"] |
Use this parent skill when the RAG system works functionally but is too slow, expensive, or unstable under expected traffic. Route to targeted latency and retrieval optimization guidance.
RAG latency can come from embedding calls, vector search, metadata filters, reranking, prompt assembly, or repeated work. Optimization requires profiling the full retrieval path before changing architecture.
Measure embedding, search, filtering, reranking, prompt assembly, and model latency separately.
Use caching, batching, payload indexes, top-k tuning, and reranker gating where profiling shows bottlenecks.
Confirm optimizations do not reduce recall, faithfulness, citation quality, or operational reliability.