A reading list for open source

GitHub trends, worth a closer look

Read daily and weekly GitHub rankings with clear project introductions and practical notes on what to explore next.

openclaw/openclaw 379,540 ★ 2025-11-24 2026-06-20
Cumulative GitHub stars since launch.

Latest daily · 2026-09-09

What to explore this day

  • ayghri/i-have-adhd: Stop your coding agent from burying the answer

    Installs as a skill for Claude Code and similar assistants and changes how they reply: the answer comes first, multi-step tasks are numbered, and every reply ends with one concrete next step. Useful when long agent responses make you hunt for the actual fix; its rule file is plain text, so you can tune the behavior yourself.

  • bilawalsidhu/gods-eye-view: Follow flights and ships around an interactive 3D Earth

    A browser-based 3D globe that combines public feeds such as aircraft, ships and earthquakes. Following an aircraft across the terrain is an engaging way to explore geographic data; its visual sensor effects should not be confused with actual sensor imagery.

  • cathrynlavery/diagram-design: Make your diagrams match the article around them

    A coding-agent skill for turning an explanation or existing diagram source into HTML and SVG diagrams. It can incorporate a publication's colors and fonts, useful when a diagram needs to fit an article or presentation rather than look like a separate tool's default export.

Read all 10 projects and our notes →

Latest weekly · 2026-08-31

What to explore this week

  • mattpocock/skills: Make your AI ask the right questions before it writes code

    Give your coding assistant a skill that asks detailed questions before implementation. Use it to clarify vague requirements before the agent builds the wrong thing.

  • DietrichGebert/ponytail: Stop your AI turning a small fix into a new framework

    A set of instructions that asks AI coding agents to reuse existing code and question whether a new abstraction is needed. Its rules also explicitly retain validation and error handling, useful when your agent keeps making a small task unnecessarily complicated.

  • tt-a1i/archify: Show your team exactly what changed in the architecture

    Turns an agent's structured description of a system into interactive HTML and SVG architecture diagrams. It can compare diagram snapshots, useful for showing a team which components and connections changed between two versions of a design.

Read all 25 projects and our notes →

Repository profiles

Browse repo profiles →