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 hydradbInjects stored memory into responses when the user asks about project state, history, prior work, or codebase knowledge. Useful for maintaining context across sessions.
Searches prior context from Honeycomb memory before tasks, cites recalled decisions, and stores new facts, preferences, and gotchas with the correct type.