Initial commit
This commit is contained in:
33
skills/docs.sync.pluginmanifest/skill.yaml
Normal file
33
skills/docs.sync.pluginmanifest/skill.yaml
Normal file
@@ -0,0 +1,33 @@
|
||||
name: docs.sync.pluginmanifest
|
||||
version: 0.1.0
|
||||
description: >
|
||||
Reconciles plugin.yaml with Betty Framework registries to ensure consistency.
|
||||
Identifies missing, orphaned, and mismatched command entries and suggests corrections.
|
||||
inputs: []
|
||||
outputs:
|
||||
- plugin.preview.yaml
|
||||
- plugin_manifest_diff.md
|
||||
dependencies:
|
||||
- plugin.sync
|
||||
- registry.update
|
||||
status: active
|
||||
|
||||
entrypoints:
|
||||
- command: /docs/sync/plugin-manifest
|
||||
handler: plugin_manifest_sync.py
|
||||
runtime: python
|
||||
description: >
|
||||
Reconcile plugin.yaml with registry files. Identifies discrepancies and generates
|
||||
plugin.preview.yaml with suggested updates and a detailed diff report.
|
||||
parameters: []
|
||||
permissions:
|
||||
- filesystem:read
|
||||
- filesystem:write
|
||||
|
||||
tags:
|
||||
- docs
|
||||
- plugin
|
||||
- registry
|
||||
- validation
|
||||
- reconciliation
|
||||
- infrastructure
|
||||
Reference in New Issue
Block a user