Agent Log Skill
This skill automates the process of appending session summaries to the 00_daily_logs/AGENT_ACTIVITY.md ledger.
Workflow
- Identify Changes: Scan the current session for all file creations, modifications, and significant decisions.
- Format Entry: Use the following template, replacing the placeholders:
--- ## [Gemini CLI] - {{date}} {{time}} **Session Goal:** {{goal}} **Changes Made:** {{changes}} **Next Steps for next agent:** {{next_steps}} - Write to Ledger: Append this entry to the top of
00_daily_logs/AGENT_ACTIVITY.md, immediately below the header lines. - Update Daily Log: Add a reference in
00_daily_logs/{{date}}.mdmentioning that the agent activity log has been updated.
Guidelines
- Keep change descriptions concise.
- Use absolute or vault-relative paths for files.
- Be explicit about "Next Steps" so the next agent (even if it's not Gemini) knows exactly where to resume.
Source: namanur/Notes — distributed by TomeVault.