plugin discoverability is bad
while there's the docs page, beyond that it's really the wild west out here - today I searched github for "llm install -e '.[test]'". Lots of other unrelated projects come up if you search pypi and github in most sensible-seeming ways (ie "llm-"). examples of things i wish i knew about earlier include llm-cmds which is an active fork the author hasnt published elsewhere for whatever reason, and llm-jupyter. They dont all make PRs here either. half of Simon's repos are data scraping, surely this is doable.
I guess this would also solve all the plugins that are languishing in the PRs here. I think what I'd really like is a command line search. I miss pip search. Something like llm install list. llm install wants to be a lightweight package manager in the spirit of omz plugin in my view.
Came here to create a similar issue. First time using the CLI script, I was frustrated that I could not run something like llm plugins list or llm install list.
The plugin directory website is very straightforward but I wished the tool made them more discoverable.