원클릭으로
data-type-handling
Route RAG handling for code documentation, APIs, images, tables, diagrams, and multimodal content.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Route RAG handling for code documentation, APIs, images, tables, diagrams, and multimodal content.
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 | data-type-handling |
| title | Data Type Handling |
| description | Route RAG handling for code documentation, APIs, images, tables, diagrams, and multimodal content. |
| category | data-type-handling |
| tags | ["data-types","code","multimodal","rag"] |
| allowed-tools | ["Read","Grep","Glob"] |
Use this parent skill when source material is not plain prose or when different data types need different parsing, metadata, chunking, and retrieval strategies.
Code, APIs, tables, images, diagrams, and mixed media lose important meaning when treated as generic text. RAG systems need data-specific handling to preserve symbols, structure, and visual context.
Identify whether the corpus is code-heavy, image-heavy, table-heavy, or mixed.
Use parsers and metadata that retain symbols, captions, headers, page numbers, and source locations.
Index text, summaries, captions, code symbols, table schemas, or multimodal embeddings as appropriate.