Rag
by @lucassantana-dev · plugin · 2 skills
Rag from LucasSantana-Dev/forgekit.
Install the whole plugin (CLI)
npx skillmds add lucassantana-dev/recall
npx skillmds add lucassantana-dev/context-packSkills in this plugin
- ▌ recall · lucassantana-devSemantic-search personal knowledge (memory, plans, handoffs, skills, Codex rules) via the local RAG index at ~/.claude/rag-index/. Use when a query is fuzzy or cross-file ("how did we fix X", "what did we decide about Y", "which skill handles Z"). Complements grep (exact) and Serena (code symbols). If the user asks a recall question that doesn't map to a specific known file, reach here first.
- ▌ context-pack · lucassantana-devBuild a task-aware context bundle (relevant code + applicable standards + related past decisions) via the local RAG index, capped at a token budget. Use at the start of any implementation/refactor/debug task instead of reading files blindly. Replaces "read whole file" with "retrieve the function + callers + rules + prior ADR."