From sessionlog
This skill should be used when the user asks to "continue session", "resume session", "pick up where I left off", "sessionlog continue", "continue from compact", "load session context", or wants to restore context from a previously compacted session file.
npx claudepluginhub florianbuetow/claude-code --plugin sessionlogThis skill uses the workspace's default tool permissions.
Find and load a compacted session file to resume work from a previous session.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Find and load a compacted session file to resume work from a previous session.
ls -t docs/sessionlogs/*-compact.md 2>/dev/null
/sessionlog:compact first.Found multiple compact files:
1. claude-<id1>-compact.md (2025-01-15)
2. claude-<id2>-compact.md (2025-01-14)
3. claude-<id3>-compact.md (2025-01-13)
Which session do you want to continue? (number)
Read the selected -compact.md file in full.
Print the content to the user so they can see the restored context.
After presenting the context, follow the "Instructions for Continuation" section from the compact file:
git status and git log --oneline -5 to verify current stateThen ask the user what they'd like to work on — suggest the first item from "Work In Progress" or "Open Issues / Next Steps" as a starting point.