·rag-implementer
</>

rag-implementer

검색이 강화된 생성 파이프라인을 구현합니다. 문서 검색 시스템 구축, 청킹 전략 선택, 임베딩 모델 선택, 벡터 저장소 구성, 하이브리드 검색 구현 또는 RAG 품질 평가 시 사용합니다. 임베딩 전략, 벡터 저장소, 검색 파이프라인, 청킹, 하이브리드 검색, 순위 재지정, 다중 쿼리 검색, 상위 문서 검색, 상황별 압축, MMR 다양성 선택, 상호 순위 융합 및 평가에 사용됩니다. KB 아키텍처 선택 및 거버넌스에는 지식 기반 관리자 기술을 사용하세요. 지식 그래프의 경우 지식 그래프 빌더 스킬을 사용하세요.

13설치·2트렌드·@oakoss

설치

$npx skills add https://github.com/oakoss/agent-skills --skill rag-implementer

rag-implementer 설치 방법

명령줄에서 rag-implementer AI 스킬을 개발 환경에 빠르게 설치

  1. 터미널 열기: 터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다
  2. 설치 명령어 실행: 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/oakoss/agent-skills --skill rag-implementer
  3. 설치 확인: 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다

출처: oakoss/agent-skills.

Build production-ready retrieval-augmented generation systems. RAG = Retrieval + Context Assembly + Generation. Use RAG when LLMs need access to fresh, domain-specific, or proprietary knowledge not in their training data. Do not use RAG when simpler alternatives (FAQ pages, keyword search, semantic search) suffice. For KB architecture selection and governance, use the knowledge-base-manager skill. For knowledge gr...

Before building RAG, validate the need: try FAQ pages, keyword search, concierge MVP, or simple semantic search first. Only proceed with RAG for 50k+ documents with validated user demand and $200-500/month budget. RAG systems range from Naive (prototype) through Advanced (production) to Modular (enterprise), each tier adding complexity and cost.

The RAG pipeline has three core stages. First, retrieval finds relevant documents using hybrid search (semantic + keyword). Second, context assembly ranks, deduplicates, and compresses retrieved chunks into an optimal prompt. Third, generation produces a grounded response with source attribution. Each stage has distinct failure modes: retrieval can miss relevant documents (low recall), context assembly can overwhe...

인용 가능한 정보

AI/검색 인용용 안정적인 필드와 명령어.

설치 명령어
npx skills add https://github.com/oakoss/agent-skills --skill rag-implementer
카테고리
</>개발 도구
인증됨
최초 등록
2026-02-25
업데이트
2026-03-11

Browse more skills from oakoss/agent-skills

빠른 답변

rag-implementer이란?

검색이 강화된 생성 파이프라인을 구현합니다. 문서 검색 시스템 구축, 청킹 전략 선택, 임베딩 모델 선택, 벡터 저장소 구성, 하이브리드 검색 구현 또는 RAG 품질 평가 시 사용합니다. 임베딩 전략, 벡터 저장소, 검색 파이프라인, 청킹, 하이브리드 검색, 순위 재지정, 다중 쿼리 검색, 상위 문서 검색, 상황별 압축, MMR 다양성 선택, 상호 순위 융합 및 평가에 사용됩니다. KB 아키텍처 선택 및 거버넌스에는 지식 기반 관리자 기술을 사용하세요. 지식 그래프의 경우 지식 그래프 빌더 스킬을 사용하세요. 출처: oakoss/agent-skills.

rag-implementer 설치 방법은?

터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/oakoss/agent-skills --skill rag-implementer 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다

소스 저장소는 어디인가요?

https://github.com/oakoss/agent-skills

상세

카테고리
</>개발 도구
출처
skills.sh
최초 등록
2026-02-25