Files
gh-epieczko-betty/skills/plugin.sync/skill.yaml
2025-11-29 18:26:08 +08:00

30 lines
688 B
YAML

name: plugin.sync
version: 0.1.0
description: >
Automatically generates plugin.yaml from Betty Framework registries.
Reads skills.json, commands.json, and hooks.json to build a complete plugin configuration.
inputs: []
outputs:
- plugin.yaml
- generation_report.json
dependencies:
- registry.update
status: active
entrypoints:
- command: /plugin/sync
handler: plugin_sync.py
runtime: python
description: >
Generate plugin.yaml from registry files. Syncs active skills with entrypoints into plugin commands.
parameters: []
permissions:
- filesystem:read
- filesystem:write
tags:
- plugin
- registry
- automation
- infrastructure