One-click install
npx skills add https://github.com/vitalwarley/hyprdots --skill log-vitalwarley
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: log
Source: https://github.com/vitalwarley/hyprdots/tree/main/claude-global/skills/log
Command: npx skills add https://github.com/vitalwarley/hyprdots --skill log-vitalwarley

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill turns an interactive Claude Code session into a concise, vault-native record by summarizing actions, outcomes, and insights and appending them to the appropriate daily note or vault file, removing the need for manual post-session journaling.

Core Features & Use Cases

  • Session Summaries: Create timestamped log entries in the day's journal with appropriate tags like #log/ai and domain-specific tags.
  • Custom Targeting: Route notes to specific vault locations such as areas/, projects/, or inbox/ and append following the target's conventions.
  • Vault-aware Behavior: Always read ~/life/notes/CLAUDE.md (and local .claude/CLAUDE.md if present) to respect templates, indentation, section names, and tag taxonomy, and insert entries chronologically without overwriting.
  • Use Case: After a coding or planning session, automatically append a short summary with outcomes and TODOs to today's daily note and optionally add targeted insights to area files.

Quick Start

Append a concise session summary to today's daily log following vault conventions.

Frequently Asked Questions about log

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

FAQPage Schema
How do I automatically append session summaries to Obsidian daily notes?

You can automatically append timestamped session summaries to Obsidian daily notes by using a skill that reads your vault's CLAUDE.md conventions and writes concise, structured log entries directly into markdown files.

What's the best way to log Claude Code session outcomes to an Obsidian vault?

The best way to log Claude Code session outcomes is to use an automation skill that summarizes actions and insights, then routes them to specific vault folders like projects/ or inbox/ while respecting your tag taxonomy.

Can I route AI session notes to specific Obsidian vault folders like areas or projects?

Yes, you can route AI session notes to specific Obsidian vault folders. The skill custom-targets entries to directories such as areas/, projects/, or inbox/ and appends content following each target file's existing conventions.

Does appending daily logs in Obsidian require reading vault configuration files first?

Yes, appending daily logs requires reading vault configuration files first. The skill reads ~/life/notes/CLAUDE.md and local .claude/CLAUDE.md to respect templates, indentation, section names, and tag taxonomy before inserting entries.

How does vault-aware journaling prevent overwriting existing daily note entries?

Vault-aware journaling prevents overwriting by reading your vault's conventions and appending new timestamped log entries chronologically. It inserts content without overwriting existing markdown sections in your daily note.

What are the limitations of automating post-session journaling for markdown files?

Limitations of automating post-session journaling include requiring filesystem access to the vault and depending on accurate CLAUDE.md configuration. Without these, the skill cannot properly read conventions or append to markdown files.