vibe-llama-index
v1.1.0
Published
`vibe-llama-index` is a tool to create instruction files for your vibe coding assistant containing documentation about LlamaIndex, llama-index-workflows and LlamaCloud.
Maintainers
Readme
vibe-llama-index
vibe-llama-index is a CLI tool designed to provide you with the documentation your local coding agents need to get started with LlamaIndex, LlamaCloud Services and llama-index-workflows.
It supports the following local coding agents:
- Cursor
- Claude Code
- Gemini CLI
- OpenAI Codex
- GitHub Copilot
- OpenCode
- Goose

Install and Launch
User Settings
You can download and launch the application with:
npx vibe-llama-index@latest launchOr, if you want to get information about vibe-llama-index prior to actually running it:
npx vibe-llama-index@latest infoDeveloper Settings
Clone this repository:
git clone https://github.com/run-llama/vibe-llama-index
cd vibe-llama-indexInstall all dependencies:
pnpm installBuild the executable:
pnpm run buildRun the application:
# with ts-node
pnpm run start <command> <options>
# with node
pnpm run start:node <command> <options>Usage Guide
You can run vibe-llama-index with three commands: info, launch and create.
info
Displays the usage guide for the tool.
launch
aliases:
l,lunch
Launches a terminal interface where you can select which agents and services to initialize.
create
aliases:
c,crate
Creates an instructions file for:
- A specified agent (
-a,--agentflag) - A specified service (
-s,--serviceflag)
Example usage:
# with full flags
npx vibe-llama-index@latest create --agent "Cursor" --service "LlamaIndex"
# with aliases
npx vibe-llama-index@latest c -a "Claude Code" -s "LlamaCloud Services"Contributing
Contribute to this project following the guidelines.
License
This project is provided under an MIT License
