Use this skill when a team wants a packaged dashboard extension scaffold instead of hand-rolling UI folders and manifests.
scripts/hermes_dashboard_extension_builder.py into a staging directory.extension.json, frontend stub, API route stub, and validation report.--name NAME: Extension name, hyphen-case recommended.--tab TITLE: Dashboard tab label.--slot SLOT: UI slot, default main-panel.--api-route PATH: Backend route path, default /api/.--spec PATH: Optional JSON spec overriding CLI values.--output-dir DIR: Destination directory.--validate-only: Validate spec without writing scaffold.extension.json: Manifest for tab/plugin/route metadata.frontend/.html : Minimal dashboard tab stub.backend/_route.py : Safe stdlib route handler stub.VALIDATION.json: Findings and readiness verdict.The script writes only to the selected output directory.
共 1 个版本