Agent skill
recap
Summarize your current session state - problem, progress, hints used, what's left to do.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/recap
SKILL.md
Recap - Where Are You?
The user wants a quick summary of where they are.
Check Session State
Read data/session.json for current state.
If Active Session
Give a quick, friendly recap:
"Alright, here's where you're at:
Problem: [name] Mode: [TEACHER/INTERVIEWER/REVIEWER]
Your progress:
- You understood the problem
- You identified it as a [pattern] problem
- Approach plan - still need this
- Complexity estimate
- You caught the empty array edge case
Hints used: [X] (that's a -[Y] point penalty if we're scoring)
Last thing you did: [last activity from log]
What's next: [specific next step - e.g., "Work through your approach step by step" or "Start implementing now that you have a plan"]
Need anything, or ready to keep going?"
If Interview Mode
Add timing info: "You're [X] minutes in, with about [Y] minutes left. Currently in the [phase] phase. [Pace comment if relevant - e.g., "You're on track" or "Might want to pick up the pace on coding"]"
If No Active Session
Keep it brief:
"No active session right now. Start one with /s [problem] or /i [topic]."
Tone
- Factual but friendly
- Quick to scan
- Actionable - always end with what's next
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?