Agent skill · Data & Analytics

llamaindex

Build LLM applications with LlamaIndex. Create indexes, query engines, and data connectors. Use for RAG applications, document search, and knowledge base systems.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 14 KB
Bundled scripts: none
Path: skills/ai-llm/llamaindex-housegarofalo-claude-code-base-2/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Triggers
  2. Quick Reference
  3. Core Components
  4. 1. Installation
  5. 2. Basic Setup
  6. Initialize
  7. Quick Start
  8. 3. Document Loading
  9. File Readers
  10. Specialized Readers
  11. Create Documents Manually
  12. 4. Indices
  13. Vector Store Index
  14. With External Vector Store
Ships with 1 file
  • metadata.json
Commands it runs
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
More from claude-skill-registry
All skills →
About this skill
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.

Keep going