Agent skill
session-resume
Resume from last checkpoint — show progress, cluster state, next actions
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/session-resume
SKILL.md
Session Resume
Read and present the current session state:
- Read
/mnt/user/projects/kaizen/PROGRESS.mdfor last checkpoint timestamp, recent commits, and next actions - Read
/mnt/user/projects/kaizen/CLAUDE.mdfor cluster reference - Run
kubectl get pods -A --no-headers | awk '$4 != "Running" && $4 != "Completed"'to show unhealthy pods - Run
git -C /mnt/user/projects/kaizen log --oneline -5for latest commits
Present a concise summary:
- Last checkpoint time
- Recent commits (last 5)
- Unhealthy pods (if any)
- Next actions from PROGRESS.md
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?