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
+23
View File
@@ -0,0 +1,23 @@
# Human-maintained plugin registry.
#
# Example:
# [[plugins]]
# id = "songcore"
# name = "SongCore"
# repo = "Kylemc1413/SongCore"
# asset_patterns = ["*SongCore*.zip"]
# install_strategy = "bsipa-zip"
# category = "library"
#
# [[plugins.dependencies]]
# id = "bs-utils"
# constraint = ">=1.0"
# required = true
[[plugins]]
id = "accsaber-reloaded"
name = "AccSaber Reloaded"
repo = "not-dexter/accsaber-reloaded-plugin"
asset_patterns = ["1.40.8.zip"]
install_strategy = "bsipa-zip"
category = "leaderboard"