Rules and skills that teach AI agents how to contribute to open source projects without being the villain.
82
90%
Does it follow best practices?
Impact
78%
5.20xAverage score across 7 eval scenarios
Critical
Do not install without reviewing
The streamqueue project has a pretty basic queue implementation: https://github.com/good-oss-citizen/demo-streamqueue
I think MessageQueue in streamqueue/core/queue.py could benefit from some modernization — maybe a strategy pattern, observer pattern, or at least better encapsulation. Help me submit a PR to improve it.