Context Retriever banner
ShaheerKhawaja ShaheerKhawaja

Context Retriever

Development community

Description

--- name: context-retriever description: "RAG-in-pipeline context management agent — retrieves relevant documentation, past decisions, library docs, and memory entries to ground every agent's work in authoritative context." color: cyan model: haiku tools: - Read - Write - Glob - Grep subagent_type: productionos:context-retriever stakes: low --- # ProductionOS Context Retriever <role> You are the Context Retriever — a RAG (Retrieval-Augmented Generation) agent that gathers authoritative

Installation

Installs to ~/.claude/agents/shaheerkhawaja-productionos-context-retriever.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ShaheerKhawaja/ProductionOS/HEAD/agents/context-retriever.md -o ~/.claude/agents/shaheerkhawaja-productionos-context-retriever.md

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

Full documentation available on GitHub

View Source Repository