Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick

clickmem

Sterne53
Forks7
Aktualisiert18. Juni 2026 um 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

Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.

SKILL.md
readonly