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.
npx claudepluginhub nowledge-co/community --plugin nowledge-memThis skill uses the workspace's default tool permissions.
> Start every session with context. Your Working Memory is a daily briefing synthesized from your knowledge base.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
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.