skills/llamaindex/SKILL.md
AI framework for building RAG pipelines, agents, workflows, and data-augmented LLM applications with 300+ integrations. MANDATORY TRIGGERS: llamaindex, llama-index, llama_index, LlamaIndex, VectorStoreIndex, SimpleDirectoryReader, LlamaHub, LlamaParse. Also trigger when the user wants to build RAG applications with LlamaIndex, create document indexing pipelines, build agentic workflows with tool calling, implement structured data extraction from documents, or connect LLMs to custom data sources. When in doubt about whether to use this skill for RAG, document indexing, or LLM data augmentation tasks, use it.
npx skillsauth add abhisheksharma-17/skills-graph llamaindexInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Source: developers.llamaindex.ai | Version tracked: 0.14.22 |
pip install llama-index
| File | Read When |
|------|-----------|
| references/00-overview.md | Starting with LlamaIndex, understanding architecture, installation |
| references/01-loading-data.md | Loading documents, file readers, LlamaHub connectors, metadata |
| references/02-indexing.md | Creating indexes, VectorStoreIndex, index types, document management |
| references/03-querying.md | Query engines, chat engines, retrievers, response synthesizers |
| references/04-agents.md | Building agents, FunctionAgent, ReActAgent, tool creation |
| references/05-multi-agent.md | Multi-agent systems, AgentWorkflow, orchestrator pattern, handoffs |
| references/06-workflows.md | Custom workflows, events, steps, control flow, parallel execution |
| references/07-ingestion-pipeline.md | IngestionPipeline, transformations, caching, parallel processing |
| references/08-storage.md | Vector stores, document stores, StorageContext, persistence |
| references/09-models.md | LLM and embedding configuration, Settings, providers |
| references/10-structured-extraction.md | Pydantic extraction, structured LLM output from documents |
| references/11-evaluation.md | Evaluation metrics, faithfulness, relevancy, retrieval evaluation |
| references/12-observability.md | Tracing, instrumentation, OpenTelemetry, debugging |
pip install llama-index
development
High-throughput LLM inference and serving engine with PagedAttention, continuous batching, and OpenAI-compatible API. MANDATORY TRIGGERS: vLLM, vllm, LLM serving, LLM inference engine, PagedAttention. Also trigger when the user wants to serve LLMs in production, deploy models with tensor parallelism, use speculative decoding, quantize models for inference, build OpenAI-compatible API servers, or optimize LLM throughput and latency. When in doubt about whether to use this skill for LLM serving tasks, use it.
tools
Type-safe Python agent framework for building production-grade GenAI applications with Pydantic validation, structured outputs, and dependency injection. MANDATORY TRIGGERS: pydantic-ai, pydantic_ai, PydanticAI, pydantic ai agent. Also trigger when the user wants to build type-safe AI agents in Python, create structured LLM outputs with Pydantic models, implement dependency injection for agents, use tools/capabilities with LLMs, or build multi-agent systems with Python type safety. When in doubt about whether to use this skill for Python AI agent tasks, use it.
development
Durable execution platform for building fault-tolerant workflows, long-running processes, and resilient distributed applications. MANDATORY TRIGGERS: temporal, temporal.io, temporalio, durable execution, workflow orchestration engine. Also trigger when the user wants to build fault-tolerant workflows, implement saga patterns, create long-running distributed processes, orchestrate microservices with retries and timeouts, or build durable AI agent pipelines. When in doubt about whether to use this skill for workflow orchestration or durable execution tasks, use it.
development
AI developer platform for experiment tracking, LLM observability, hyperparameter sweeps, artifact versioning, and model registry. MANDATORY TRIGGERS: wandb, weights and biases, weights & biases, W&B, weave, wandb.init, wandb.log. Also trigger when the user wants to track ML experiments, log training metrics, tune hyperparameters with sweeps, version datasets or models, trace LLM calls, evaluate LLM applications, or monitor AI agents. When in doubt about whether to use this skill for ML experiment tracking or LLM observability tasks, use it.