From e4bacaf80726f8a0b2770a510f79d4257a59fdf2 Mon Sep 17 00:00:00 2001 From: Marcin Sufa Date: Wed, 22 Apr 2026 21:56:39 +0200 Subject: [PATCH] Add git-timesheet to Claude Plugins A Claude Code plugin that generates weekly PDF/CSV timesheets from git commit history. Hours allocated by commit complexity, holidays for 9 countries, invoice totals, and push integrations. Repo: https://github.com/MarcinSufa/git-timesheet --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9b34574..f59b496 100644 --- a/README.md +++ b/README.md @@ -239,6 +239,7 @@ A curated list of awesome tools, skills, plugins, integrations, extensions, fram - [**claude-dashboard**](https://github.com/uppinote20/claude-dashboard): Comprehensive status line plugin for Claude Code with context usage, API rate limits, and cost tracking - [**claude-code-plugin**](https://github.com/browserbase/claude-code-plugin): Browserbase plugin for Claude Code - Use cloud browsers with Claude Code instead of local Chrome. - [**homunculus**](https://github.com/humanplane/homunculus): A Claude Code plugin that watches how you work, learns your patterns, and evolves itself to help you better. +- [**git-timesheet**](https://github.com/MarcinSufa/git-timesheet): Generates weekly PDF/CSV timesheets from git commit history. Realistic hour allocation by commit complexity, holidays for 9 countries, invoice totals, push to Toggl/Clockify/TMetric/Harvest. ---