Agent skill
end-session
End the current learning session. Use when done studying to generate summary, update learning plan, and log final entries. Triggers on "end session", "done learning", "finish studying", "wrap up".
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/end-session-taylorhuston-local-life-manager-3bd419a0
SKILL.md
End the current learning session.
Steps
- Find active session in
.claude/learning-sessions/index.json- If none: tell user there's no active session
- Read the session file
- Review conversation since last log, add remaining entries
- Generate 1-2 sentence summary
- Update session file:
ended: current ISO timestampstatus:"completed"summary: generated summary
- Update index.json status
- Update learning plan (
.claude/learning-sessions/learning-plan.json):- Set
last_coveredto today - Add session ID to topic's
sessionsarray - Adjust proficiency per
references/proficiency.md - Update queue: remove covered, add discovered topics
- Handle struggles per
references/proficiency.md
- Set
Report
- Confirm session ended
- Show summary
- Show entries logged (by type)
- Show proficiency updates
- If review: show retention score and calibration
- Suggest next topic from queue
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?