Agent skill
save-thread
Save the current Codex session so the user can find it later or resume from another tool. Trigger only when the user explicitly asks to save or preserve this conversation.
Install this agent skill to your Project
npx add-skill https://github.com/nowledge-co/community/tree/main/nowledge-mem-codex-plugin/skills/save-thread
SKILL.md
Save the actual Codex session transcript, not a summary, so it can be searched, resumed, or referenced from any connected tool.
Command
nmem --json t save --from codex -p . -s "Brief summary of what was accomplished"
Workflow
- Write a concise 1-2 sentence summary of what was accomplished.
- Run the save command.
- Report whether the thread was created or updated, how many messages were stored, and the thread ID.
Options
- Specific session:
--session-id <id>
Important
This is a real session import. It captures the actual Codex transcript, not a summary. The -s flag adds searchable metadata; the full conversation is preserved.
Do not replace this with nmem t create. Do not fabricate a transcript.
When to use
- User explicitly asks to save the session.
- Do NOT auto-save without the user's request.
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?