From nowledge-mem
Reads daily Working Memory briefing containing active focus areas, priorities, unresolved flags, and recent knowledge changes. Use at session starts or for context queries; auto-loads for continuity.
How this skill is triggered — by the user, by Claude, or both
Slash command
/nowledge-mem:read-working-memoryThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> Start every session with context. Your Working Memory is a daily briefing synthesized from your knowledge base.
Start every session with context. Your Working Memory is a daily briefing synthesized from your knowledge base.
At session start:
During session:
Skip when:
Read Working Memory via nmem CLI (works for both local and remote):
nmem wm read
Fallback for local-only (when nmem is not installed):
cat ~/ai-now/memory.md
The Working Memory briefing contains:
If nmem is not in PATH: pip install nmem-cli or pipx install nmem-cli
If Nowledge Mem is on a remote server, create ~/.nowledge-mem/config.json with {"apiUrl": "...", "apiKey": "..."}, or set NMEM_API_URL and NMEM_API_KEY environment variables.
npx claudepluginhub joshuarweaver/cascade-code-general-misc-2 --plugin nowledge-co-communityRecalls project context via ctx CLI: loads context packet, reads TASKS.md/DECISIONS.md, lists recent sessions, presents structured readback of last session, active tasks, recent decisions, next steps. For memory questions or session starts.
Lists loaded memory files and scans disk for available memory context (schema, daily logs, registers, archive) in Claude Code sessions. Highlights gaps and suggests actions.
Loads relevant Pensyve memories at session start for cross-session continuity. Use when switching projects or needing historical context.