Agent Skill
2/7/2026restore-sessions
This skill should be used when the user asks to "find sessions", "find unfinished sessions", "recover sessions", "restore sessions", "what was I working on", "list recent sessions", "scan sessions", or needs to identify open/unfinished Claude Code sessions from a time range. Also triggered by session crashes, lost session IDs, or "restore my sessions".
M
maxwolf
0GitHub Stars
1Views
npx skills add MaxWolf-01/agents
SKILL.md
| Name | restore-sessions |
| Description | This skill should be used when the user asks to "find sessions", "find unfinished sessions", "recover sessions", "restore sessions", "what was I working on", "list recent sessions", "scan sessions", or needs to identify open/unfinished Claude Code sessions from a time range. Also triggered by session crashes, lost session IDs, or "restore my sessions". |
mx — Agent Workflow Plugin
Markdown-based issue tracking, research artefacts, knowledge persistence, and session continuity for multi-session agent work. Uses memex CLI for wikilink + semantic knowledge base navigation.
See mx/README.md for details.
Installation
/plugin marketplace add MaxWolf-01/agents
/plugin install mx@MaxWolf-01
Per-project enable/disable
/plugin disable mx@MaxWolf-01 --scope project
/plugin enable mx@MaxWolf-01 --scope project
Or, in project's .claude/settings.json:
{
"enabledPlugins": {
"mx@MaxWolf-01": true
}
}
References
Inspiration from: https://github.com/mitsuhiko/agent-stuff
Skills Info
Original Name:restore-sessionsAuthor:maxwolf
Download