davicqueiroz/claude-rag-skills Skills
(4)Browse AI agent skills from davicqueiroz/claude-rag-skills for Claude Code, OpenClaw, Cursor, Windsurf, and more. Install them with a single command to extend what your agents can do.
Chunking Advisor
davicqueiroz/claude-rag-skills
# Chunking Advisor Skill Analyze your documents and recommend optimal chunking strategies based on content type, use case, and embedding model. ## When to Use Use `/chunking-advisor` when: - Setting up a new RAG pipeline and unsure about chunk configuration - Experiencing poor retrieval quality (
Rag Audit
davicqueiroz/claude-rag-skills
# RAG Audit Skill Analyze RAG (Retrieval-Augmented Generation) implementations for anti-patterns, performance issues, and best practices violations. ## When to Use Use `/rag-audit` when: - Reviewing existing RAG code for quality issues - Before deploying a RAG system to production - Debugging ret
Rag Eval
davicqueiroz/claude-rag-skills
# RAG Evaluation Skill Evaluate RAG system quality using standard metrics and optionally benchmark against Ailog's production RAG API. ## When to Use Use `/rag-eval` when: - Testing retrieval quality before deployment - Comparing different RAG configurations - Measuring generation faithfulness an
Rag Scaffold
davicqueiroz/claude-rag-skills
# RAG Scaffold Skill Generate production-ready RAG pipeline boilerplate code with best practices built-in. ## When to Use Use `/rag-scaffold` when: - Starting a new RAG project from scratch - Need a reference implementation with best practices - Want to quickly prototype a RAG system - Learning R