mit einem Klick
clickmem
clickmem enthält 2 gesammelte Skills von auxten, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.
Skills in diesem Repository
Local memory store for AI coding agents — explicit-only, no auto-extraction. Use when: - You just refined a conclusion worth keeping across sessions → call `clickmem_remember` - Starting a task → derive `project_id` + tags, call `clickmem_recall`, load hits into context, then work - The user asks "what did we decide about X" → call `clickmem_recall` - A new commit comes back as `conflicted` → review with `clickmem_show` and call `clickmem_resolve` - A stored memory is wrong or stale → `clickmem_edit` (Revise) or `clickmem_forget` (Contract) - The user marks a memory as canonical → `clickmem_pin`; bad pattern that should never be remembered → `clickmem_blacklist` - You need recall scoring details for debugging → `clickmem_recall_trace`
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".