Save current session to Nowledge Mem
Saves current Claude Code session to Nowledge Mem using nmem CLI.
/plugin marketplace add nowledge-co/community/plugin install nowledge-mem@nowledge-communitySave the current Claude Code session to Nowledge Mem using the nmem CLI.
Run this command to save the current session:
nmem t save --from claude-code
Add a summary describing what was accomplished:
nmem t save --from claude-code -s "Brief summary of the session"
Save all sessions for the current project:
nmem t save --from claude-code -m all
The command will:
~/.claude/projects/Note: This operation is idempotent - running it multiple times will only append new messages.
/saveSMART save - auto-generates commit messages, handles git pull/merge/rebase automatically, resolves divergent branches, stashes dirty work. Works for single repos and umbrella multi-repo setups. Just run /sw:save with no args for fully automatic save!