rag-playground-skill
v1.0.0
Published
Claude Code skill for benchmarking RAG configurations — upload docs, compare chunking/embeddings/vector stores in 5 minutes
Downloads
108
Maintainers
Readme
rag-playground-skill
A Claude Code skill for benchmarking RAG configurations — upload docs, compare chunking strategies, embedding models, and vector stores in 5 minutes.
Install
npx rag-playground-skillThis copies the skill and Python scripts to ~/.claude/skills/rag-playground/ so it's available in every Claude Code project.
Usage
pip install pymupdf sentence-transformers numpyThen in Claude Code:
/rag-playgroundCommands
| Command | Description |
|---------|-------------|
| /rag-playground configure | Set up chunking / embeddings / vector store (one-shot form) |
| /rag-playground ingest | Chunk and embed documents |
| /rag-playground query | Ask questions against indexed docs |
| /rag-playground compare | Benchmark configs side-by-side |
Uninstall
npx rag-playground-skill --uninstall