Add plugin helper with agent skill for updating plugins

This commit is contained in:
pleb
2026-06-14 10:26:22 -07:00
parent a9881ebec4
commit caaa4a6558
23 changed files with 1604 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
from .cli import main
if __name__ == "__main__":
main()