resume

Parse project state files or query GitHub metadata to summarize session status.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/olivermorgan2/workflow-generator --skill resume-olivermorgan2
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resume
Source: https://github.com/olivermorgan2/workflow-generator/tree/main/skills/resume
Command: npx skills add https://github.com/olivermorgan2/workflow-generator --skill resume-olivermorgan2

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill eliminates the friction of re-orienting to a project after a break by providing an instant, automated summary of the current project state, in-flight work, and next steps.

Core Features & Use Cases

  • State Synchronization: Reads design/state.md to provide a high-level snapshot of project phases, active issues, and recent PRs.
  • Intelligent Fallback: Automatically queries GitHub via the gh CLI if state files are missing or stale, ensuring you are never left without context.
  • Use Case: Use this when starting a new coding session to immediately recall your last blocker, the current branch, and the specific task you need to execute next without manually searching through logs.

Quick Start

Run the resume skill to generate a summary of the current project status and identify the next concrete action.

Frequently Asked Questions about resume

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

FAQPage Schema
How do I sync my Claude Code session context after a break?

You can sync your Claude Code session context by running the resume skill. It parses local project state files or queries GitHub metadata via the gh CLI to generate a concise status brief of active phases, in-flight issues, and pending tasks, eliminating the friction of manually re-orienting to a project.

What's the best way to get a project status brief for long-running development workflows?

The best way to get a project status brief for long-running development workflows is to use an automated context synchronization tool that reads local state documentation or queries GitHub CLI metadata to identify active phases, in-flight issues, and pending tasks. This ensures seamless continuity without manually searching through logs.

Do I need GitHub CLI authentication to retrieve project context and recent activity?

GitHub CLI authentication is required to retrieve project context and recent activity only if local state documentation is missing or stale. The skill features an intelligent fallback that automatically queries GitHub via the gh CLI when state files are unavailable, ensuring you are never left without context.

How does state synchronization work when local state files are missing?

State synchronization works by automatically falling back to query GitHub via the gh CLI if local state files are missing or stale. This mechanism reads design and state files to provide a high-level snapshot of project phases, active issues, and recent PRs, ensuring seamless continuity in long-running development workflows.

Can I use this to recall my last blocker and current branch for a new coding session?

Yes, you can use this to recall your last blocker, current branch, and specific next task when starting a new coding session. By parsing project state files or querying GitHub metadata, it provides an instant automated summary of in-flight work and next steps without requiring you to manually search through logs.