
from community64
Save the full Codex session transcript to Nowledge (nmem) so it can be searched, resumed, or referenced later. Includes command and workflow guidance.
This skill provides a concise workflow and command to save an entire Codex/assistant session transcript into Nowledge (nmem). Unlike summaries, it preserves the real conversation so it can be searched, resumed, or referenced by other tools. The skill includes the exact CLI command to run and a brief step-by-step workflow to record the session.
Trigger when the user explicitly asks to save or persist the current Codex session for later retrieval or handoff. Do NOT auto-save sessions — this skill is for explicit user requests only.
nmem command to run.nmem command, and report success with the thread ID and message count.Useful for agents with shell/CLI access or those coordinating cross-tool session persistence (CLI-capable assistants, Codex/Copilot-style agents).
Simple no-script skill that wraps a single nmem CLI command to save Codex session transcripts to Nowledge. SKILL.md is clear and well-structured with explicit trigger conditions. Narrow utility — only useful for users already running Nowledge and Codex. No security concerns beyond unquoted summary string in the bash example.
Clean, minimal skill. The -s flag summary in the example bash command should be quoted to prevent shell injection if user-provided summaries contain special characters. No scripts to test.