Rag Implementation
Comprehensive guide for Retrieval-Augmented Generation (RAG) implementation using LangChain. This skill covers the complete RAG pipeline from document processing and chunking, through embedding genera
npx skills add majiayu000/claude-skill-registry --skill rag-implementation-amnadtaowsoam-cerebraskills --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Rag Implementation ## Skill Profile *(Select at least one profile to enable specific modules)* - [ ] **DevOps** - [x] **Backend** - [ ] **Frontend** - [ ] **AI-RAG** - [ ] **Security Critical** ## Overview Comprehensive guide for Retrieval-Augmented Generation (RAG) implementation using LangChain. This skill covers the complete RAG pipeline from document processing and chunking, through embedding generation and vector storage, to retrieval strategies, prompt construction, and response generation. Includes advanced patterns like multi-query retrieval, self-querying, parent document retrieval, and production optimizations like caching and batch processing. ## Why This Matters RAG combines the strengths of retrieval systems (access to up-to-date, domain-specific information) with LLMs (natural language understanding and generation). This enables building AI systems that can answer questions based on custom knowledge bases, provide accurate responses with source citations, and reduce hallucination by grounding responses in retrieved documents. RAG is foundational for enterprise AI applications, customer support systems, and research assistants. ## Core Concepts & Rules ### 1. Core Pr
- Skill Profile
- Overview
- Why This Matters
- Core Concepts & Rules
- 1. Core Principles
- 2. Implementation Guidelines
- Inputs / Outputs / Contracts
- Skill Composition
- Quick Start / Implementation Example
- Assumptions
- Compatibility & Prerequisites
- Test Scenario Matrix (QA Strategy)
- Technical Guardrails & Security Threat Model
- 1. Security & Privacy (Threat Model)
What does the Rag Implementation skill do?
Comprehensive guide for Retrieval-Augmented Generation (RAG) implementation using LangChain. This skill covers the complete RAG pipeline from document processing and chunking, through embedding genera
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill rag-implementation-amnadtaowsoam-cerebraskills --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
