second-brain-journal

Writes or appends daily journal entries to second_brain/daily/YYYY-MM-DD.md with manifest validation and memory reindexing.

8|Updated Apr 21, 2026
One-click install
npx skills add https://github.com/kevinlasnh/sharing-studio --skill second-brain-journal
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: second-brain-journal
Source: https://github.com/kevinlasnh/sharing-studio/tree/main/projects/second-brain-scaffold/.gemini/skills/second-brain-journal
Command: npx skills add https://github.com/kevinlasnh/sharing-studio --skill second-brain-journal

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Write or append to the user's Second Brain daily journal at daily/YYYY-MM-DD.md, ensuring ingest/delete manifest coverage, avoiding Obsidian graph links, then running Basic Memory adaptive reindex closure and handing off to second-brain-hf-backup for a full Git snapshot push with LFS/Xet object upload.

Core Features & Use Cases

  • Create or update daily/YYYY-MM-DD.md to capture daily reflections.
  • Enforce ingest/delete manifest coverage and boundary rules to maintain journal integrity.
  • Run Basic Memory adaptive reindex closure and hand off to the backup workflow for full snapshot/push.
  • Use Case: When the user asks for today's Second Brain journal or hands off an ingest/delete manifest, the skill completes end-to-end.

Quick Start

Instruct the AI to write or append today's Second Brain journal; it will locate daily/YYYY-MM-DD.md, append content safely under a timestamp, ensure manifest coverage, run memory reindex, and trigger the backup workflow.

Frequently Asked Questions about second-brain-journal

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

FAQPage Schema
How do I automate daily Second Brain journal entries and trigger memory reindex?▼

Automate daily Second Brain journaling by instructing the AI to write or append to daily/YYYY-MM-DD.md, which captures reflective notes and automatically triggers a Basic Memory reindex and full backup workflow.

How do I append daily notes without creating Obsidian graph links?▼

To append daily notes without creating Obsidian graph links, the skill writes reflective content directly to the deterministic daily/YYYY-MM-DD.md file path, ensuring text ingestion avoids generating internal graph connections.

What happens when I hand off an ingest or delete manifest for daily journaling?▼

When you hand off an ingest or delete manifest, the skill validates the manifest boundaries, appends the content safely under a timestamp, enforces coverage rules, and then runs memory reindex before backup.

Does the daily journal backup workflow handle Git snapshot pushes and LFS object uploads?▼

Yes, the daily journal backup workflow handles Git snapshot pushes and LFS/Xet object uploads by handing off the completed manifest and reindexed memory to the second-brain-hf-backup component.

Why does my daily Second Brain journal need manifest validation before backup?▼

Daily Second Brain journaling requires manifest validation to maintain journal integrity, enforce ingest/delete boundary rules, and ensure a deterministic file path before executing the memory reindex and backup handoff.

Can I use this daily journal workflow without setting up a Basic Memory reindex closure?▼

No, the workflow requires a Basic Memory adaptive reindex closure to finalize memory updates before handing off to the backup workflow, ensuring the Git snapshot accurately captures the latest journal state.