From hydradb
Retrieve relevant HydraDB context when answering would benefit from prior conversations, workspace docs, project decisions, team conventions, or user preferences not fully present in the current chat. Use proactively for substantive project questions or when continuity may matter.
How this skill is triggered — by the user, by Claude, or both
Slash command
/hydradb:auto-recallThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Query HydraDB for relevant long-term context using the user's current question or a concise reformulation:
Query HydraDB for relevant long-term context using the user's current question or a concise reformulation:
node "${CLAUDE_PLUGIN_ROOT}/scripts/plugin.mjs" search --json "$ARGUMENTS"
Use the returned HydraDB results as supporting context for the answer.
/hydradb:last-recall confirms it.npx claudepluginhub usecortex/hydradb-claude-code --plugin hydradbRetrieves relevant memories from past sessions using memsearch for historical context, decisions, debugging notes, and project knowledge. Activates on relevance or '[memsearch] Memory available' hints.
Injects prior conversation and codebase context into Claude's responses when the user asks about state, history, or prior work.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.