resume-project

Resume project workflows by reading AGENTS.md and CONTEXT.md and reviewing git state.

Updated Jun 7, 2026
One-click install
npx skills add https://github.com/schneidermu/agent-dotfiles --skill resume-project-schneidermu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resume-project
Source: https://github.com/schneidermu/agent-dotfiles/tree/main/codex-skills/resume-project
Command: npx skills add https://github.com/schneidermu/agent-dotfiles --skill resume-project-schneidermu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Start or resume work on a project by loading session context from AGENTS.md and CONTEXT.md, then reviewing recent git activity to pick up the next unchecked item.

Core Features & Use Cases

  • Automatically read project conventions and session state from AGENTS.md and CONTEXT.md.
  • Display a concise summary of current goals, recent commits, and remaining tasks, enabling quick continuation.
  • Determine and execute the next unchecked item in CONTEXT.md Progress, continuing work across devices or tools.

Quick Start

Say "resume" to continue the project from the last checkpoint and the agent will load the current context and propose the next action.

Frequently Asked Questions about resume-project

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

FAQPage Schema
How do I resume project work across different devices using git state?

To resume project work across devices, the skill reads AGENTS.md and CONTEXT.md to load session state, then checks recent git activity like git log and status to identify the next unchecked item. It presents a concise plan before execution to ensure continuity.

What is the best way to continue a workflow from the last checkpoint?

Continuing a workflow from the last checkpoint involves reading AGENTS.md and CONTEXT.md to identify the current project state. The system locally gathers git state using git log and status, determines the next unchecked item, and proposes a concise plan before execution.

How does loading AGENTS.md and CONTEXT.md help with cross-device project management?

Loading AGENTS.md and CONTEXT.md enables cross-device project management by automatically reading project conventions and session state. It displays a summary of current goals, recent commits, and remaining tasks, enabling quick continuation across different tools.

Do I need specific files to start or resume project work from a checkpoint?

Yes, you need AGENTS.md and CONTEXT.md files to start or resume project work from a checkpoint. AGENTS.md provides project conventions while CONTEXT.md tracks session state and progress with checked and unchecked items.

Can I use git log and git status to determine the next task in my project workflow?

Yes, git log and git status are used to determine the next task in your project workflow. The system gathers local git state with commands like git log -3 and git status, then determines the next unchecked item from CONTEXT.md Progress to continue work.

What happens when I say resume to continue my project from the last checkpoint?

When you say resume, the agent loads current context from AGENTS.md and CONTEXT.md and proposes the next action. It reviews recent git activity to identify the next unchecked item and presents a concise plan before execution to ensure proper continuity.