resume

Restores project state and stashed changes from STATE.md.

3|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/Sh3rd3n/megazord --skill resume-sh3rd3n
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resume
Source: https://github.com/Sh3rd3n/megazord/tree/main/skills/resume
Command: npx skills add https://github.com/Sh3rd3n/megazord --skill resume-sh3rd3n

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows you to pick up exactly where you left off in a previous session, restoring your project's context and state without manual effort.

Core Features & Use Cases

  • Session Restoration: Loads previous session continuity, including the last working file, stashed changes, and error history.
  • Contextual Summary: Displays a clear overview of the project's current phase, plan, and status.
  • Use Case: After pausing your work on a complex feature, you can use this Skill to instantly resume with all your changes stashed and your progress accurately reflected, ready for immediate continuation.

Quick Start

Run the resume skill to restore your last working session.

Frequently Asked Questions about resume

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

FAQPage Schema
How do I restore context from a previous development session?

To restore context from a previous development session, run the resume skill to load session continuity from STATE.md, apply stashed changes via bash, and display your project's current phase and status.

What is the best way to manage project state and resume stashed files?

Managing project state and resuming stashed files is handled by loading session continuity from STATE.md and applying your stashed changes via a bash command, instantly reflecting your last working position and error history.

Can I use this to continue work seamlessly after pausing a complex feature?

Yes, you can continue work seamlessly after pausing a complex feature by running this skill to instantly restore your project's context, including stashed changes, last working file, and error history.

How does the session restoration mechanism load my last known position?

The session restoration mechanism works by reading project state updates from STATE.md and applying stashed changes, providing a clear contextual summary of your last known position and project plan.

Do I need a STATE.md file to restore my project's current phase and status?

Yes, you need a STATE.md file because the skill loads session continuity directly from it to accurately reflect your project's current phase, plan, and overall status during restoration.

What should I do if session continuity restoration is not working?

If session continuity restoration is not working, verify that your STATE.md file contains valid project state updates and that your stashed changes are accessible, as the skill relies on these to apply the context.