vbcherepanov
01vbcherepanov/total-agent-memory
Plugin Claude Code
Local-first tooling for AI coding agents.
vbcherepanov/total-agent-memory
Plugin Claude Code
Local-first tooling for AI coding agents.
vbcherepanov/total-agent-memory
Plugin Claude Code
Persistent local memory for Claude Code — temporal knowledge graph, procedural memory, AST codebase ingest, cross-project analogy. Installs the MCP server, the memory-protocol skill and the capture hooks in one step.
vbcherepanov/total-agent-memory
MCP server Claude CodeCodexCursor +2
MCP server "memory" as configured in vbcherepanov/total-agent-memory. Runs ${CLAUDE_PLUGIN_ROOT}/bin/tam_plugin_bootstrap.py with python3. Needs 2 environment variables to run.
vbcherepanov/total-agent-memory
Skill Claude CodeCodex
Activate this skill when starting a new session, beginning a new task, saving knowledge, recalling past decisions, or after completing significant work. Also activate on errors to log them for pattern analysis. Relevant when the user asks about memory, past context, lessons learned, decisions history, project…
vbcherepanov/total-agent-memory
Skill Claude CodeCodex
Explore 2-4 design options with pros/cons/criteria matrix before writing code. Use for L3-L4 tasks (refactors, architecture, new subsystems). Pairs with savedecision MCP tool.
vbcherepanov/total-agent-memory
Hook
Runs when a session starts on startup, resume and clear, executing session-start.sh. From vbcherepanov/total-agent-memory.
vbcherepanov/total-agent-memory
Hook
Runs when you submit a prompt, before the agent sees it, executing user-prompt-submit.sh. From vbcherepanov/total-agent-memory.
vbcherepanov/total-agent-memory
Hook
Runs before the agent uses a tool for Edit, Write, MultiEdit and NotebookEdit tool calls, executing pre-edit.sh. From vbcherepanov/total-agent-memory.
vbcherepanov/total-agent-memory
Hook
Runs after a tool call finishes for Edit, Write, MultiEdit, NotebookEdit and Bash tool calls, executing post-tool-use.sh. From vbcherepanov/total-agent-memory.
vbcherepanov/total-agent-memory
Hook
Runs when a tool call fails for Bash tool calls, executing on-bash-error.sh. From vbcherepanov/total-agent-memory.
vbcherepanov/total-agent-memory
Hook
Runs when the agent finishes a response, executing on-stop.sh. From vbcherepanov/total-agent-memory.
vbcherepanov/total-agent-memory
Hook
Runs when a session ends, executing session-end.sh. From vbcherepanov/total-agent-memory.
vbcherepanov/total-agent-memory
Skill Claude CodeCodex
Universal protocol for total-agent-memory MCP server. Activate at session start, before any non-trivial task, after every significant action, on errors, and at session end. Relevant whenever the user mentions: memory, recall, past context, decisions history, conventions, lessons learned, "продолжаем", "сохранись"…
vbcherepanov/total-agent-memory
Cursor rule
You have access to a persistent cross-session memory via the memory MCP server. Knowledge survives between sessions and is shared across agents working on the same project.
Skill Claude CodeCodex
Inter-agent collaboration via the A2A 1.0 protocol. Loads when the user mentions a2a, broadcast, FYI to peer, "another agent", inbox, or proactive cross-project coordination. Teaches Claude when to poll the inbox, how to send proactive FYI messages on contract changes, and how to address peers by name.
Skill Claude CodeCodex
Inter-agent collaboration via the A2A 1.0 protocol. Loads when the user mentions a2a, broadcast, FYI to peer, "another agent", inbox, or proactive cross-project coordination. Teaches Claude when to poll the inbox, how to send proactive FYI messages on contract changes, and how to address peers by name.