Claude Code Plugins

Community-maintained marketplace

Feedback
0
0

Records session learnings and decisions before context compaction. Use before ending a long session or when the user asks to save session notes.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name recording-diary
description Records session learnings and decisions before context compaction. Use before ending a long session or when the user asks to save session notes.
- Before compaction or session end, write `diary_{YYYY-MM-DD_HH-MM}.md` to `./.{AGENT_NAME}/skills/memories/` via `$writing-memories`. Gotchas: - Workarounds: - Useful commands: - Dead ends: - Project quirks: - Open questions: - If more than 5 diary entries exist, merge them into `diary-consolidated.md`, keeping only high-signal items. Delete the older entries after consolidation. - Nothing new learned -> skip the diary. - Many related notes -> consolidate immediately. - Time format unclear: use local time or `date` output. - Memory dir missing: create it before writing.