There is a lot of great stuff on Github but it's hard to know where to start looking. I'm wondering if HN had any recommendations for useful tool suites or other noteworthy projects.
The explore page offers a great snapshot. The search page is totally awesome too (seriously, it works really well) but only when you are looking for something in particular. It feels like there is a mind-boggling amount of potentially useful things sitting there that no one ever knows to play with because the people behind the projects aren't very good at PR or aren't looking for high usage of their product. I guess the main barrier to testing out projects/apps is the difficulty of installation. You have to know you want the product a lot to go through with the effort to get it up and going. I guess that's why recommendations can be a good guide to making sure it's worth the effort.
Not sure how obscure these would be here (I first learned about them on Hacker News), but I've found Backbone.js and Underscore.js to be extraordinary projects.
For a bit more information -- Backbone.js and Underscore.js are open source components of DocumentCloud, funded by the Knight Foundation's News Challenge, and are used to build this:
http://thechangelog.com/ is a great blog to follow for interesting GitHub projects, it also powers parts of the "Explore GitHub" page that @mojombo mentioned.
I've really enjoyed skimming through other users 'dotfiles' or similarly named repos. It's a great way to find some small tips or shortcuts to make my day to day work more efficient, etc, without reading a long blog post about why some technique is the 'only sane, correct, right, proper way' and you'd have to be crazy to try anything else. I.e. great tips without the commentary.
I'm a big fan of zen coding, it's a way of writing HTML and CSS by shortcuts and expanding them, cross-IDE: https://github.com/sergeche/zen-coding it has sped up my html writing considerably.
qlmarkdown. It enables OS X to show (pretty/formatted) Markdown documents in Quick Look.
I also forked something called Add-Another for replicating parts of web forms (when you need to collect 0-n things from a user, e.g. emergency contacts, images, etc.)
https://github.com/entmike/What -- I've been playing with this, written by a buddy of mine. It's a Node.js-based application server, complete with an HttpServlet implementation.
https://github.com/explore