X
@aviflombaum: If you're not blocking claude from Glob/grep explore loops withou…
@aviflombaumbookmarkx
TL;DR. Block Claude from Glob/grep explore loops — use Tobi's qmd as a mini search engine over your docs plus a custom skill to build durable project memory.
Takeaways
- qmd (tobi/qmd, ~14k stars) is a mini CLI search engine for docs, knowledge bases, and notes — pitched as the right primitive for agent context retrieval.
- The workflow: pair qmd with a custom skill that writes project memory/context, so Claude stops burning tokens re-exploring the repo each turn.
- Ships with
.claude-pluginand askills/directory — built explicitly for Claude Code agent integration, not just human search.