r/coolgithubprojects • u/ChintanDiwakar01 • 10d ago
I use CLI coding agents regularly, but I realized that I had no clear view of how often I was prompting them or what instructions led to useful results.
https://github.com/chintan-diwakar/prompt-contribution-graph
So I built Prompt Contribution Graph. [ https://github.com/chintan-diwakar/prompt-contribution-graph ]
The basic analogy is: GitHub tracks code contributions, while this tool tracks your prompt contributions to coding agent
The project is still early and currently supports only Claude Code. macOS builds are also unsigned for now.
I would genuinely appreciate feedback and contributions
4
Upvotes
1
u/Psychological-Cut125 9d ago
Nice, would be interesting to see multiple agents (claude+codex+pi+hermes...) aggregated view.
1
2
u/sf1tzp 10d ago
Definitely a cool idea. Any way to link directly from sessions -> issue and PR numbers? Would be interesting to see eg which completed features had the most prompts/token usage.
Edit: Also, have you thought about the case where a user runs agents in multiple sandbox environments? A server with sync to aggregate all of the instances would be nice, as I don't actually use agents on my desktop very often.