llamaindex
Installation
SKILL.md
LlamaIndex
LlamaIndex is a data framework for building LLM applications over custom data sources. Developers use it to ingest, structure, and access private or domain-specific data to enhance the knowledge of LLMs.
Official docs: https://docs.llamaindex.ai/en/stable/
LlamaIndex Overview
- Index
- Document
- Query
Working with LlamaIndex
This skill uses the Membrane CLI to interact with LlamaIndex. Membrane handles authentication and credentials refresh automatically — so you can focus on the integration logic rather than auth plumbing.
Install the CLI
Install the Membrane CLI so you can run membrane from the terminal:
Related skills