agentsop-llamaindex
CommunityHarden RAG pipelines with LlamaIndex SOPs
Software Engineering#rag#evaluation#retrieval#hybrid search#chunking#llamaindex#production hardening
Authoragentsope
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This skill helps agents design and debug LlamaIndex-based RAG systems reliably, turning messy document corpora into grounded retrieval answers while preventing common ingestion, retrieval, and evaluation failure modes.
Core Features & Use Cases
- LlamaIndex mental model distillation: Converts LlamaIndex’s Documents → Nodes → Index → Retriever → Query Engine / Response Synthesizer architecture into an actionable decision framework.
- RAG bootstrap SOP + hardening playbook: Provides a step-by-step protocol for baseline indexing, eval-loop setup, and iterative optimization (chunking, embeddings, hybrid retrieval, reranking, routing, and production hardening).
- Dilemma-driven decision support: Covers key architecture tradeoffs such as chunk precision vs context, hybrid BM25+dense vs dense-only, router vs agent vs decomposition, long-context vs RAG, and sentence-window vs auto-merging.
Quick Start
Tell an AI agent: "Please activate the agentsop-llamaindex skill to design a production-ready RAG pipeline in LlamaIndex for my private documents, include an eval loop, and explain which index/retrieval primitives to use for my query types."
Dependency Matrix
Required Modules
None requiredComponents
references
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: agentsop-llamaindex Download link: https://github.com/agentsope/SkillAlchemy/archive/main.zip#agentsop-llamaindex Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.