resume
Installation
SKILL.md
Resume Previous Session
Restore context from the last session using only local project state.
Steps
1. Detect current project
- Read the current working directory name and any CLAUDE.md or PROJECT.md in the root
- Identify the project name, stack, and any session conventions
2. Check recent git activity
# Last 10 commits within 7 days
git log --oneline --since="7 days ago" -10 2>/dev/null
# Uncommitted changes
git status --short 2>/dev/null