evi-daily-diary

Create a markdown daily diary and append-only JSONL conversation log.

Updated Jun 11, 2026
One-click install
npx skills add https://github.com/kolife01/evifarm --skill evi-daily-diary
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: evi-daily-diary
Source: https://github.com/kolife01/evifarm/tree/main/skills/daily-diary
Command: npx skills add https://github.com/kolife01/evifarm --skill evi-daily-diary

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill helps automate the process of keeping a daily diary, ensuring that an AI agent maintains a human-readable, durable record of its activities, learnings, and reflections.

Core Features & Use Cases

  • Markdown Diary Format: Generates a daily markdown file with fixed headings for easy reading and tracking.
  • Raw Conversation Log: Maintains an append-only JSONL file for a verbatim record of conversations, even if the AI forgets to save.
  • Use Case: With this Skill, your AI agent can create a daily diary with headings like 'Done', 'Learnings', 'Voice', and 'Tomorrow', and also keep a raw conversation log to ensure no information is lost.

Quick Start

Set up the 'evi-daily-diary' skill in your agent project and configure it to start writing the diary and log automatically each day.

Frequently Asked Questions about evi-daily-diary

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate daily memory management for an AI agent without a database?

Automate daily memory management by generating a markdown diary file with fixed headings and an append-only raw conversation log. This provides a durable, human-readable record for your AI agent without requiring a database setup.

How does a markdown daily diary work for AI agent memory tracking?

A markdown daily diary works by creating a daily file with fixed headings like 'Done', 'Learnings', and 'Tomorrow'. This format ensures your AI agent maintains a structured, greppable, and human-readable record of its activities.

What is the best way to keep a verbatim raw conversation log for an AI agent?

The best way to keep a verbatim log is maintaining an append-only JSONL file. This raw conversation log ensures no information is lost even if the AI agent forgets to actively save entries to the markdown diary.

Do I need any external dependencies to set up diary automation for my AI agent?

No external dependencies are required to set up diary automation. The skill operates independently using standard markdown and JSONL file formats to provide durable, greppable memory directly within your agent project.

Can I use markdown files for greppable AI memory instead of a database?

Yes, you can use markdown files for greppable AI memory. The skill creates a simple, human-readable markdown diary format that allows you to easily search and track your AI agent's daily activities without database infrastructure.

Why maintain both a markdown diary and a raw conversation log for AI memory?

Maintaining both ensures comprehensive memory management. The markdown diary provides structured, readable tracking, while the append-only raw conversation log acts as a fail-safe to capture verbatim records even if the AI forgets to save.