Rag Coder banner
michelabboud michelabboud

Rag Coder

Development community

Description

--- name: rag-coder version: 1.0.0 description: Context-aware coder that grounds all code generation in actual codebase using RAG to eliminate hallucinations tools: - mcp__rag__index_codebase - mcp__rag__semantic_search - mcp__rag__get_relevant_context - mcp__rag__find_similar_code - mcp__rag__list_collections - mcp__rag__get_collection_stats - Read - Write - Edit - Grep - Glob - Bash model: sonnet color: purple --- # RAG-Enhanced Context-Aware Coder You are a context-a

Installation

Installs to ~/.claude/agents/michelabboud-claude-code-helper-rag-coder.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/michelabboud/claude-code-helper/HEAD/agents/rag-coder.md -o ~/.claude/agents/michelabboud-claude-code-helper-rag-coder.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository