Trending 2026→One of the top-searched agent skills of 2026.
git log --oneline --stat
HEAD
- Stars
- 4.1k
- Forks
- 230
- Updated
- Jun 2, 2026
repo --stat
stars
4.1k
forks
230
last update
Jun 2, 2026
license
MITv1.8.0
quickstart.sh
3 steps
- Install
// Drops SKILL.md into ~/.claude/skills/
$ claude skills add rag-pipeline-builder - Invoke
// Run from any project directory
$ claude --skill rag-pipeline-builder "fine-tune on this CSV" - Iterate
// Re-run with edits — Claude keeps the skill loaded
$ claude --skill rag-pipeline-builder "now refactor it"
rag-pipeline-builder/
references
- references/
- SKILL.mdopen
- README.mdopen
SKILL.md
readonly
- name:
- RAG Pipeline Builder
- slug:
- rag-pipeline-builder
- version:
- v1.8.0
- license:
- MIT
- author:
- @rag-craft
- repository:
- github.com/rag-craft/rag-pipeline-builder
- categories:
- tags:
- #rag#embeddings#vector-db#reranking#llm
- description:
Production RAG — chunking, embeddings, hybrid search, reranking, caching, eval.
features.md
3 capabilities
// What you can do with it
- Automates the tedious parts of the workflow.
- Gives Claude the right context, tools, and guardrails.
- Produces consistent, reviewable output every time.
README.md
rag-pipeline-builder/README.md
5 sections
Loading README…
$ cat reviews/
Reviews
// No reviews yet. Be the first.
Loading review form…