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
Semver has a really odd relationship with software maturity. I'd take a v0.21 project over a v1.0 project.
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?