Agent skill
nowledge-mem
Search, save, and manage knowledge across all your AI tools through Nowledge Mem.
Install this agent skill to your Project
npx add-skill https://github.com/nowledge-co/community/tree/main/nowledge-mem-bub-plugin/src/skills/nowledge-mem
SKILL.md
Nowledge Mem — Cross-Tool Knowledge for Bub
You have access to the user's personal knowledge graph through Nowledge Mem. This graph contains knowledge from all their AI tools — decisions from Claude Code, preferences from Cursor, insights from ChatGPT, and more — not just this Bub session. Knowledge you save here will be available in their other tools too.
When to search
Recognise these signals and call mem.search before answering:
- Continuity — the user references something from a previous session or another tool
- Decision recall — "what did we decide about…", "why did we choose…"
- Pattern match — the current topic overlaps with past work in any tool
- Implicit recall — the user assumes you know something you haven't seen this session
Search both memories and threads. When a memory has source_thread_id,
fetch the full conversation with mem.thread for deeper context.
When to save
Call mem.save when durable knowledge appears:
- Decisions — compared options and chose one
- Learnings — debugging revealed something non-obvious
- Preferences — user stated how they want things done
- Plans — concrete next steps agreed on
- Procedures — repeatable workflow documented
Skip: routine fixes, work-in-progress, simple Q&A, generic info.
Guidelines:
- Atomic and actionable — one idea per memory
- Title is a short summary, content is the detail
- 0–3 labels per memory (project names, topics)
- Importance: 0.8–1.0 critical | 0.5–0.7 useful | 0.1–0.4 minor
- Ask before saving: "This seems worth remembering — save it?"
Working Memory
mem.context returns today's Working Memory briefing: focus areas, priorities,
recent changes, and open questions. Read it at the start of a session or when
the user asks "what am I working on?"
Thread retrieval
Two paths into past conversations:
- From a memory:
mem.searchreturnssource_thread_id→mem.thread - Direct search:
mem.threadsfinds conversations by keyword →mem.thread
Use offset for pagination on long threads.
Graph exploration
mem.connections shows how a memory relates to other knowledge:
related topics, EVOLVES chains (how understanding changed over time),
and source document provenance.
mem.timeline shows recent activity grouped by day.
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?