npx skills add ...
npx skills add nowledge-co/community --skill save-thread
Save or archive the current Proma session to Nowledge Mem when the user explicitly asks, especially as a fallback when automatic hooks are unavailable.
npx skills add nowledge-co/community --skill save-thread
Save the current Proma session to Nowledge Mem on explicit user request.
Save only when the user explicitly requests it:
The UserPromptSubmit and Stop hooks in ~/.proma/sdk-config/.claude/settings.json handle automatic capture. This skill is for manual saves and for fallback when hooks are not configured.
Primary (MCP):
Manual script (if MCP unavailable):
~/.proma/sdk-config/projects/<workspace-hash>/<session-id>.jsonl~/.proma/agent-sessions/<id>.jsonl are still supported by the scriptproma-{session_id}Thread = real session messages (for searching conversation history) Memory = distilled insights (for durable knowledge) Both are useful — save a thread AND distill key learnings.
If thread save fails, check ~/.proma/logs/nm-hooks.log for errors. Verify the nmem server is running with nmem status.