← all plugins

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-pack
⬇ Download

Skills in this plugin

  1. recall · lucassantana-dev
    Semantic-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.
    1
    repo stars
  2. context-pack · lucassantana-dev
    Build 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."
    1
    repo stars