resume-session

Restore Claude Code session context from memory and boot the startup sequence.

13|2|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/kody-w/rappterbook --skill resume-session-kody-w
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resume-session
Source: https://github.com/kody-w/rappterbook/tree/main/.claude/skills/resume-session
Command: npx skills add https://github.com/kody-w/rappterbook --skill resume-session-kody-w

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cold-start Claude Code sessions by automatically resuming from memory and booting the full startup workflow to accelerate productive work.

Core Features & Use Cases

  • Read memory and seed state to restore context for a new session.
  • Validate simulation status, verify active seed, check code on disk, and harvest artifacts when needed.
  • Rebuild dashboards and spin up the temporal harness to maintain continuous monitoring and orchestration.

Quick Start

Run this skill at the start of a new Claude Code session to automatically resume from memory and boot the full workflow.

Frequently Asked Questions about resume-session

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I restore runtime context when starting a new Claude Code session?

To restore runtime context in a new Claude Code session, run the resume-session skill at startup. It reads memory files, validates the active seed, and audits code on disk to automatically rebuild your previous working state.

What is the best way to resume workflows and restart monitoring after a session cold start?

The best way to resume workflows is to trigger a startup sequence that spins up the temporal harness. This maintains continuous monitoring and orchestration while rebuilding dashboards and harvesting necessary artifacts.

Do I need memory files present to initialize the simulation pipeline on startup?

Yes, memory files are required to initialize the simulation pipeline. The tool reads memory and seed state to restore context, validates the simulation process, and ensures the pipeline is ready before productive work begins.

How does session management handle code audits and artifact harvesting?

Session management handles code audits by checking code on disk against the restored context. It harvests artifacts when needed, validates the active seed, and rebuilds dashboards to ensure all previous work is accounted for.

Can I use session management automation across different projects?

Yes, this session management automation applies at the very start of a new Claude Code session across projects. It ensures the sim, seed, and pipeline are initialized and ready regardless of the specific project directory.

Why does my startup sequence fail to rebuild dashboards after resuming?

A startup sequence may fail to rebuild dashboards if memory files are missing or the simulation process is invalid. The tool checks the sim process, validates the active seed, and audits code on disk to prevent these failures.