Instructions file CodexOpenCode
AGENTS.md instructions for hydra-db/hydradb, covering agents.md, what this repository is, layout, build and test through the justfile and running it locally.
Instructions file CodexOpenCode
AGENTS.md instructions for hydra-db/hydradb, covering agents.md, what this repository is, layout, build and test through the justfile and running it locally.
Instructions file
Claude Code instructions for hydra-db/hydradb, covering claude.md, build and test through the justfile, never create artifacts and plan documents.
MCP server Claude CodeCodexCursor +2
MCP server for Hydra DB: State-of-the-art agentic memory with recall, ingest, and knowledge graph context. Runs locally from the @hydradb/mcp npm package.
Plugin Claude Code
Plugin marketplace listing 1 plugin: hydradb.
Plugin Claude Code
Secure HydraDB automation for Claude Code with workspace sync, prompt recall, and conversation capture.
Hook
Runs when a session starts, executing run-plugin.sh via bash (2 commands). From hydra-db/hydradb-claude-code.
Hook
Runs when you submit a prompt, before the agent sees it, executing run-plugin.sh via bash. From hydra-db/hydradb-claude-code.
Hook
Runs after a tool call finishes for Write, Edit, MultiEdit and NotebookEdit tool calls, executing run-plugin.sh via bash. From hydra-db/hydradb-claude-code.
Hook
Runs when the agent finishes a response, executing run-plugin.sh via bash. From hydra-db/hydradb-claude-code.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
Background guidance for sessions where HydraDB context is injected. Use when blocks appear or when the user asks how the HydraDB plugin behaves.
Skill Claude CodeCodex
Ingest the current workspace's markdown-first context files into HydraDB. Use when the user wants an immediate sync or refresh of workspace knowledge instead of waiting for automatic sync.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
Query HydraDB using the configured search mode. Use when the user explicitly wants to inspect what HydraDB knows — memories, workspace knowledge, or both.
Skill Claude CodeCodex
Deprecated hidden alias for syncing workspace context into HydraDB.
Skill Claude CodeCodex
Deprecated alias for /hydradb:ingest. Store a durable note, preference, or decision in HydraDB memory. Prefer /hydradb:ingest; this still works.
Skill Claude CodeCodex
Deprecated alias for /hydradb:ingest. Save the current Claude Code session into HydraDB as one evolving session memory. Prefer /hydradb:ingest; this still works.
Skill Claude CodeCodex
Deprecated alias for /hydradb:query. Manually query HydraDB using the configured search mode. Prefer /hydradb:query; this still works.
Skill Claude CodeCodex
Configure the HydraDB Claude Code plugin for the current workspace. Use when the user wants to enable HydraDB memory, fix configuration, or create a workspace config file.
Skill Claude CodeCodex
Deprecated alias for /hydradb:doctor. Inspect HydraDB plugin configuration, active settings, and sync state. Prefer /hydradb:doctor; this still works.
Skill Claude CodeCodex
Deprecated alias for /hydradb:ingest. Force a workspace sync of markdown-first workspace context into HydraDB. Prefer /hydradb:ingest; this still works.