Automatically generates and synchronizes plugin.yaml manifests from Betty Framework registry files to ensure configuration consistency.
Plugin Sync is a critical utility for developers using the Betty Framework, designed to automate the creation and maintenance of the plugin.yaml manifest. It bridges the gap between internal registry files (skills, commands, and hooks) and the Claude Code plugin specification. By filtering for active skills, validating the existence of handler files on disk, and preserving existing plugin metadata, it eliminates manual editing errors and prevents configuration drift in complex AI-assisted engineering environments.
주요 기능
01Automated plugin.yaml manifest generation
02Structured logging with error and warning reporting
03Active skill filtering and registry processing
04Handler file existence validation
05Preservation of plugin metadata and permissions
060 GitHub stars
사용 사례
01Synchronizing newly created skills with the Claude Code environment
02Automating plugin configuration updates within CI/CD pipelines
03Validating project integrity by checking for missing skill handlers