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.
Instructions file CodexOpenCode
AGENTS.md instructions for Holetron-lab/fleet-memory: See CLAUDE.md for project documentation and coding conventions.
Instructions file
Claude Code instructions for Holetron-lab/fleet-memory, covering claude.md, project overview, development commands, local development (api + ui) and start both api server and control plane ui.
Plugin Claude Code
Automatic long-term memory for Claude Code via Hindsight. Recalls relevant memories before each prompt and retains conversation transcripts after each response.
Hook
Runs when a session starts, executing session_start.py via python3. From Holetron-lab/fleet-memory.
Hook
Runs when you submit a prompt, before the agent sees it, executing recall.py via python3. From Holetron-lab/fleet-memory.
Hook
Runs when the agent finishes a response, executing retain.py via python3. From Holetron-lab/fleet-memory.
Hook
Runs when a session ends, executing session_end.py via python3. From Holetron-lab/fleet-memory.
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).
MCP server Claude CodeCodexCursor
Self-hosted shared memory for a team of AI agents. Rooms, L0-L3 depth, no LLM on the read path. Runs locally from the fleet-memory-mcp npm package. Needs 2 environment variables to run.
Skill Claude CodeCodex
Use when the user needs to run GitNexus CLI commands like analyze/index a repo, check status, clean the index, generate a wiki, or list indexed repos. Examples: "Index this repo", "Reanalyze the codebase", "Generate a wiki".
Skill Claude CodeCodex
Use when the user is debugging a bug, tracing an error, or asking why something fails. Examples: "Why is X failing?", "Where does this error come from?", "Trace this bug".
Skill Claude CodeCodex
Use when the user asks how code works, wants to understand architecture, trace execution flows, or explore unfamiliar parts of the codebase. Examples: "How does X work?", "What calls this function?", "Show me the auth flow".
Skill Claude CodeCodex
Use when the user asks about GitNexus itself — available tools, how to query the knowledge graph, MCP resources, graph schema, or workflow reference. Examples: "What GitNexus tools are available?", "How do I use GitNexus?".
Skill Claude CodeCodex
Use when the user wants to know what will break if they change something, or needs safety analysis before editing code. Examples: "Is it safe to change X?", "What depends on this?", "What will break?".
Skill Claude CodeCodex
Use when the user wants to rename, extract, split, move, or restructure code safely. Examples: "Rename this function", "Extract this into a module", "Refactor this class", "Move this to a separate file".
MCP server Claude CodeCodexCursor +2
MCP server "godcrm" as configured in Holetron-lab/godcrm. Runs backend/mcp-server.js with node. Needs 1 environment variable to run.
MCP server Claude CodeCodexCursor +2
MCP server "gitnexus" as configured in Holetron-lab/godcrm. Launched with gitnexus mcp.
MCP server Claude CodeCodexCursor +2
MCP server "figma", hosted remotely at mcp.figma.com, as configured in Holetron-lab/godcrm.
Instructions file CodexOpenCode
AGENTS.md instructions for Holetron-lab/godcrm, covering gitnexus — code intelligence, always do, never do, resources and cli.