Instructions file CodexOpenCode
Instructions for auxten/clickmem, covering learned user preferences and learned workspace facts.
Instructions file CodexOpenCode
Instructions for auxten/clickmem, covering learned user preferences and learned workspace facts.
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, running curl -s -X POST http://127.0.0.1:9527/hooks/claude-code -d @. From auxten/clickmem.
Hook Claude Code
Runs after a tool call finishes, running curl -s -X POST http://127.0.0.1:9527/hooks/claude-code -d @. From auxten/clickmem.
Settings file Claude Code
Agent settings declaring 2 hook events (UserPromptSubmit, PostToolUse).
Skill Claude CodeCodex
Audit the ClickMem memory store for quality and contradictions. Sample recent recall traces, look for failing or low-confidence retrievals, surface conflicted memories, and propose resolutions. Use when the user mentions "memory audit", "recall quality", "clickmem research", or "clean up the memory store".
Skill Claude CodeCodex
Local memory store for AI coding agents — explicit-only, no auto-extraction. Use when: You just refined a conclusion worth keeping across sessions → call clickmemremember Starting a task → derive projectid + tags, call clickmemrecall, load hits into context, then work The user asks "what did we decide about X" → call…