Sub-skill of time-tracking: Hours by Day.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill hours-by-day --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Hours By Day?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-hours-by-day)More formats (shields.io, HTML) on the badges page.
---
name: time-tracking-hours-by-day
description: 'Sub-skill of time-tracking: Hours by Day.'
version: 1.0.0
category: business
type: reference
scripts_exempt: true
---
# Hours by Day
## Hours by Day
| Day | Hours |
|-----|-------|
"""
for day, hours in report["toggl"]["by_day"].items():
md += f"| {day} | {hours:.1f} |\n"
md += "\n### Hours by Project\n\n"
for project, hours in sorted(
report["toggl"]["by_project"].items(),
*See sub-skills for full details.*
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!