[jQuery] A plugin registry?

[jQuery] A plugin registry?


Hi,
When I use JQuery often I need to use plugins.
What annoys me slightly is I have to download each one and put in some
arbitrary place in my directory.
This process is a bit slow, find plugin, download it, add script tag,
and use.
It would be really good if there was a central place where JQuery
plugins could be loaded from dynamically like Google provides for
JQuery.
google.load("jquery", "1");
If there was some registry feature then I could do something like
jqueryPlugins.load("pluginname");
Then it could pull the right javascript down. Anyone got thoughts on
how this could be done?
Philip