GitHub will allow you star repo topics, not just individual repos: https://blog.github.com/2019-01-08-topic-starring/
Topics can be useful as a kind of hashtag to say what your project is about. I've not found them very useful for discovery so far. This could change usage patterns and improve matters!
miniblog.
Related Posts
LLMs are surprisingly good at reducing crash samples.
I've had success with "this project crashes my static analysis tool with the following command, try to shrink the repro whilst preserving the crash. Commit each smaller version to a branch".
I'm surprised there aren't more tools out there for starting a new project with some default config files.
There's `cargo new` but it's Rust specific and very minimal. create-react-app is React specific.
The only option I know of is cookiecutter. Surely it's a common problem?
What is the lowest resolution image that is still recognisable?
I made a space invader craft project at one point and spent a bunch of time wondering if I had enough materials.