save-thread

Installation
Summary

Deprecated compatibility skill for resumable handoffs in generic skill environments, not real thread capture.

  • Kept for backward compatibility only; use save-handoff instead for generic npx skills environments
  • Cannot promise lossless thread import in runtimes without stable transcript APIs or session file access
  • Creates a structured resumable handoff summary (goal, decisions, files, risks, next steps) rather than a full session capture
  • Real thread save with actual transcript import is only feasible through native integrations like Gemini CLI or Claude Code
SKILL.md

Save Thread (Deprecated Compatibility)

Preserve the old skill name without pretending a generic skill runtime can always import the real session transcript.

Status

This skill name is deprecated and kept only for compatibility.

Use save-handoff for generic npx skills environments.

Why This Cannot Promise Real Thread Save

A shared skills package works across many agent runtimes. In many of them, a skill can influence prompting but cannot read the host agent's real session transcript through a stable programmatic API.

That means this package must not promise a lossless thread import when the runtime may not expose:

  • readable session files
  • a transcript/history API
  • a native importer surface wired for that specific agent
Related skills
Installs
541
GitHub Stars
77
First Seen
Feb 15, 2026