# Save Thread

> Import the real current Cursor Agent transcript when the user explicitly asks or automatic stop-hook capture is unavailable.

- Skill: `nowledge-co/save-thread-7` (Agent Skill)
- Install (CLI): `npx skillmds@latest add nowledge-co/save-thread-7`
- Raw SKILL.md: https://api.skillmd.com/api/skills/nowledge-co/save-thread-7/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: nowledge-co (https://skillmd.com/u/nowledge-co)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/nowledge-co/save-thread-7

---


# Save Thread

The bundled `stop` hook normally imports the current Cursor Agent transcript automatically when the local `nmem` CLI and Cursor transcript are available.

Use this skill only when:

- the user explicitly asks to save the current thread now
- the automatic hook is unavailable, disabled, or known to have failed
- a manual retry is needed after installing or reconnecting `nmem`

Run the real client-side transcript importer from the current project:

```bash
nmem --json t save --from cursor --project . --truncate
```

If the current Cursor conversation ID is known, prefer the exact session:

```bash
nmem --json t save --from cursor --project . --session-id "<conversation-id>" --truncate
```

Do not substitute a handoff summary for transcript import. Use `save-handoff` only when the user explicitly wants a concise resumable checkpoint.

If `nmem` or the local Cursor transcript is unavailable, report that limitation plainly and do not claim the thread was saved.

