auto-update-plugins
Installation
SKILL.md
Auto-Update Plugins Skill
Overview
This skill solves the multi-repo plugin sync problem using a GitHub-native pull model:
- Consumer projects declare what GitHub repos they subscribe to via
plugin-sources.json. - On every agent session start, a
SessionStarthook firescheck_and_sync.py, which detects upstream changes and re-runsplugin_add.pyautomatically. - No local clone of
agent-plugins-skillsrequired —plugin_add.pyclones into a temp directory, installs, and cleans up automatically.
GitHub (richfrem/agent-plugins-skills)
↓ plugin_add.py <owner/repo> --all -y
consumer-project/.agents/ ← skills + agents + commands + hooks