time-tracking-hours-by-day
Sub-skill of time-tracking: Hours by Day.
Best use case
time-tracking-hours-by-day is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Sub-skill of time-tracking: Hours by Day.
Teams using time-tracking-hours-by-day should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/hours-by-day/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How time-tracking-hours-by-day Compares
| Feature / Agent | time-tracking-hours-by-day | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Sub-skill of time-tracking: Hours by Day.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# 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.*Related Skills
tax-filing-session-setup-with-github-tracking
Structured workflow for preparing and tracking a tax filing session using prepared documents, task checklist, and GitHub issue cross-referencing
handle-freetaxusa-session-timeouts
Recover from FreeTaxUSA session timeout dialogs blocking form submission and navigation
github-issue-structure-for-personal-finance-tracking
Pattern for organizing financial analysis work across multiple repos (data/config vs. logic separation)
booking-timeline
Use when constructing the Booking & reservation timeline section of a trip plan. Encodes the 4-month / 2-month / 6-week / 1-week reservation cascade and refund-window rules. Invoked by trip-planner.
maritime-legal
AI-assisted maritime legal and casualty consulting — engineering-technical interface with admiralty proceedings
metrics-tracking
Define, track, and analyze product metrics with frameworks for goal setting and dashboard design
expense-tracking
Track, categorize, and analyze business expenses including credit card statement import and monthly expense reports.
repo-cleanup-progress-tracking-commands
Sub-skill of repo-cleanup: Progress Tracking Commands (+1).
parallel-batch-executor-4-progress-tracking
Sub-skill of parallel-batch-executor: 4. Progress Tracking (+2).
wave-theory-4-time-series-generation
Sub-skill of wave-theory: 4. Time Series Generation (+1).
ship-dynamics-6dof-5-time-domain-simulation
Sub-skill of ship-dynamics-6dof: 5. Time-Domain Simulation.
orcawave-multi-body-export-for-time-domain
Sub-skill of orcawave-multi-body: Export for Time-Domain.