Star velocity · weekly

GitHub trending repositories by snapshot date

Explore dated GitHub trending snapshots, compare star activity, and read repository profiles before choosing a project.

Latest weekly snapshot · August 31, 2026

  1. 1

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

    Shell

    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.

    +2,791
  2. 2

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

    JavaScript

    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.

    +2,314
  3. 3

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

    JavaScript

    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.

    +1,962
  4. 4

    affaan-m/ECC : Give your coding agent a plan, tests and a memory

    JavaScript

    A collection of coding-agent workflows for planning, tests, review and remembering useful context. If your assistant jumps straight into edits or forgets earlier decisions, this gives you reusable routines to adapt to your project.

    +1,691
  5. 5

    lnkiai/m3e-canvas : Sketch and click through the UI before asking AI to build it

    TypeScript

    A browser tool for sketching screens with Material-style components and testing the links between them. It can turn the result into a prompt for a coding assistant, useful when drawing the flow is easier than explaining every screen in words.

    +1,380

Read this weekly snapshot →

Latest daily snapshot · September 9, 2026

  1. 1

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

    Python

    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.

    +191
  2. 2

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

    JavaScript

    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.

    +83
  3. 3

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

    HTML

    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.

    +74
  4. 4

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

    JavaScript

    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.

    +67
  5. 5

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

    JavaScript

    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.

    +57

See the full daily list →

How to read these rankings

Rankings count public GitHub WatchEvents in GH Archive during each snapshot's reporting window. They measure star events, not net star growth, and use a different method from GitHub's own Trending page.

Each list carries its snapshot date. Archives preserve the recorded activity rather than showing a live ranking. Attention can identify projects to investigate; it does not establish code quality, security, or maintenance.

Open a daily or weekly snapshot for the full list, then read a repository profile for its license, setup requirements, and limitations. Check recent commits and issues in the upstream repository before adopting it.