ZENG3LDZENG3LDCommunityยท1 Agent Skills Included

claude-session-restore

Restore context from previous coding sessions quickly

Restores full working context from previous Claude Code sessions by analyzing session files and git history. Lists recent sessions with tasks, user messages, tool operations, and modified files, even from files over 2GB. Eliminates manual digging through logs so you can resume interrupted work in minutes.
npx skills add ZENG3LD/claude-session-restore --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install claude-session-restore?โ–ผ

Run `npx skills add ZENG3LD/claude-session-restore --all -g -y` in your terminal to install the skill globally.

How to restore a previous Claude Code session?โ–ผ

Just say "restore session" and the skill lists your recent sessions, lets you pick one, then summarizes the tasks, files, and commits from it.

Can it handle very large session files?โ–ผ

Yes. It uses tail-based reverse parsing to read only the end of session files, so it handles files over 2GB without loading everything into memory.

Does it work with git history?โ–ผ

Yes. After loading a session, it searches git log for related commits to show what was actually accomplished during that session.

Do I need coding experience to use it?โ–ผ

No. Once installed, you simply ask to restore a session in plain English or Russian, and the skill handles the analysis for you.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’