plugin-replicator
Installation
SKILL.md
Plugin Replicator
Overview
Primarily a developer machine tool. Use this when you have multiple local projects and want to keep plugin source code in sync between them without manual copying.
It is bidirectional — source and destination are just paths, so it works as both a push (distribute updates outward) and pull (pull latest into a consumer project):
PUSH (run from agent-plugins-skills):
plugins/X -> /other-project/plugins/X
PULL (run from the consumer project):
/agent-plugins-skills/plugins/X -> plugins/X
After replicating, run plugin-maintenance Sync in the target project to activate plugins in .agent/, .claude/, .gemini/ etc.