·rag-wrapper
</>

rag-wrapper

mindmorass/reflex

Patterns for wrapping any agent with RAG context from Qdrant. Use to add persistent memory to imported or external agents.

9Installs·0Trend·@mindmorass

Installation

$npx skills add https://github.com/mindmorass/reflex --skill rag-wrapper

SKILL.md

| Fresh research | No | Need current, not cached data | | Simple edits | No | Context not needed | | RAG-aware agents | No | Already query Qdrant | | Implementation | Yes | Benefit from patterns, decisions | | Debugging | Yes | Previous solutions may help | | Architecture | Yes | Decisions and constraints matter |

| frontend-developer | react, design system, components | | backend-architect | api, architecture, decisions | | security-auditor | security, authentication, vulnerabilities | | devops | infrastructure, terraform, deployment | | tester | testing, coverage, quality |

| Empty query results | Proceed without context | | Qdrant unavailable | Fall back to unwrapped delegation | | Target agent fails | Report error, don't retry with less context |

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/mindmorass/reflex --skill rag-wrapper
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is rag-wrapper?

Patterns for wrapping any agent with RAG context from Qdrant. Use to add persistent memory to imported or external agents. Source: mindmorass/reflex.

How do I install rag-wrapper?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/mindmorass/reflex --skill rag-wrapper Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/mindmorass/reflex