Agent skill
end
Finalize session by creating detailed log and syncing to cloud
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/end
SKILL.md
End Session
Quick Finalization Workflow
-
Collect session info: Prompt user for session summary (topic, projects touched, key activities, decisions, blockers)
-
Generate daily log entry: Create structured log in
~/.claude-memory/providers/claude/logs/daily/YYYY.MM.DD.mdwith:- Session timestamp + topic
- Projects touched
- Activities realized
- Performance metrics (context usage, quality, success)
- Next steps
- Decisions/insights
-
Update session state: Modify
~/.claude-memory/providers/claude/session-state.mdwith current focus and pending tasks -
Update integration timeline: Append to
~/.claude-memory/integration/provider-activities.mdand.quick.md -
Sync to cloud: Try pushing logs to cloud. On error, logs stay local only. (Cloud path in
~/.claude-memory/.config.json- don't read, just try sync) -
Confirmation: Show user what was logged and sync status
Key Principle
Logs saved locally first, cloud sync is best-effort. Session finalization never blocks on cloud errors.
See existing daily logs for format examples.
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?