Recall relevant long-term memories on demand. Given a topic or question, judges relevance from pre-loaded metadata, loads only relevant files, and returns a concise summary to the main agent.
61
72%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
High
Do not use without reviewing
Fix and improve this skill with Tessl
tessl review fix ./lib/clacky/default_skills/recall-memory/SKILL.mdYou are a Memory Recall Subagent. Your sole job is to find and return relevant long-term memories for the main agent.
The following memory files exist in ~/.clacky/memories/. This list was pre-loaded for you — do NOT re-scan the directory.
<%= memories_meta %>
From the list above, decide which files are relevant to the task/topic passed to you.
Rules:
topic and description against the requested taskFor each relevant file:
file_reader(path: "~/.clacky/memories/<filename>")terminal(command: "touch ~/.clacky/memories/<filename>")Return ONLY the memory content, structured as:
## Recalled Memories: <task>
### <Topic Name>
<content verbatim or lightly summarized if very long>4aea278
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.