From hydradb
Background guidance for sessions where HydraDB context is injected. Use when <hydradb-context> blocks appear or when the user asks how the HydraDB plugin behaves.
How this skill is triggered — by the user, by Claude, or both
Slash command
/hydradb:hydradb-contextThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
When this plugin injects `<hydradb-context>` into the conversation:
When this plugin injects <hydradb-context> into the conversation:
searchMode./hydradb:setup or /hydradb:status.UserPromptSubmit fired, or whether auto-recall returned anything, do not guess from the chat UI alone. Point them to /hydradb:last-recall for the recorded prompt-time recall payload.<hydradb-context> block was definitely injected unless /hydradb:last-recall, an explicit HydraDB search, or another direct plugin signal confirms it./hydradb:sync-workspace.npx claudepluginhub usecortex/hydradb-claude-code --plugin hydradbStores and retrieves persistent knowledge across Claude Code sessions. Use for cross-session memory, recalling past context, or maintaining an agent identity.
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.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.