Skip to main content
Run any Skill in Manus
with one click

clickmem

Stars53
Forks7
UpdatedJune 18, 2026 at 13:30

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`

Installation

Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.

SKILL.md
readonly