Agent skill
working-memory
Load your current context at session start. Shows what you were working on, active priorities, and unresolved flags. Also trigger when resuming after a break or when the user asks what am I working on.
Install this agent skill to your Project
npx add-skill https://github.com/nowledge-co/community/tree/main/nowledge-mem-codex-plugin/skills/working-memory
SKILL.md
Start with what matters. Working Memory is a daily briefing of your active focus areas, priorities, and recent knowledge changes, kept up to date across every AI tool you use.
Command
nmem --json wm read
If the runtime already knows the current project or agent lane, add --space "<space name>".
What you'll find
- Focus areas: what you're actively working on, ranked by recent activity
- Priorities: items flagged as important or needing attention
- Unresolved flags: contradictions, stale information, or items to verify
- Recent changes: what shifted in your knowledge base since the last briefing
How to use it
- Summarize key focus areas and any unresolved flags briefly (2-3 sentences), then work informed by this context.
- If the task is clearly a continuation, review, release, regression, integration, or prior-decision question, move directly into
search-memoryafter the briefing instead of stopping here. - If
exists: falseor the command fails, say there is no briefing yet and continue normally. - Share only the parts relevant to what the user is doing now.
When to read
- Beginning of a new session
- Returning to a project after a break
- User asks "what am I working on?" or "what's my context?"
When to skip
- Already loaded this session (do not re-read unless the user asks)
- User explicitly wants a fresh start
- Task is isolated and needs no prior context
Links
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?