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 callProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub aitytech/agentkits-memory