Agent skill
recording-diary
Records session learnings and decisions before context compaction. Use before ending a long session or when the user asks to save session notes.
Install this agent skill to your Project
npx add-skill https://github.com/SteveBronder/skillrena/tree/main/skillrena/recording-diary
SKILL.md
<quick_start>
- Before compaction or session end, write
diary_{YYYY-MM-DD_HH-MM}.mdto./.{AGENT_NAME}/skills/memories/via$writing-memories. </quick_start>
<decision_points>
- Nothing new learned -> skip the diary.
- Many related notes -> consolidate immediately. </decision_points>
<failure_modes>
- Time format unclear: use local time or
dateoutput. - Memory dir missing: create it before writing. </failure_modes>
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
generating-subtasks
Converts approved design documents into agent-executable XML subtasks. Use after a design doc is approved and ready for implementation.
activating-memories
Loads project-specific memories at session start and triggers onboarding for new projects. Use when starting a new coding session or when the user says "activate" or asks about project context.
writing-memories
Writes or updates memory files with proper YAML frontmatter in the agent's memories directory. Use when saving new project learnings or updating existing memory files.
generate-modes
Generates three project-specific behavioral mode skills (planner, debugger, qa-tester) from project memories and bundled templates, and makes them selectable via switching-modes. Use when creating project-local agent modes for a repository.
bootstrapping-design-docs
Creates design document infrastructure including templates, workflows, and a specific design doc skill. Use when setting up design docs for a new project or when the user mentions "bootstrapping-design-docs".
edit-article
Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft.
Didn't find tool you were looking for?