๐ Awesome-RAG Agent Plugin
July 2, 2026 ยท View on GitHub
An Agent Plugin built from Awesome-RAG. It gives coding agents RAG architecture, evaluation, and production guidance directly in the editor.
Works in VS Code, GitHub Copilot CLI, and Claude Code. The plugin format is shared across all three.
What it includes
Skills
rag-advisor: choose a RAG architecture pattern and frameworkrag-evaluator: design evaluation plans and diagnose retrieval or grounding failuresrag-production-review: review a RAG pipeline before production
Agent
RAG Architect: a focused agent for RAG design, review, and evaluation conversations
Use it for
- Choosing between naive RAG, advanced RAG, agentic RAG, GraphRAG, multimodal RAG, and other patterns
- Reviewing a RAG implementation
- Designing a RAG evaluation plan
- Finding retrieval, chunking, grounding, or citation issues
- Checking production readiness
- Avoiding unnecessary architecture complexity
Install
VS Code
Install directly from source:
- Open the Command Palette with
Ctrl+Shift+PorCmd+Shift+Pon macOS. - Run:
Chat: Install Plugin From Source
- Paste this repository URL:
https://github.com/Danielskry/Awesome-RAG-Agent-Plugin
You can also add it as a plugin marketplace in settings.json:
{
"chat.plugins.marketplaces": [
"Danielskry/Awesome-RAG-Agent-Plugin"
]
}
Then open the Agent Plugins view in Extensions and search:
@agentPlugins awesome-rag
GitHub Copilot CLI
copilot plugin marketplace add Danielskry/Awesome-RAG-Agent-Plugin
copilot plugin install awesome-rag@awesome-rag
Claude Code
/plugin marketplace add Danielskry/Awesome-RAG-Agent-Plugin
/plugin install awesome-rag@awesome-rag
/reload-plugins
Usage
Invoke a skill directly (/rag-advisor, /rag-evaluator, /rag-production-review) or ask naturally. The right skill loads automatically. Switch to the RAG Architect agent for a session focused on RAG design.