timelogs

Manage employee time logs and calculate worked hours, overtime, and delays.

Updated Nov 18, 2025
One-click install
npx skills add https://github.com/twhitehead-blackdog/People --skill timelogs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: timelogs
Source: https://github.com/twhitehead-blackdog/People/tree/main/.agent/skills/timelogs
Command: npx skills add https://github.com/twhitehead-blackdog/People --skill timelogs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of managing employee time entries, ensuring accurate tracking of work hours, breaks, and overtime.

Core Features & Use Cases

  • Record Time Entries: Log employee clock-ins, clock-outs, and break start/end times.
  • Calculate Worked Hours: Automatically compute daily worked hours, accounting for breaks and overtime.
  • Detect Delays and Early Exits: Identify instances where employees are late or leave before their scheduled time.
  • Use Case: An HR manager can use this Skill to quickly review daily attendance records for a specific department, identifying any employees who were late or took excessively long breaks.

Quick Start

Use the timelogs skill to record an entry for employee ID 123.

Frequently Asked Questions about timelogs

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

FAQPage Schema
How do I calculate employee overtime and detect late clock-ins automatically?

Yes, you can track employee breaks by logging lunch start and lunch end times. The Skill uses these specific time entries to automatically deduct break durations from the total daily worked hours calculation, ensuring accurate attendance records and compensable time tracking.

Does this Skill require Supabase for time tracking and attendance management?

The Skill provides a structured DayLog interface for daily attendance data, allowing you to review daily attendance records by presenting computed worked hours, overtime, and detected delays or early exits. This structured format helps managers quickly identify attendance anomalies for specific employees.

Can I track employee breaks and lunch times automatically with time logs?

The Skill calculates worked hours by taking the difference between clock-in and clock-out times, subtracting any logged lunch break durations, and comparing the result against scheduled times. It then applies defined tolerances to determine regular hours, overtime, and any attendance violations.

How do I calculate worked hours and overtime using employee time logs?

Yes, the Skill handles attendance violations by detecting delays and early exits. It compares logged entry and exit times against scheduled times and defined tolerances, allowing HR managers to quickly identify employees who were late or left before their scheduled shift ended.