llamaindex
Build LLM applications with LlamaIndex. Create indexes, query engines, and data connectors. Use for RAG applications, document search, and knowledge base systems.
npx skills add majiayu000/claude-skill-registry --skill llamaindex-housegarofalo-claude-code-base-2 --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.
# LlamaIndex Skill Complete guide for LlamaIndex - data framework for LLM applications. ## Triggers Use this skill when: - Building RAG applications or document QA systems - Creating search indexes over documents - Working with LlamaIndex query engines or retrievers - Implementing knowledge base systems - Loading and processing documents for LLM applications - Keywords: llamaindex, llama_index, index, query engine, retriever, RAG, document loader ## Quick Reference ### Core Components | Component | Description | |-----------|-------------| | **Documents** | Data containers | | **Nodes** | Document chunks | | **Indices** | Searchable structures | | **Query Engines** | Question answering | | **Agents** | Autonomous reasoning | | **Tools** | Agent capabilities | --- ## 1. Installation ```bash # Core pip install llama-index # With all integrations pip install llama-index[all] # Specific integrations pip install llama-index-llms-openai pip install llama-index-embeddings-openai pip install llama-index-vector-stores-chroma pip install llama-index-readers-file ``` --- ## 2. Basic Setup ### Initialize ```python from llama_index.core import Settings from llama_index.llms.openai import OpenAI
- Triggers
- Quick Reference
- Core Components
- 1. Installation
- 2. Basic Setup
- Initialize
- Quick Start
- 3. Document Loading
- File Readers
- Specialized Readers
- Create Documents Manually
- 4. Indices
- Vector Store Index
- With External Vector Store
Core pip install llama-index With all integrations pip install llama-index[all] Specific integrations pip install llama-index-llms-openai pip install llama-index-embeddings-openai pip install llama-index-vector-stores-chroma pip install llama-index-readers-file
What does the llamaindex skill do?
Build LLM applications with LlamaIndex. Create indexes, query engines, and data connectors. Use for RAG applications, document search, and knowledge base systems.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill llamaindex-housegarofalo-claude-code-base-2 --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.
