PreToolUse
01Hook Claude Code
Runs before the agent uses a tool for Edit, MultiEdit and Write tool calls, executing run-pretool-weasel.sh via bash (2 commands). From LadislavSopko/cvm.
Hook Claude Code
Runs before the agent uses a tool for Edit, MultiEdit and Write tool calls, executing run-pretool-weasel.sh via bash (2 commands). From LadislavSopko/cvm.
Hook Claude Code
Runs when the agent finishes a response, executing run-stop-hook.sh via bash. From LadislavSopko/cvm.
Settings file Claude Code
Agent settings declaring 2 hook events (PreToolUse, Stop).
MCP server Claude CodeCodexCursor +2
MCP server "lsai" as configured in LadislavSopko/cvm. Launched with /home/laco/.lsai/run --stdio.
MCP server Claude CodeCodexCursor +2
MCP server "xmp4", hosted remotely at mcp.example4.ai, as configured in LadislavSopko/cvm.
MCP server Claude CodeCodexCursor +2
Gives the agent up-to-date documentation and code examples for libraries and frameworks, fetched on demand so answers are not stuck at the model's training cutoff. Runs locally from the @upstash/context7-mcp npm package.
MCP server Claude CodeCodexCursor +2
MongoDB Lens: Full Featured MCP Server for MongoDB Databases. Runs locally from the mongodb-lens npm package.
MCP server Claude CodeCodexCursor +2
Cognitive Virtual Machine (CVM) - A deterministic bytecode VM with AI cognitive operations. Runs locally from the cvm-server npm package. Needs 5 environment variables to run.
MCP server Claude CodeCodexCursor +2
MCP server "cvm-dbg" as configured in LadislavSopko/cvm. Runs /home/laco/cvm/apps/cvm-server/dist/main.cjs with node. Needs 5 environment variables to run.
MCP server Claude CodeCodexCursor +2
MCP client for cc-chat — connects your coding agents to a shared collaboration hub. Runs locally from the cc-chat-mcp npm package. Needs 3 environment variables to run.
Instructions file
Claude Code instructions for LadislavSopko/cvm, covering claude.md, memory bank, what is cvm and why it matters, the beautiful paradigm shift and the gps analogy.
Skill Claude CodeCodex
Author a valid CVM Plan Protocol (CVM-PP) plan that CVM can execute. Use this skill whenever you need to write, draft, or structure a CVM plan — a mission plus ordered TDDAB/step blocks — so an AI agent can be driven through the work one task at a time by the CVM planexecutor. Triggers: create a CVM plan, write a…
Skill Claude CodeCodex
Execute a validated CVM Plan Protocol (CVM-PP) plan end to end through the CVM MCP tools. Use this skill whenever you need to run, execute, or drive a CVM plan.md autonomously — parse it, start the planexecutor, and work the getTask/submitTask loop one task at a time. Triggers: execute this CVM plan, run the plan with…
Skill Claude CodeCodex
Review an existing CVM Plan Protocol (CVM-PP) plan for conformity and quality before it is executed. Use this skill whenever you need to check, review, audit, or approve a CVM plan.md — machine-validate it with parsePlan and then semantically review its blocks against TDDAB quality rules. Triggers: review this CVM…