๐Ÿ˜Ž 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

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:

  1. Open the Command Palette with Ctrl+Shift+P or Cmd+Shift+P on macOS.
  2. Run:
Chat: Install Plugin From Source
  1. 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.