daily-work-tracker

Records and verifies daily work entries as Markdown files with completion markers.

Updated Jul 27, 2026
One-click install
npx skills add https://github.com/sebaperiesdigit-create/Peries-Skills-Master --skill daily-work-tracker-sebaperiesdigit-create
Or copy as Structured Prompt for Agentβ–Ό
Please help me install this Agent Skill.
Skill: daily-work-tracker
Source: https://github.com/sebaperiesdigit-create/Peries-Skills-Master/tree/main/.claude/skills/daily-work-tracker
Command: npx skills add https://github.com/sebaperiesdigit-create/Peries-Skills-Master --skill daily-work-tracker-sebaperiesdigit-create

SYSTEM DOCUMENTATION & REQUIREMENTS

πŸ’‘ This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve? It gives employees a consistent, verified way to log daily work status β€” one canonical Markdown entry per person per work date β€” without losing history, duplicating entries, or relying on unreliable local state. ## Core Features & Use Cases - Verified daily entries: Creates, continues, views, and edits dated work entries stored under output/daily-work-tracker/, with read-back verification before a completion marker is written. - Identity management: First-time setup stores employee name and ID in a config file; corrections go through an audited admin-update-identity flow that logs changes without rewriting history. - Leave/holiday handling: Weekdays without entries can be recorded as skip-status declarations, while weekends are never tracked. - Use Case: At the end of a workday, an employee runs the tracker, answers a few questions about completed work and blockers, confirms the proposed entry, and gets a verified saved file plus a completion marker. ## Quick Start Ask the assistant to record today's work entry using the daily work tracker and follow the prompts to confirm and save it.

Frequently Asked Questions about daily-work-tracker

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

FAQPage Schema
How do I record my daily work entry?β–Ό

Invoke the tracker with no date or 'today' to record the current workday. The skill gathers working times, completed work, blockers, and next actions, shows the full proposed entry, and saves it only after your explicit confirmation.

How do I edit a past daily work entry?β–Ό

Use the edit action with a date, such as 'edit 2026-07-28'. Edits append a dated note to the entry's Edit History section instead of rewriting prior content, and the original created timestamp is preserved.

Where are daily work entries and completion markers stored?β–Ό

Entries, config, and the audit log live in the repo under output/daily-work-tracker/ and can be committed. Completion markers are machine-local files under %LOCALAPPDATA% and are never the authoritative record.

Can I track work on weekends or mark holidays?β–Ό

Weekends are never tracked β€” no entry or marker is created. For a weekday with no entry, you can declare it leave or a public holiday, which writes a short skip-status record without a completion marker.

How do I correct a wrong employee name or ID?β–Ό

Use the admin-update-identity action, which asks for the current ID, corrected values, an administrator name, and a reason. It updates the config and appends to an audit log, but never rewrites historical entry files.

Why is my completion status showing incomplete after saving?β–Ό

A marker is only written after the entry file is saved and read-back verification passes. If any validation or write step failed, no marker exists β€” re-run the save flow and check the reported error.