smithery.ai

session-continuation

Manage workflow state across sessions with handoff and resume. TOON-based state persistence.

First seen Mar 24, 2026

Installation

$ npx skills add https://smithery.ai

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Allowed toolsRead, Write, Bash
Declared agents claude-code

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,686 B
  • docs SUMMARY.md 120 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

AI-consumed reference. Optimized for Claude to read during execution.
Human-readable explanation: see [docs/architecture/HIERARCHICALPLANNING.md](../../../docs/architecture/HIERARCHICALPLANNING.md)
or [docs/getting-started/](../../../docs/getting-started/) depending on topic.

Session Continuation

Manage workflow state across sessions.

Triggers

Token ≥75% → suggest handoff. User says handoff/save → execute. User says resume + ID → load.

Handoff Flow

  1. Save to .claude/logs/runs/[id]/run-state.json: workflowid, status, currentphase, agents, phasescompleted (with deliverables), key decisions, tokenusage
  2. Output: workflow ID, phase progress, deliverables, resume command

Resume Flow

  1. Load state file → validate exists/valid
  2. Restore: project context, agents, phase rules, decisions
  3. Show summary → continue from saved phase

Auto-Save

Phase completion, every 5 min, token milestones (100K/150K/175K). Silent except warning thresholds.

TOON State Format (~160 tokens vs JSON ~600)

workflow:
  id: AUTH-1234
  phase: 3
  status: in_progress
agents[2]: architect,tester

Error Handling

Not found → show available, suggest /run. Corrupted → restore from .backup.json.

Cleanup

Completed: 30 days. Cancelled: 7 days. Paused: indefinitely.