time-tracking-top-categories

Sub-skill of time-tracking: Top Categories (+2).

5 stars

Best use case

time-tracking-top-categories is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Sub-skill of time-tracking: Top Categories (+2).

Teams using time-tracking-top-categories 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

$curl -o ~/.claude/skills/top-categories/SKILL.md --create-dirs "https://raw.githubusercontent.com/vamseeachanta/workspace-hub/main/.agents/skills/_archive/business/productivity/time-tracking/top-categories/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/top-categories/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How time-tracking-top-categories Compares

Feature / Agenttime-tracking-top-categoriesStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Sub-skill of time-tracking: Top Categories (+2).

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

# Top Categories (+2)

## Top Categories


"""
            for category, hours in list(rt["by_category"].items())[:5]:
                md += f"- **{category}**: {hours:.1f} hours\n"

        return md


# Example usage
if __name__ == "__main__":
    generator = WeeklyReportGenerator(

*See sub-skills for full details.*

## Example 2: Project Time Attribution


```python
#!/usr/bin/env python3
"""project_attribution.py - Attribute time to projects automatically"""

import os
import re
from datetime import datetime, timedelta
from collections import defaultdict

class ProjectTimeAttributor:

*See sub-skills for full details.*

## Example 3: Productivity Dashboard Data


```python
#!/usr/bin/env python3
"""productivity_dashboard.py - Generate dashboard data"""

import os
from datetime import datetime, timedelta
import json

class ProductivityDashboard:
    """Generate data for productivity dashboard."""

*See sub-skills for full details.*

Related Skills

tax-filing-session-setup-with-github-tracking

5
from vamseeachanta/workspace-hub

Structured workflow for preparing and tracking a tax filing session using prepared documents, task checklist, and GitHub issue cross-referencing

handle-freetaxusa-session-timeouts

5
from vamseeachanta/workspace-hub

Recover from FreeTaxUSA session timeout dialogs blocking form submission and navigation

github-issue-structure-for-personal-finance-tracking

5
from vamseeachanta/workspace-hub

Pattern for organizing financial analysis work across multiple repos (data/config vs. logic separation)

booking-timeline

5
from vamseeachanta/workspace-hub

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

5
from vamseeachanta/workspace-hub

AI-assisted maritime legal and casualty consulting — engineering-technical interface with admiralty proceedings

metrics-tracking

5
from vamseeachanta/workspace-hub

Define, track, and analyze product metrics with frameworks for goal setting and dashboard design

expense-tracking

5
from vamseeachanta/workspace-hub

Track, categorize, and analyze business expenses including credit card statement import and monthly expense reports.

repo-cleanup-progress-tracking-commands

5
from vamseeachanta/workspace-hub

Sub-skill of repo-cleanup: Progress Tracking Commands (+1).

parallel-batch-executor-4-progress-tracking

5
from vamseeachanta/workspace-hub

Sub-skill of parallel-batch-executor: 4. Progress Tracking (+2).

wave-theory-4-time-series-generation

5
from vamseeachanta/workspace-hub

Sub-skill of wave-theory: 4. Time Series Generation (+1).

ship-dynamics-6dof-5-time-domain-simulation

5
from vamseeachanta/workspace-hub

Sub-skill of ship-dynamics-6dof: 5. Time-Domain Simulation.

orcawave-multi-body-export-for-time-domain

5
from vamseeachanta/workspace-hub

Sub-skill of orcawave-multi-body: Export for Time-Domain.