Agent skill
distill-memory
Recognize breakthrough moments, design decisions, and durable lessons worth preserving. Distill only high-signal knowledge that should remain useful after the session ends.
Install this agent skill to your Project
npx add-skill https://github.com/nowledge-co/community/tree/main/nowledge-mem-droid-plugin/skills/distill-memory
SKILL.md
Distill Memory
Proactive Save
Save proactively when the conversation produces a decision, preference, plan, procedure, learning, or important context. Do not wait to be asked.
Good Candidates
- a debugging breakthrough
- a design decision with rationale
- a research conclusion
- an unexpected lesson or preventive measure
- plans that future sessions will need to resume
Skip routine fixes, work in progress without a stable takeaway, and generic Q&A.
Tool Usage
Create memories with nmem:
nmem --json m add "Insight with enough context to stand on its own" \
-t "Searchable title" \
-i 0.8 \
-s droid
If the same decision or workflow already exists and the new information refines it, update the memory instead of duplicating it:
nmem m update <id> -t "Updated title"
Quality Bar
- Atomic
- Actionable
- Understandable without the original conversation
- Focused on the outcome, not the chat transcript
- Explicitly review whether one durable memory should be added or updated at the end of substantial work
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
search-memory
Search your personal knowledge base when past insights would improve response. Recognize when stored breakthroughs, decisions, or solutions are relevant. Search proactively based on context, not just explicit requests.
check-integration
Check Nowledge Mem setup, detect your agent, and guide native plugin installation. Use when the user asks about setup, configuration, or when memory tools aren't working as expected.
distill-memory
Capture breakthrough moments and valuable insights as searchable memories in your knowledge base.
read-working-memory
Read your daily Working Memory briefing to understand current context. Contains active focus areas, priorities, unresolved flags, and recent knowledge changes. Load this automatically at the beginning of sessions for cross-tool continuity.
status
Check Nowledge Mem connection status, server version, CLI version, and configuration. Use when diagnosing issues or verifying setup.
save-handoff
Save a concise handoff summary only when the user explicitly requests it. Use this for resumable progress notes in generic agent environments where a real session importer is not guaranteed.
Didn't find tool you were looking for?