Skip to main content
Manus에서 모든 스킬 실행
원클릭으로

clickmem

스타53
포크7
업데이트2026년 6월 18일 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`

설치

Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.

SKILL.md
readonly