Smithery Logo
MCPsSkillsDocsPricing
Login
Smithery Logo

Accelerating the Agent Economy

Resources

DocumentationPrivacy PolicySystem Status

Company

PricingAboutBlog

Connect

© 2026 Smithery. All rights reserved.

    nth5693

    session-resume

    nth5693/session-resume
    Productivity
    50
    4 installs

    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

    Resume context from previous session

    SKILL.md

    Session Resume Skill

    Helps agents quickly understand where work left off when starting a new session.

    When To Use

    • At the start of any new conversation
    • When context seems missing
    • When user asks "what were we working on?"

    Instrumentation

    # Log usage when using this skill
    ./scripts/log-skill.sh "session-resume" "manual" "$$"
    

    Quick Resume Checklist

    1. Check Active Work

    # Ready todos (highest priority)
    ls todos/*-ready-*.md 2>/dev/null | head -5
    
    # In-progress plans
    ls plans/*.md 2>/dev/null
    
    # Recent solutions (for context)
    ls -t docs/solutions/**/*.md 2>/dev/null | head -3
    

    2. Check Recent Git Activity

    # Recent commits
    git log --oneline -5
    
    # Uncommitted changes
    git status --short
    

    3. Summarize Context

    After gathering info, summarize:

    4. Check System Health

    ./scripts/compound-dashboard.sh
    

    Review health grade and recommendations before starting work.

    5. Final Summary

    📍 Session Context:
    
    **Active Work:**
    - {X} ready todos waiting
    - Plan in progress: {plan name if any}
    
    **Recent Activity:**
    - Last commit: {subject}
    - {Changed files if uncommitted}
    
    **Suggested Next Steps:**
    1. {Most logical next action}
    2. {Alternative}
    

    Automatic Triggers

    Consider running this skill when you see:

    • User starts with "continue", "resume", "where were we"
    • First message in a new session
    • User seems to lack context

    References

    • Todos: todos/
    • Plans: plans/
    • Solutions: docs/solutions/
    • Workflows: .agent/workflows/
    Recommended Servers
    supermemory
    supermemory
    Browserbase
    Browserbase
    Clerk
    Clerk
    Repository
    nth5693/gemini-kit
    Files