Diary
Unified Diary System (Core Edition). Aggregates task cards into daily logs. Decoupled from private paths.From its SKILL.md
npx -y skills add Allen930311/auto-skill-core --skill diaryAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.3 KB, 288 tokens by cl100k_base, as published. Nobody here has run it
📔 Unified Diary System (Core)
Trigger Keywords: write diary, daily review, log progress
Architecture
- Queue Location:
{auto_skill}/.diary_queue.md(Temporary storage for task cards) - Global Diary Location:
{vault}/10_Daily/YYYY-MM-DD.md
Execution Workflow
Step 0: Material Aggregation
- Read the queue file
{auto_skill}/.diary_queue.md. - Group cards by
project. - Inherit unfinished todos from
YESTERDAY.md.
Step 1: Read & Conflict Check
- Check for sync conflicts in the
{vault}/10_Dailydirectory. - Use the standard naming convention:
YYYY-MM-DD.md.
Step 2: AI Fusion
- Combine all progress from today's cards.
- Deduplicate "Lessons Learned" and "Action Items".
- Generate a single "Daily Highlight".
Step 3: Dual-Write (Optional)
- Global Diary: Always written to
{vault}/10_Daily/. - Local Project Diary: (Disabled by default) Only written if requested explicitly.
Step 4: Cleanup
- Remove today's cards from the queue.
- Clear session buffers.
Safe Writing Rules
- Use UTF-8 encoding.
- Never overwrite existing content; always read-modify-write or append.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.