session-resume

Load project state and identify active tasks from project_state.md.

32|7|Updated Dec 6, 2025
One-click install
npx skills add https://github.com/camoa/claude-skills --skill session-resume-camoa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-resume
Source: https://github.com/camoa/claude-skills/tree/main/drupal-dev-framework/skills/session-resume
Command: npx skills add https://github.com/camoa/claude-skills --skill session-resume-camoa

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps you quickly regain context and pick up where you left off on existing projects, eliminating the need to re-familiarize yourself with project status and previous decisions.

Core Features & Use Cases

  • Project Registry: Maintains a list of active projects for easy selection.
  • State Loading: Reads project_state.md to understand the current phase, focus, and decisions.
  • Task Identification: Scans for in-progress tasks to show active work items.
  • Contextual Summary: Presents a clear overview of the project's status and suggested next steps.
  • Use Case: After a break, you can tell Claude "resume project X", and it will load all relevant information, identify your last task, and suggest how to proceed.

Quick Start

Use the session-resume skill to pick up where you left off on your current project.

Frequently Asked Questions about session-resume

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

FAQPage Schema
How do I restore project context and resume a previous development session?

To restore project context, the Skill reads your project state files like `project_state.md` and scans implementation directories to identify active tasks, presenting a contextual summary of your current phase and suggested next steps.

What is the best way to track in-progress tasks across coding sessions?

Tracking in-progress tasks across coding sessions is handled by scanning your implementation directories for active work items, then loading the current focus and previous decisions from project state files.

How does loading project state files help with task management?

Loading project state files helps with task management by extracting the current phase, focus, and previous decisions, which allows the system to identify active work items and suggest how to proceed.

Do I need a specific project state file format to resume my workflow?

Yes, you need a `project_state.md` file to resume your workflow. The Skill reads this specific project state file to understand the current phase, focus, and decisions before scanning for in-progress tasks.

Can I use session resume for managing multiple active development projects?

Yes, you can use it for managing multiple active development projects. The Skill maintains a project registry, allowing you to easily select an active project and load its specific state and in-progress tasks.

Why does my project context not load when I try to resume work?

Your project context may not load if the `project_state.md` file is missing or if the implementation directories lack identifiable in-progress tasks. The Skill requires these files to scan for active work items and restore your session.