Managing Timecard

Manage timecard punch-in/out operations via the /dakoku command.

5|Updated Aug 23, 2025
One-click install
npx skills add https://github.com/camoneart/claude-code --skill managing-timecard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Managing Timecard
Source: https://github.com/camoneart/claude-code/tree/main/skills/managing-timecard
Command: npx skills add https://github.com/camoneart/claude-code --skill managing-timecard

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the hassle of manual timecard entry and tracking, preventing forgotten punches and ensuring accurate, organized records of work hours without any effort.

Core Features & Use Cases

  • Command-Line Punching: Use simple /dakoku commands (in, out, break) to instantly log work events.
  • Record Management & Review: List daily punches or generate monthly summaries to easily review and manage your work history.
  • Use Case: At the end of the month, instead of scrambling to reconstruct your work hours from memory, use this Skill to instantly generate a clean, formatted report of all your punches for review or submission.

Quick Start

Use the Managing Timecard skill to punch in for work now.

Frequently Asked Questions about Managing Timecard

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

FAQPage Schema
How do I automate time tracking without manual entry?

Time tracking automation eliminates manual logging by using simple command-line punches. The Managing Timecard Skill logs work events instantly via /dakoku commands (in, out, break), storing records organized by month in structured formats, so you maintain accurate attendance without effort.

Can I track work hours from the command line?

Yes, command-line time tracking works through the /dakoku command interface. Execute /dakoku with in, out, break, list, or month parameters to punch in/out, log breaks, and review daily or monthly attendance records directly from your terminal.

How do I generate a monthly work hours report?

Monthly work hours reports are generated by executing /dakoku month to summarize all punches for the current month. The Skill produces clean, formatted summaries of your attendance and work hours, ready for review or submission without manual reconstruction.

What happens if time tracking fails or the command doesn't work?

Time source fallback handles failures by prioritizing the TIME MCP server, then your now alias, then local date as backup. If punching fails, the Skill suggests updating your .zshrc now alias or provides error guidance to restore time logging capability.

Where are timecard records stored?

Timecard records are stored automatically in _docs/timecard/YYYY/MM as both Markdown and JSON files organized by year and month. This structure keeps attendance history organized and accessible for review or export without manual file management.

Do I need setup before I can start punching in?

Minimal setup is required to begin time tracking. The Skill works with your system's time source and optional now alias; if the now alias isn't configured, it falls back to the TIME MCP server or local date, so you can start punching in immediately.