hindsight
01Plugin Claude Code
Official Hindsight integrations for Claude Code.
Plugin Claude Code
Official Hindsight integrations for Claude Code.
Skill Claude CodeCodex
Review changed code against project standards. Checks for missing tests, dead code, type safety, lint issues, and coding conventions. Run after completing any implementation work.
Skill Claude CodeCodex
Cut a core Hindsight release (vX.Y.Z) and open the changelog + blog PR. Use when asked to cut/start a release, bump the version, or publish a new Hindsight version.
Instructions file CodexOpenCode
Instructions for vectorize-io/hindsight: See CLAUDE.md for project documentation and coding conventions.
Instructions file
Instructions for vectorize-io/hindsight, covering claude.md, project overview, development commands, local development (api + ui) and start both api server and control plane ui.
Skill Claude CodeCodex
Long-term memory for the agent via Hindsight. Use to recall relevant past context before answering, retain durable facts as you learn them, and reflect over accumulated memory for the "why" behind a decision. Load whenever continuity across sessions matters — the user refers to earlier work, states a lasting…
Plugin Claude Code
Automatic long-term memory for Claude Code via Hindsight. Recalls relevant memories before each prompt, retains conversation transcripts, and provides knowledge page tools.
MCP server Claude CodeCodexCursor +2
MCP server "hindsight" as configured in vectorize-io/hindsight. Launched with bash ${CLAUDE_PLUGIN_ROOT}/scripts/run_mcp.sh.
Hook
Runs when a session starts, executing session_start.py via python3. From vectorize-io/hindsight.
Hook
Runs when you submit a prompt, before the agent sees it, executing recall.py via python3. From vectorize-io/hindsight.
Hook
Runs when the agent finishes a response, executing retain.py via python3. From vectorize-io/hindsight.
Hook
Runs when a session ends, executing session_end.py via python3. From vectorize-io/hindsight.
Skill Claude CodeCodex
Create a new Hindsight-powered subagent with long-term memory. Use when the user wants a specialized agent that learns and remembers across sessions.
Skill Claude CodeCodex
How this machine's Hindsight coding-agent memory works — the plugin behind the 🧠 banner. Use when the user says "store/remember this in hindsight", asks what the memory/knowledge pages are, wants to configure per-repo memory (disable, rename banks, git depth), or something memory-related looks broken.
Cursor rule
Use Hindsight long-term memory to recall context from past sessions and retain important decisions.
Skill Claude CodeCodex
Search long-term memory for relevant context from past coding sessions using Hindsight MCP tools.
Plugin Claude Code
No-MCP long-term memory for ZCode (and Claude Code) via Hindsight hooks. Recalls relevant context before each prompt and retains conversations after each turn.
Skill Claude CodeCodex
Expert memory architect. Understands your application, identifies where memory adds value, and produces an implementation plan with bank config, tag schema, and code.
Skill Claude CodeCodex
Store team knowledge, project conventions, and learnings from tasks. Use to remember what works and recall context before new tasks. Connects to Hindsight Cloud. (user).
Skill Claude CodeCodex
Complete Hindsight documentation for AI agents. Use this to learn about Hindsight architecture, APIs, configuration, and best practices.
Skill Claude CodeCodex
Store user preferences, learnings from tasks, and procedure outcomes. Use to remember what works and recall context before new tasks. (user).
Skill Claude CodeCodex
Store team knowledge, project conventions, and learnings from tasks. Use to remember what works and recall context before new tasks. Connects to a self-hosted Hindsight server. (user).
vectorize-io/self-driving-agents
Skill Claude CodeCodex
Your long-term knowledge pages. Read them at session start. Create new pages when you learn something worth remembering across sessions. Pages auto-update from your conversations via Hindsight.
vectorize-io/agent-memory-benchmark
Instructions file
Claude Code instructions for vectorize-io/agent-memory-benchmark: Use uv run amb to run all CLI commands (omb is a deprecated alias) (never activate the venv manually).