resume

Analyze git status and task files to resume interrupted work sessions.

1|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/coreindustries/core-ai-template --skill resume-coreindustries
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resume
Source: https://github.com/coreindustries/core-ai-template/tree/main/.claude/skills/resume
Command: npx skills add https://github.com/coreindustries/core-ai-template --skill resume-coreindustries

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps you quickly get back on track by recovering context and resuming work after a new session or after the AI's context has been compressed.

Core Features & Use Cases

  • Context Recovery: Automatically detects the current project state, active tasks, and recent code changes.
  • Task Prioritization: Loads feature context from task files, highlighting progress, blockers, and immediate next steps.
  • Code State Check: Assesses the current code status, including uncommitted changes and test results.
  • Use Case: After a long coding session, your AI assistant's context window is full and older information is lost. Invoking /resume reloads the critical details of your current feature, allowing you to pick up exactly where you left off.

Quick Start

Use the resume skill to recover your current work context.

Frequently Asked Questions about resume

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

FAQPage Schema
How do I recover context after an AI assistant's context window is full?

To recover context after context window compression, the resume skill reloads critical feature details from task files and git status. It detects the current project state, active tasks, and recent code changes so you pick up exactly where you left off.

How do I resume an interrupted development task from a git branch?

To resume an interrupted development task, the skill analyzes your git branch name to automatically detect the active feature. It loads feature context files to highlight progress, blockers, and immediate next steps for your current coding session.

What is the best way to track uncommitted changes and code state when returning to a project?

Assessing code state when returning to a project is handled by checking git status and evaluating uncommitted changes. The resume skill provides a structured summary of progress, next steps, and code state to maintain continuity in long-running development tasks.

Do I need task files to use automated context recovery for development workflows?

Task files are not strictly required for context recovery; the skill can detect feature names from git branch names alone. However, loading feature context from task files provides deeper insight into progress, blockers, and immediate next steps.

Can I get a summary of blockers and next steps for my current feature?

Yes, you can get a summary of blockers and next steps by loading feature context from task files. The resume skill prioritizes active tasks and provides a structured summary of progress, blockers, and immediate next steps for your current feature.

When should I not rely on automated session management for context recovery?

You should not rely on automated session management when you lack git status data or feature context files. Context recovery depends on analyzing active tasks, branch names, and code state to generate a structured summary of progress and next steps.