From aitytech-agentkits-memory
Recalls past work, decisions, error solutions, and project history via a 3-layer memory search workflow for token-efficient retrieval.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aitytech-agentkits-memory:memoryThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when:
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 callnpx claudepluginhub aitytech/agentkits-memoryImplements 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 database to retrieve work from previous sessions. Follows a search-filter-fetch workflow to minimize token usage.
Searches and recalls relevant memories from past sessions via memsearch. Useful when historical context, past decisions, debugging notes, or project knowledge could help answer the user's question.