Plugin Claude Code
Plugin marketplace listing 1 plugin: wikimoth.
Plugin Claude Code
Plugin marketplace listing 1 plugin: wikimoth.
Plugin Claude Code
Deterministic, token-minimal memory for Claude Code: capture each session as a [[wikilink]] note (edges computed by code, not a model) and recall connected notes at boot.
Hook
Runs when a session starts, running python -m wikimoth.capture.hook SessionStart. From juliangeymonat-jpg/wikimoth.
Hook
Runs when you submit a prompt, before the agent sees it, running python -m wikimoth.capture.hook UserPromptSubmit. From juliangeymonat-jpg/wikimoth.
Hook
Runs after a tool call finishes, running python -m wikimoth.capture.hook PostToolUse. From juliangeymonat-jpg/wikimoth.
Hook
Runs when the agent finishes a response, running python -m wikimoth.capture.hook Stop. From juliangeymonat-jpg/wikimoth.
Hook
Runs when a session ends, running python -m wikimoth.capture.hook SessionEnd. From juliangeymonat-jpg/wikimoth.
MCP server Claude CodeCodexCursor +2
Deterministic, token-minimal, reproducible memory for Claude and agents: wikilink-graph retrieval, then compaction, then a Claude reader. Runs locally from the wikimoth Python package. Needs 1 environment variable to run.