From aitytech-agentkits-memory
Recalls past work, decisions, error solutions, and project history via a token-efficient 3-layer memory search workflow (search, timeline, details).
npx claudepluginhub aitytech/agentkits-memoryThis skill uses the workspace's default tool permissions.
Use this skill when:
Implements 3-layer memory search workflow to recall past work, decisions, errors, and project history token-efficiently via layered functions.
Searches claude-mem's persistent cross-session memory for past work via 3-step workflow: search index, timeline context, fetch details. Use for recalling previous solutions.
Queries cross-session project history, past decisions, and gotchas from claude-mem observations via search, details, and timeline tools. Useful for 'last session', decisions, or timelines.
Share bugs, ideas, or general feedback.
Use this skill when:
Before searching, check if memories exist:
memory_status()
If the database is empty, skip recall and inform the user.
memory_search(query="your search term")
decision, pattern, error, context, observationdateStart="2025-01-01", dateEnd="2025-12-31"orderBy="relevance" (default), "date_asc", "date_desc"memory_timeline(anchor="MEMORY_ID")
memory_details(ids=["ID1", "ID2"])
For a fast overview of everything known about a topic:
memory_recall(topic="authentication")
This returns a grouped summary. Follow up with memory_details for specifics.
memory_search (Layer 1), never jump to memory_detailsmemory_details to 3-5 IDs per call