agentsclimarketplace

Diary

Skill Allen930311/auto-skill-core/skills/diary

Unified Diary System (Core Edition). Aggregates task cards into daily logs. Decoupled from private paths.From its SKILL.md

Install
npx -y skills add Allen930311/auto-skill-core --skill diary

Assembled 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_Daily directory.
  • 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.

Keep looking

Skills are one crate of 326,499. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.