Is your feature request related to a problem? Please describe.
Currently, most tools (like contrib.rocks) only show contributors for a single repository, not across an entire GitHub profile. There isn’t a simple way to display top contributors across all repos in a profile README.
Describe the solution you'd like
Add or reference a method/tool that:
- Aggregates contributors across all public repositories of a user
- Filters bots and excludes the owner
- Sorts and displays top N contributors
- Renders safely in README (image or HTML)
Describe alternatives you've considered
contrib.rocks → repo-only
Manual HTML avatars → not scalable
Custom scripts + GitHub Actions → works, but not beginner-friendly
Additional context
I built a small tool that:
Is your feature request related to a problem? Please describe.
Currently, most tools (like contrib.rocks) only show contributors for a single repository, not across an entire GitHub profile. There isn’t a simple way to display top contributors across all repos in a profile README.
Describe the solution you'd like
Add or reference a method/tool that:
Describe alternatives you've considered
contrib.rocks → repo-only
Manual HTML avatars → not scalable
Custom scripts + GitHub Actions → works, but not beginner-friendly
Additional context
I built a small tool that: