asc-plugins
Installation
SKILL.md
asc plugins
Install executable plugins in ~/.asc/plugins/<name>/ to handle ASC lifecycle events — send Slack messages, post to Telegram, trigger webhooks, or run any custom automation when builds upload or versions submit.
Commands
list — show all installed plugins
asc plugins list [--pretty]
install — install from a local directory
asc plugins install <path> # directory must contain manifest.json + run executable
uninstall
Related skills