From hydradb
Show the most recent auto-recall payload captured by the HydraDB plugin. Use when debugging whether UserPromptSubmit recall ran, what HydraDB returned, or what was injected into context.
How this skill is triggered — by the user, by Claude, or both
Slash command
/hydradb:last-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
Inspect the last auto-recall payload recorded by the plugin:
Inspect the last auto-recall payload recorded by the plugin:
node "${CLAUDE_PLUGIN_ROOT}/scripts/plugin.mjs" last-recall --json
Summarize:
additionalContext block was emittedIf additionalContext is present, show the important parts of what would have been injected into Claude's context.
npx claudepluginhub usecortex/hydradb-claude-code --plugin hydradbRecalls past Claude Code sessions using qrec CLI via Bash. Useful for queries about prior conversations, implementations, decisions, 'last time we...', or previous work.
Retrieves relevant memories from past sessions using memsearch for historical context, decisions, debugging notes, and project knowledge. Activates on relevance or '[memsearch] Memory available' hints.
Shows memory system health: working memory word counts/open loops, daily logs/registers/archive stats, stale/superseded entries, hooks status, with recommendations.