day-work

Automate daily progress logging from Projects to an Obsidian Vault.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/leessju/claude-skills --skill day-work
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: day-work
Source: https://github.com/leessju/claude-skills/tree/main/day-work
Command: npx skills add https://github.com/leessju/claude-skills --skill day-work

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates recording daily task progress from the Projects folder into an Obsidian Vault and synchronizes Plan/Docs to keep them aligned.

Core Features & Use Cases

  • Automatically detects work entries in Projects and records them in the Obsidian Vault.
  • Synchronizes associated Plans and Docs to reflect the latest progress across projects.
  • Supports day-range and monthly summaries to maintain an up-to-date daily-tracking log.

Quick Start

Set origin and vault paths, then run /day-work to auto-record today’s progress and synchronize Plan/Docs.

Frequently Asked Questions about day-work

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

FAQPage Schema
How do I automatically log daily project progress into an Obsidian vault?

To automate daily progress logging into an Obsidian vault, configure your origin and vault paths, then run the auto-record command. The system detects work entries in your Projects folder and writes them into the vault with per-day headers while synchronizing Plan and Docs files.

What is the best way to synchronize project plans and docs with daily task updates?

The best way to synchronize plans and docs with daily updates is an automated sync mechanism that detects task progress from your local projects and applies git-based item replacement rules. This reflects the latest changes across your vault to maintain alignment.

Can I record historical work entries for a specific date range into Obsidian?

Yes, you can record historical work entries for a specific date range into Obsidian. The system supports date-range operations using commands like 'day N' to specify exact days or 'all' to pull comprehensive monthly summaries, updating your daily-tracking log retroactively.

Does automated daily progress logging work for multiple local projects in a team setup?

Yes, automated daily progress logging works for multiple local projects in a team setup. The mechanism tracks multiple projects locally and applies daily updates across vaults using git-based item replacement rules, satisfying both solo and team functional requirements for consistent progress tracking.

How do I configure the local paths before syncing project progress to my vault?

You configure local paths by setting the origin and vault directories using the '/day-work origin' and '/day-work vault' commands. Defining the origin path establishes where your Projects folder is located, while the vault path directs where the daily progress logs and synchronized docs are saved.