invoice-generator
Installation
SKILL.md
Invoice Generator — Daily Summary, Reshaped for Leadership
This skill reads git commits across all repositories in the workspace, produces a
concise daily work summary, then always hands that summary to the
management-talk skill so the final output is shaped for the channel it is going to.
Why this exists
Writing daily time reports and status updates is tedious. Git commits already capture what was done — this skill turns them into a clean per-day summary and then reshapes that summary for leadership/the target channel, ready to paste without editing.
How it works
Step 1: Discover all git repositories
Find all git repos under the current working directory. Repos are identified by
having a .git directory. Typically this means checking immediate subdirectories: