Plugin Sync

Community

Auto-syncs Claude Code plugin config from registries

Authorepieczko
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Betty plugin configs can drift from their registry data. This skill ensures the plugin.yaml remains in sync with the registry data, reducing manual maintenance and deployment errors.

Core Features & Use Cases

  • Registry synchronization: Reads registry files and regenerates plugin.yaml to reflect current skills, commands, and hooks.
  • Consistency enforcement: Preserves plugin metadata while aligning commands with active skills.
  • Impact: Helps teams avoid drift between registered capabilities and actual plugin exposure.

Quick Start

Run the synchronization to regenerate plugin.yaml from the current registries:

  • python skills/plugin.sync/plugin_sync.py

Dependency Matrix

Required Modules

PyYAML

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: Plugin Sync
Download link: https://github.com/epieczko/betty/archive/main.zip#plugin-sync

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository