Smithery Logo
MCPsSkillsDocsPricing
Login
Smithery Logo

Accelerating the Agent Economy

Resources

DocumentationPrivacy PolicySystem Status

Company

PricingAboutBlog

Connect

© 2026 Smithery. All rights reserved.

    nguyenthienthanh

    session-continuation

    nguyenthienthanh/session-continuation
    Productivity
    3

    About

    SKILL.md

    Install

    Install via Skills CLI

    or add to your agent
    • Claude Code
      Claude Code
    • Codex
      Codex
    • OpenClaw
      OpenClaw
    • Cursor
      Cursor
    • Amp
      Amp
    • GitHub Copilot
      GitHub Copilot
    • Gemini CLI
      Gemini CLI
    • Kilo Code
      Kilo Code
    • Junie
      Junie
    • Replit
      Replit
    • Windsurf
      Windsurf
    • Cline
      Cline
    • Continue
      Continue
    • OpenCode
      OpenCode
    • OpenHands
      OpenHands
    • Roo Code
      Roo Code
    • Augment
      Augment
    • Goose
      Goose
    • Trae
      Trae
    • Zencoder
      Zencoder
    • Antigravity
      Antigravity
    ├─
    ├─
    └─

    About

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

    SKILL.md

    AI-consumed reference. Optimized for Claude to read during execution. Human-readable explanation: see docs/architecture/HIERARCHICAL_PLANNING.md or 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: workflow_id, status, current_phase, agents, phases_completed (with deliverables), key decisions, token_usage
    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.

    Recommended Servers
    Clerk
    Clerk
    Svelte
    Svelte
    Repository
    nguyenthienthanh/aura-frog
    Files