rag-first — for Claude Code rag-first, dev-rag, community, for Claude Code, ide skills, mcp__devrag__search, Codebase, Search, Before, Explore

v1.0.0

Acerca de este Skill

Escenario recomendado: Ideal for AI agents that need rag-first codebase search. Resumen localizado: # RAG-First Codebase Search Before using Grep, Glob, Explore agents, or other codebase exploration tools, ALWAYS search DevRAG first. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Características

RAG-First Codebase Search
Call mcp devrag search with your query.
Evaluate the results:
For "where is X defined?" questions, RAG's AST-aware code chunks often give better results than
If the DevRAG MCP server is not available (tool call fails), fall back to direct exploration

# Core Topics

tomharris tomharris
[1]
[0]
Updated: 4/17/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 8/11

This page remains useful for teams, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution
Review Score
8/11
Quality Score
36
Canonical Locale
en
Detected Body Locale
en

Escenario recomendado: Ideal for AI agents that need rag-first codebase search. Resumen localizado: # RAG-First Codebase Search Before using Grep, Glob, Explore agents, or other codebase exploration tools, ALWAYS search DevRAG first. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

¿Por qué usar esta habilidad?

Recomendacion: rag-first helps agents rag-first codebase search. RAG-First Codebase Search Before using Grep, Glob, Explore agents, or other codebase exploration tools, ALWAYS search DevRAG first. This AI agent skill

Mejor para

Escenario recomendado: Ideal for AI agents that need rag-first codebase search.

Casos de uso accionables for rag-first

Caso de uso: Applying RAG-First Codebase Search
Caso de uso: Applying Call mcp devrag search with your query
Caso de uso: Applying Evaluate the results:

! Seguridad y limitaciones

  • Limitacion: Requires repository-specific context from the skill documentation
  • Limitacion: Works best when the underlying tools and dependencies are already configured

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.
  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is rag-first?

Escenario recomendado: Ideal for AI agents that need rag-first codebase search. Resumen localizado: # RAG-First Codebase Search Before using Grep, Glob, Explore agents, or other codebase exploration tools, ALWAYS search DevRAG first. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

How do I install rag-first?

Run the command: npx killer-skills add tomharris/dev-rag/rag-first. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for rag-first?

Key use cases include: Caso de uso: Applying RAG-First Codebase Search, Caso de uso: Applying Call mcp devrag search with your query, Caso de uso: Applying Evaluate the results:.

Which IDEs are compatible with rag-first?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for rag-first?

Limitacion: Requires repository-specific context from the skill documentation. Limitacion: Works best when the underlying tools and dependencies are already configured.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add tomharris/dev-rag/rag-first. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use rag-first immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

rag-first

# RAG-First Codebase Search Before using Grep, Glob, Explore agents, or other codebase exploration tools, ALWAYS search DevRAG first. This AI agent skill

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

RAG-First Codebase Search

Before using Grep, Glob, Explore agents, or other codebase exploration tools, ALWAYS search DevRAG first. The RAG index has semantic understanding of code structure, PR history, and documentation that keyword search misses.

Process

  1. Formulate a search query from the user's question. Use natural language — DevRAG uses semantic search, not keyword matching. Include key terms but phrase it as a question or description.

  2. Call mcp__devrag__search with your query.

  3. Evaluate the results:

    • If results are relevant and sufficient — present them grouped by source type (code, PR, doc). Show file paths, snippets, PR numbers, and document sections.
    • If results are partial — use them as a starting point, then supplement with targeted Grep/Glob/Read on specific files or patterns identified from the RAG results.
    • If results are empty or irrelevant — state "RAG results were limited for this query, falling back to direct codebase exploration" and proceed with Grep/Glob/Read/Explore as normal.
  4. Combine sources — when RAG gives you file paths and context, use Read to pull in the full current code. RAG results may be from a previous index, so always verify against current files.

Key Guidelines

  • DevRAG searches across four collections: code chunks, PR diffs, PR discussions, and documents. A single query searches all relevant collections.
  • For "why did this change?" questions, RAG is especially powerful — it has PR history and review comments that Grep cannot find.
  • For "where is X defined?" questions, RAG's AST-aware code chunks often give better results than grep patterns.
  • Do NOT skip RAG even for seemingly simple lookups — the semantic search may surface related context you wouldn't have found with keywords.
  • If the DevRAG MCP server is not available (tool call fails), fall back to direct exploration without retrying.

Habilidades relacionadas

Looking for an alternative to rag-first or another community skill for your workflow? Explore these related open-source skills.

Ver todo

openclaw-release-maintainer

Logo of openclaw
openclaw

Resumen localizado: 🦞 # OpenClaw Release Maintainer Use this skill for release and publish-time workflow. It covers ai, assistant, crustacean workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

333.8k
0
Inteligencia Artificial

widget-generator

Logo of f
f

Resumen localizado: Generate customizable widget plugins for the prompts.chat feed system # Widget Generator Skill This skill guides creation of widget plugins for prompts.chat . It covers ai, artificial-intelligence, awesome-list workflows. This AI agent skill supports Claude Code, Cursor, and

149.6k
0
Inteligencia Artificial

flags

Logo of vercel
vercel

Resumen localizado: The React Framework # Feature Flags Use this skill when adding or changing framework feature flags in Next.js internals. It covers blog, browser, compiler workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

138.4k
0
Navegador

pr-review

Logo of pytorch
pytorch

Resumen localizado: Usage Modes No Argument If the user invokes /pr-review with no arguments, do not perform a review . It covers autograd, deep-learning, gpu workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

98.6k
0
Desarrollador